Price to cart on product page

Hi all,

Can someone help please. I want to add the price to “add to cart button” See image below:

uncutgemsnl_0-1750580282351.png

Like this:

uncutgemsnl_1-1750580317023.png

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