How can I view customer responses to cart attributes?

Hello, my name is Jose,

recently I decided to add a cart attribute into a store I’m working on (first time doing it), https://tuwapro.com/products/jeep-gladiator-moab-bedrack?rq=mk_jeep~md_gladiator~yr_2019-2022 you can see the product page with the dropdown option (photo attached). I added the attribute inside the product-template.liquid page.
Just for customers to answer a simple question before purchasing, but right now i can’t see their responses, does anyone know where can i see them? as the order does not have the details.

Also if i added the same code inside cart.liquid where should i look? to find the responses

I used the Shopify UI Link to make the code and the button appears fine, no problem with that

Thanks for the help in advance as I’m a little bit lost

Jose

You’ve done well to get the dropdown in place. Looking at the placement of the HTML i can see you’ve missed a step that most themes would want: the dropdown itself should be within the main .

Looking below you can see it’s not.

Moving it will probably sort the issue but i realise this may not be the location you wanted customers to see it at. There will be ways to keep a dropdown at the current location AND add a field within the product form that remains hidden. That’s more work so you might just want to start with moving it first to see how it looks/works.