DAWN How to make choose options section in store?

Hi @joecoleman566
How are you?

First have to add the variants in products, then have to edit the product-card.liquid file to make the button choose option and redirect it to product details page.
If not familiar with code then please hire a shopify developer.

Please let me know if need any help. Contact info is in signature.

Thanks
laddi

Follow these simple steps to change the “Choose option” button to “Add to cart”

  • Go to your Shopify admin > Go to the Online store
  • Go to themes > Click on action > Click on edit code
  • Look for the file “card-product.liquid” in the snippets folder
  • Search the button code by using the ctrl+f function
  • Look for the keyword “choose_options”
  • Once you find it you need to replace the existing code with the below-provided code.
  • Remove this code:

{{ ‘products.product.choose_options’ | t }}

  • Replace the above code with the below code:

{% if card_product.available %}

{{ ‘products.product.add_to_cart’ | t }}

{% else %}

{{ ‘products.product.sold_out’ | t }}

{% endif %}

If not familiar with code then please hire a shopify developer. if its helpful like and accept as solution

Hi joecoleman566,

If you’re using the Dawn theme, please follow these steps:

Step 1: Go to the admin page → Themes → Customize https://prnt.sc/2TUTpijaIGoR
Step 2: https://prnt.sc/6T11JQ5y2yZa, https://prnt.sc/7siF3aSOQnBB
Step 3: Save.
Hope this helps!