Question with options on the checkout

Topic summary

A user wants to add a custom question with selectable options (via checkbox or dropdown) on either the cart or checkout page.

Solution Provided:

  • Another user recommends using an HTML elements generator tool (ui-elements-generator.myshopify.com) to create the custom form
  • The generated code should be pasted into the main-cart-items.liquid file in the Dawn 9.0.0 theme
  • Screenshots were shared showing the exact file location and placement

Outcome:

  • The solution successfully implemented the custom question as needed

Follow-up Questions (Unresolved):

  1. Whether an app exists that allows customers to hold/combine multiple shipments during checkout to save on shipping costs
  2. How to add a condition so the custom question only appears when a product from a specific collection is added to cart
Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hi,

I want to add a question (either on the cart section or checkout section) and give the client 3 options to choose from by checking a checkbox or from a dropdown. How can I do it

Hi @joycenabhan

Follow this link for html creation and paste that code in your cart’s page file

https://ui-elements-generator.myshopify.com/pages/cart-attribute

You can add extra html element on cart page not checkout page

1 Like

I did the first part which is creating the html using your link, can you guide me in which section should i paste it? I have the dawn 9.0.0 theme

Paste your code in main-cart-items.liquid file where you wants to display

1 Like

WOWW, it works now like I needed it exactly!!! Very grateful!

1 Like

Hi again, you look like you know shopify very well. Is there any type of app that gives the customer the option during checkout to hold shipping in order to combine multiple orders and pay shipping once?
Some of my customers order a couple of times during the month, so I was thinking maybe I could offer this option.
Thanks

Hi,

I am back, I was wondering if it’s also possible to add a condition that the question appears only if the customer added a product of a certain collection?

Thanks