I add a input tag like below in product details page .
<input
type=“file”
form=“{{ ‘product-form-’ | append: section.id }}”
name=“properties[Customize Image]”
It works well some days ego now its not working . Is there any problem from shopify?
I add a input tag like below in product details page .
<input
type=“file”
form=“{{ ‘product-form-’ | append: section.id }}”
name=“properties[Customize Image]”
It works well some days ego now its not working . Is there any problem from shopify?