upload image field on product page of shopify theme
问题 I want to add a field for my customers to upload an image when they will purchase a product or add to cart a product. When input type if file it allows to upload a photo but it does not work. Can anybody give me that solution? <div class="product-form__item product-form__item-uplpic"> <label for="photo">Upload Photo</label> <input required class="product-form__input required" id="photo" type="file" name="properties[Uploaded Image]"> </div> 回答1: You can definitely give your customers an