How can I display product prices as '85 EUR' instead of '€85,00 EUR'?

hi, i want all the prices from the products displayed like for example ‘85 EUR’ instead of ‘€85,00 EUR’
is this possible?

Hi @winandgetrich
Its Artzen Technologies! We will be happy to help you today.

For the desired result which you are expecting, you have to just simply add this to the price.liquid section from where the product price is printed.

var price= “{{ product.price | money_without_trailing_zeros}}”

And for store currency, you can remove from Settings-> Store Details-> Store Currency.

This will definitely solve your problem, and if not then please feel free to enquire again.

Let me know if need further assistance
Regards,
Artzen Technologies

Hi @winandgetrich ,

You can remove € from your product price in Store admin > Settings > Store details > Store currency > Change formatting

and then ho exactly do i change it to ‘85 EUR’?
€{{amount_with_comma_separator}} EUR , this is all i can see to change

Add the above mentioned code for the solution

yes but where do i add it exactly? in the price.liquid file? and where in this file?

Hi @winandgetrich ,

Yes, Its possible to change the price format by modifying the liquid file

but is it a code or changing it in settings?

Just remove € from all fields in that section and then click Save

yes i got that, but i want 85 instead of 85,00