Good Morning,
I have successfully edited the code so that the customer can add a custom date (to be engraved on their product). However, once you click “add to cart” the custom fields that have been added by the customer is not showing in the add to cart section.
In other words- their custom field they have filled in isn’t showing in the add to cart page.
link to the website - https://420041.myshopify.com/products/cjky1175370
Please help i’ve been stuck on this for AGES!
Elliot
Hello @elliotmartin200
I would like to give you some recommendations to support you
Your custom fields are not showing in the cart section because of input field name incorrect
Please find in your code and change it from
year="proterties[Year] "
month="proterties[Month] "
date="proterties[Date] "
to
name="properties[Year]"
name="properties[Month]"
name="properties[Date]"
like this
Result in my end
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
1 Like
THANKYOU SO MUCH! it worked