issue After adding new price in new Currency to product

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
parmonov98
Posts: 33
Joined: 24 Sep 2020, 12:12

issue After adding new price in new Currency to product

Post by parmonov98 » 13 Oct 2020, 03:20

issue After adding a new price in new Currency to a product
I added some prices and locale(UZ, UZS(this is currency)) in admin panel. but when change the language with currency on client-side. the search and catalog pages don't show prices in the new currency. why?

instead it show price: default
https://i.imgur.com/YrzwKVe.png

User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: issue After adding new price in new Currency to product

Post by aimeos » 13 Oct 2020, 16:59

There are no translations for the locale "UZ" (or more correctly "uz") available here:
https://www.transifex.com/aimeos/public/

This means, the original (English) strings are displayed including those artificial keys like "price:default" which is translated to "%1$s %2$s" in most languages for displaying "100 UZS". If you create an account in Transifex (free) and request a new language, you can start translating the strings.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply