Hi I want to make product options like checkbox like this website in dawn theme. https://www.rabiazahur.com/dusky-rose-elegance
Thanks!
Topic summary
A user wants to implement checkbox-style product options in the Dawn theme, similar to a reference website example.
Proposed Solution:
- Keep existing product options unchanged
- Use line item properties instead of variants to add checkbox options for extras/add-ons
- These selections appear in cart and checkout alongside the main product
Implementation Steps:
- Locate the
<form>tag inmain-product.liquid - Insert checkbox HTML code before the Add to Cart button
- The code snippet provided creates checkboxes that capture customer selections
Key Limitation:
This approach doesn’t create new product variants but works well for upsells or personalization options.
leave your main product options as they are
and add a checkbox using line item properties which lets customers pick extras and it shows up in the cart and order
so in main-product.liquid look for the tag and inside the form before the Add to Cart button add this
in the cart and checkout you’ll see those add-ons listed under the product
this doesn’t create new variants but it’s perfect for upsells or personalization