Hello Everyone!
I am using the Shopify Dawn Theme. I want to add custom text field to the product page. I have added a image. I want to put it like this on the product page. Thank you in advance.
URL: https://puppies-paws-shop.myshopify.com/
Password: Admin
1 Like
Hi Dremtechzone_5,
In the above requirement, I am trying to help you.
In the above requirement if you use the upload an image option and choose a file option then you have to save the image in the database and you have to show it with the order dynamically mean order wise image. so it need more coding to show that image with order and to save it to database. For database you need your server.
So i have an idea instead of upload image option you give the option to add image url.
By the use of it you can show the data with the order and you can check the image with by checking the image url.
Here is the code..
{% form ‘product’, product %}
Add to cart
{% endform %}
in the given code i have added 3 custom fields you can add custom fields as per your requirement.
you can also watch this video to upload the image
https://www.youtube.com/watch?v=MWc1y2SEluM
Please try