Hi, I wanted to change the “Buy it now” button text to “CHECKOUT”. So I posted a question here and I follow this coding steps:
-
Go to Online store / Themes and ‘Edit Code’ for your Dawn theme (click the 3 dots to see the ‘Edit Code’ option
-
Do a find (CTRL+F) for this reference ‘{{ form | payment_button }}’ in your ‘buy-buttons.liquid’ file (found under ‘Snippets’).
-
Replace this reference with the following code:
Checkout
{{ form | payment_button }}
The button now looks as I want BUT IT DOES NOT WORK. When you click it, nothing occours. Please I need help as soon as possible.