How can I remove the item price label and the "Buy" word from the "Add to cart" button?
Open your Dashboard and go to Texts page.
Find a string ID buy_button_template
Change your field
from:
to:
Find a string ID buy_button_template
Change your field
from:
$quantityString$ $price$ $buy_button_text$ $name$
to:
$quantityString$ $name$
Updated on: 27/04/2022
Thank you!