App reviews, troubleshooting, and recommendations
Hi everyone, I'm very new to Shopify.
I'm setting up my store and I'm wondering if it's possible to add a simple question for customer answer when finalising the purchase.
The question would be "Are you happy to have your order shared on social media" : YES or NO
Thanks a bunch
Carol
Solved! Go to the solution
This is an accepted solution.
This is possible, however it's a little more trickier than you might think.
There can only be one instance of the cart note object on the checkout page, so the below code will work to add a note to the order stating 'Accepts Social' when the box is ticked by the customer. However you would need to disable the default cart note text box to do this.
<label for="checkbox">Are you happy to have your order shared on social media? </label>
<input type="checkbox" name="note" id="checkbox" value="Accepts Social" form="cart">
Place the code in main-cart-footer.liquid inside the <cart-note> tag. Then add the {% comment %} and {% endcomment %} around the existing cart note code.
Hope this helps
Simon
This is an accepted solution.
This is possible, however it's a little more trickier than you might think.
There can only be one instance of the cart note object on the checkout page, so the below code will work to add a note to the order stating 'Accepts Social' when the box is ticked by the customer. However you would need to disable the default cart note text box to do this.
<label for="checkbox">Are you happy to have your order shared on social media? </label>
<input type="checkbox" name="note" id="checkbox" value="Accepts Social" form="cart">
Place the code in main-cart-footer.liquid inside the <cart-note> tag. Then add the {% comment %} and {% endcomment %} around the existing cart note code.
Hope this helps
Simon
This is awesome. Perfect for what I need. Thank you very much.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025