All things Shopify and commerce
I want the customers upload their photos and it get uploaded into a template automatically, where I can print it. Is this possible as I am trying to make magnets and I need them to upload their own photos
Yes this can be done via custom code line__item property code placing in the product.template.liquid file.
Thanks
any chance i could get some assistance in getting my uploadly photos to automate into my template for print?
Yes sure let me share a code snippet with you shortly.
I’ve not seen a code snippet shared yet, and can’t find a way to dm you. Any chance you can still help with this?
@tishalyn722 sorry for late you can see my profile for better help.
<input type="hidden" name="id" value="{{ product.variants.first.id }}" />
<label for="upload">Upload your photo:</label>
<input type="file" id="upload" name="properties[Uploaded Photo]" accept="image/*" required />
please add this code snippet to your product template
after the {% form %} tag
hopefully it will work for you.
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024