Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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"
{{ 'products.product.choose_options' | t }}
{% 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!