Hi all,
Can someone help please. I want to add the price to “add to cart button” See image below:
Like this:
Store: https://uncutgemsnl.myshopify.com/
PW: shaupu
Thanks in advance!
Hi all,
Can someone help please. I want to add the price to “add to cart button” See image below:
Like this:
Store: https://uncutgemsnl.myshopify.com/
PW: shaupu
Thanks in advance!
Hi @uncutgemsnl ,
You need to edit the buy-buttons.liquid file located under snippets
find the line,
{{ 'products.product.add_to_cart' | t }}
replace it with,
{{ 'products.product.add_to_cart' | t }} - {{ product.price | money_with_currency }}
Hope that helps,
Jake