How can I alter the 'Buy it now' button text on my product page?

HI @ShopRight

It look like Dawn?

If yes then simple do it like this.

1: Online store > themes > Actions > Edit code > Sections > main-product.liquid

2: find ‘{{ form | payment_button }}’

3: replace with this code


    {{ form | payment_button }}

10 Likes