How to remove EUR letters in the price?

I would like to remove the EUR letters.

Thank you!

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test?sort_by=price-descen…

Im using the Trade theme.

Bildschirmfoto 2024-07-12 um 10.05.35 PM.png

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

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