Someone to know how to remove “USD” text - SENSE THEME - url: vegoocosmetics.com ; Thanks.
I’m Richard Nguyen from PageFly- Free Landing Page Builder
Go to Online Store->Theme->Edit code theme.liquid paste my code before element
{% if template contains “product” %}
{% endif %}
Hope my solution works perfectly for you!
Best Regards;
Richard | PageFly
Do you want to remove it from all pages?
yes
If you want all the pages, there are 2 ways
- one way replace the code with
- Method 2 remove the newly added code. then you open setting=> store details=> store currency
Hi @Vegoo
please replace the following line in price.liquid file with new one below
old one
{{ money_price }}
new one
{{ money_price | remove: "CAD" }}







