Multi-Image Uploader
When multiple image upload variants are used on a product, you can now group them so users can upload all images at once, rather than individually. After uploading, users can reorder the images.
To enable this feature, add a
multi_upload_group
text custom field to the variant or template option, setting the value to the desired label for grouping.To implement this feature on a site, apply the following updates (the latest code is available on Shopper24):
Add the new
product/px-options
snippet.Update the
product/px-option
snippet.Update the
product/design-now
snippet.Update the
project-edit
page.Add
px-multi-image-upload
CSS rules to thecustom.css
file.
Last updated