Personalized checkout and custom promotions with Shopify Scripts
Hello,
I need on my store image upload because I do print on demand personalised prducts. I added code from internet where I can as a coustomer add picutres which I want on the product. My problem is that I can choose multiple photos, but only one is saved and I can only see one in the orders page. Can someone help me to make it so all the photos client add will be shown?
My code:
<div class="product-form__input">
<label class="form__label">*Vyberte své fotky (Maximálně 6 fotek)</label>
<input type="file" form="{{ 'product-form-' | append: section.id }}" name="properties[*Vyberte své fotky (Maximálně 6 fotek)]" required accept="image/*" multiple>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.querySelector("form[novalidate]").removeAttribute("novalidate");
<div class="product-form__input">
<label class="form__label">*Vyberte své fotky (Maximálně 6 fotek)</label>
<input type="file" form="{{ 'product-form-' | append: section.id }}" name="properties[*Vyberte své fotky (Maximálně 6 fotek)]" required multiple>
<script>
document.addEventListener("DOMContentLoaded", ()=>{document.querySelector("form[novalidate]").removeAttribute("novalidate")})
</script>
</div>
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024