DAWN How to make choose options section in store?

DAWN How to make choose options section in store?

joecoleman566
Visitor
1 0 0
 

Screen Shot 2025-01-02 at 11.30.32 pm.png

Replies 3 (3)

laddisahsi
Shopify Partner
435 43 44

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

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

Hasan112
Shopify Partner
152 11 21

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 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!

NguyenVinh
Shopify Partner
9 2 3

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!