Goal: add an optional checkbox on the cart page so customers can indicate they’ll eat the cake the next day; if checked, the merchant will deliver the cake frozen and needs to see this info.
Current issue: the checkbox is not appearing on the cart page. The poster shared a preview link and screenshots, and referenced code they found online, but the snippet provided in the thread lacks visible content here.
Feedback received: a responder notes there are extra question marks in attribute names (likely not breaking), but more importantly cannot find any matching code in the preview page’s HTML (via view source). They request concrete details: exactly which file(s) were edited, where the code was inserted, and the steps taken. They link to guidance on how to ask good questions.
Follow-up: the original poster objects to the tone, insists the link works and that the code shows in view source on other devices, and adds another screenshot, but no additional implementation details are provided.
Status: unresolved. Action needed: share the exact code, theme/file names, and precise insertion location to enable troubleshooting; confirm how the checkbox data should be captured and surfaced to the merchant.
Summarized with AI on December 12.
AI used: gpt-5.
I am trying to add an optional checkbox at the cart page before the check out button. The customer will check the box if they will eat the cake the next day, if checked, I will deliver the cake frozen. I will need to see the checkbox information on my end if the customer checks it.
This is the code I am using from research but the check box isn’t showing.
The screenshot is to provide what it looks like at the cart page
The code is what I used from what people in shopify successfully used but it’s not successful on mine
Also the link provided, it’s working in other computers, my mobile and my friends laptop and showing that there isn’t a checkbox… so I don’t know how you can’t find where I put the code in. It’s definitely showing when someone presses CTRL+U