Previously I was using this solution on this post: https://community.shopify.com/c/shopify-design/shopify-lite-cart-notes-enabled-but-not-showing/td-p/464798
I did this and it worked in January. Now I had to update something and re-do the embedded html code and I’m no expert with code but I definitely think Shopify rearranged the html code. The notice text looks to be in a completely different spot now under it’s own text section, so I am not sure where I should add the note description? Anyone have a solution?? Additionally, I cannot recall if I am to select “show order note field” when I am creating the button and then go to edit the html from there or if I leave it unselected?
I have tried putting in just the below right under cart and it’s not working:
“cart”: {
“contents”: {
“note”: true,
“button”: true
},
“text”: {
“noteDescription”: “Insert text here”
},
This is the new code I have from shopify: