In the Dawn theme I am trying to render code in the "cart - > information" area

I have a custom drop down menu that is currently rendering in the cart (main-cart-items.liquid). I am tying to locate the code for the information area in the checkout process. This is because when clicking “check out” from the product level it jumps over the cart, therefore the customer is not able to make a selection from the drop down menu. Is it possible to edit the code for the information area? Thanks!!

Hi @frankdambra ,

This is not possible, you can’t edit the code at checkout page, unless you use Shopify plus or App.

So I recommend you to add properties on the product page, it will create a dropdown for you to get the same information as at main-cart-items. Refer https://www.youtube.com/watch?v=21lk91_rijs

Hope it helps!

I followed this instruction and the system worked for a few days, then stopped. It s no longer passing information into the cart details / order details in the admin.

Regardless, the problem we need to ultimately solve is this;

Customers select a non-profit in the drop down (product level drop down is fine) and this information becomes attached to the order. The client wants to be able to sort through orders by “non profit selected” to generate numerical reports and see how many are being selected per non profit.

Is there any kind of plug in that would provide this functionality?