Hi,
I need two text boxes in my cart, one for order notes and one for attaching a message to the order. The custom text box for messages shows up in the cart, but anything I type in it does not show up on the order page.
This is what the theme came with (with a label tweak from me):
This is what I pulled from the Shopify generator:
Add a handwritten message: {{ cart.attributes["Add a handwritten message"] }}
I tried putting it in many different spots in the code – it usually shows up in the cart but whatever I type in it doesn’t end up showing on the order page.
This is where I have it now:
Add a handwritten message: {{ cart.attributes["Add a handwritten message"] }}
And this is what it looks like in the cart (bonus question: how can I make the message box look like the order note box instead of the plain white box?):
Any help at all would be much appreciated!!!
Thanks!
