How can I show local currency next to the product price?

Hi,

Self-explanatory question. How can I display currency next to the price. I’d like the currency to be the customers local currency.

Thanks.

Hi,

just change you price from {{ current_variant.price | money }} to {{ current_variant.price | money_with_currency }}.

If this will not work then let me know which theme you are using so, I can guide you according to that theme.

Thanks for the fast response,

I’m using the Debutify 4.9.0 theme, which file can I find that code in?