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_grouptext 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-optionssnippet.Update the
product/px-optionsnippet.Update the
product/design-nowsnippet.Update the
project-editpage.Add
px-multi-image-uploadCSS rules to thecustom.cssfile.
Last updated