Hello, I have an e-commerce website. I have added a custom liquid on the product pages so people can put their personal messages. However, once customer has checked out the product, the personal message box is not showing on the cart section. For help please. thank you
Hey @Mark_Palad, happy to take a look at this. The most common way folks implement this is by putting the personal message/note box on the cart page itself: Cart notes | Shopify Liquid code examples
Just out of curiosity, are you placing this on the product page? If so, that’s a little trickier, but can be implemented with product metafields. There’s a decent tutorial on this here: Add custom product attributes Shopify Tutorial
They use a specific custom app and a mix of Liquid coding, but if you wanted to avoid using the custom app, it should be possible to do this using our metafields API as well: About metafields and metaobjects
Hope this helps - let me know if I can assist further at all