I am editing a collection page and for some reason it keeps showing the currency as USD when our store currency is QAR. It doesn’t convert, it shows me the correct price in QAR but with a dollar sign. How do I replace the dollar sign with QAR?
Hey @aaa419, while Shopify handles multi-currency on their end, some blocks in Builder (e.g. the product box) are only tied to $ signs at this time. We’re working to improve this experience in the visual editor!
Once you select one of these layers, you can navigate to the data tab and edit the component.options.text binding by selecting the <> icon. You can change the currency on the 5th line where it shows return "$".
After you’ve changed the currency, you can save the product box as a template so you don’t have to change the binding every time you add a product box to a page.
Thanks! Sorry for the confusion, I didn’t realize you were editing a collection page. The suggestion I provided can be used for product/collection boxes rather than collection pages because they have different bindings. You can find the product and collection boxes in the insert tab under “Shopify”.
Hi
I’ve dragged a Collection onto the page, is this still the best way to edit to change to ‘£’ on prices on all the products on the page?
I can’t seem to find the relevant code, is it different there?
I also don’t get the ‘From…’ when the product has variants at different prices, should I get that?
Thanks
Cheers
Richard
The Builder product price block is not hard-coded with the currency you’re seeing. Instead, it is dynamic and set based on the currency set in the user’s window (you can see what currency is set by pasting this in the dev tools console: window.Shopify.currency.active). If the user’s currency is set to ‘£’, the Builder product price will reflect this.
I encourage you to follow a few steps:-
From your Shopify admin, go to Settings > Store details.
In the Store currency section, select your new store currency from the list. If you aren’t able to select a new currency, then you need to contact Shopify Support to change your store currency.