Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How can i add space between price and currency in other currency than main currency?
In main currency (EUR):
In the other currency (DOLLAR):
https://jaccomcollection.com/collections/t-shirt
Thanks You!
Hi @ArnauP , not sure what theme you are using to give you exact details but you can add some sort of a filter like this directly where the price is displayed in your code, making sure to include the "$" with a space before it:
$ {{ product.price | money_without_currency }}
Im using Dawn
My main currency its EUR, and i have already like this, but in other Currency like $ i cant make the space.