Jump to content

lost EUR currency symbol in deutsch


simplyGD

Recommended Posts

Hi, 

I checked the source code and on both en and de version the:

<span itemprop="priceCurrency" content="EUR"></span> (which means it should be there ). In Ps 1.6 you had the option to chose the currency to be before or after price. In PS 1.7 that has been changed :

https://devdocs.prestashop.com/1.7/modules/core-updates/1.7.6/#cldr

The fact that you're Czech Language the currency is there (after the price)===> this means probably that your theme doesn't handle that properly. 

Check the file which I shared above, you should find each positioning based on language!

Kind Regards, 

Leo

 

 

Link to comment
Share on other sites

Hi, thanks for reply.

I think the problem is not in theme, because if I choose default theme problem remained, check:
http://prntscr.com/wiuuhg

In EN code is:
<span itemprop="priceCurrency" content="EUR"></span>
<span itemprop="price" content="18.9">€18.90</span>

In DE code is:
<span itemprop="priceCurrency" content="EUR"></span>
<span itemprop="price" content="18.9">18,90&nbsp;</span>

So thats look likede version cant read euro symbol.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...