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
I would like to remove the EUR letters.
Thank you!
Im using the Trade theme.
Solved! Go to the solution
This is an accepted solution.
Very easy.
Navigate to your theme's customization, then click on theme settings as shown in the image below:
Scroll down until you find 'Currency Format' and disable 'Show currency codes' as shown in the picture
Instead of using money_with_currency, simply simply use money filter i.e. {{ product.price | money }}.
for more details you can refer to the docs:- https://shopify.dev/docs/api/liquid/filters/money-filters
This is an accepted solution.
Very easy.
Navigate to your theme's customization, then click on theme settings as shown in the image below:
Scroll down until you find 'Currency Format' and disable 'Show currency codes' as shown in the picture