Search found 34 matches
- 10 Sep 2024, 10:47
- Forum: Laravel package
- Topic: Content languages in CMS pages are not working for multiligual shop.
- Replies: 2
- Views: 6011
Re: Content languages in CMS pages are not working for multiligual shop.
Yes! The "path" parameter really works!
I was stuck on it these days!
Thank You very much!
I was stuck on it these days!
Thank You very much!
- 09 Sep 2024, 07:02
- Forum: Laravel package
- Topic: Content languages in CMS pages are not working for multiligual shop.
- Replies: 2
- Views: 6011
Content languages in CMS pages are not working for multiligual shop.
PHP: 8.2.7 Laravel Framework: 10.48.4 System: Debian GNU/Linux 12 Aimeos Laravel v2023.10 ~~~~~~~~~~~~~~~~~~~~~ Hello! For using CMS page editor in Admin Panel I installed GrapesJS for our multilingual, single shop system, and added new route into /routes/web.php file by Your documentsation: Route::...
- 27 Jun 2024, 06:45
- Forum: Laravel package
- Topic: Different baskets for different languages (locale).
- Replies: 5
- Views: 50013
Re: Different baskets for different languages (locale).
OK. This is one of scenarios on demo site I just did after reading your comment (I did not change the currency to prevent too difficult steps): Scenario 1. 1. EN. Add one product to the basket. Expected behaviour: EN. One product is in the basket. Actual behaviour: EN. One product is in the basket. ...
- 24 Jun 2024, 12:20
- Forum: Laravel package
- Topic: Different baskets for different languages (locale).
- Replies: 5
- Views: 50013
Re: Different baskets for different languages (locale).
In Aimeos, the used language is in the Locale object of the context: app('aimeos.context')->locale()->getLanguageId() The language is determined by the "locale" parameter in the URL: https://github.com/aimeos/aimeos-laravel/blob/master/src/Base/Locale.php#L48-L74 Yes. I can set the locale...
- 21 Jun 2024, 11:08
- Forum: Laravel package
- Topic: Different baskets for different languages (locale).
- Replies: 5
- Views: 50013
Different baskets for different languages (locale).
PHP: 8.2.7 Laravel Framework: 10.48.4 System: Debian GNU/Linux 12 Aimeos Laravel v2023.10 ~~~~~~~~~~~~~~~~~~~~~ Hi Aimeos! I have an issue in working with basket for different locale. When I add a product under one language and switch to another language and then add a product to the basket it may n...
- 30 May 2024, 08:17
- Forum: Laravel package
- Topic: How to translate Category name on adding new languages?
- Replies: 4
- Views: 29241
Re: How to translate Category name on adding new languages?
I solved the problem after I put things in order in the Locales list in the Admin Panel and made its values according to the mshop_locale table. This topic helped: https://aimeos.org/help/laravel-package-f18/how-to-change-default-language-in-aimeos-and-how-to-get-product-data-in-that-specific-la...
- 29 May 2024, 10:58
- Forum: Laravel package
- Topic: How to translate Category name on adding new languages?
- Replies: 4
- Views: 29241
Re: How to translate Category name on adding new languages?
Please Help! I added three translates for Categories: EN, RU, AZ. Two of them work normal. I see translation in the front-end. But third one (AZ) doesn't work. Default value (EN) comes on it's place. All information of Name parameters of Category in Admin Panel are identical. In the language switch ...
- 27 May 2024, 10:06
- Forum: Laravel package
- Topic: How to translate Category name on adding new languages?
- Replies: 4
- Views: 29241
Re: How to translate Category name on adding new languages?
Yes. I found where to add new language
- in the Locales menu of Admin Panel.
But when I add third language in the Admin Panel for the Category - it still doesn't work.

But when I add third language in the Admin Panel for the Category - it still doesn't work.
- 27 May 2024, 09:46
- Forum: Laravel package
- Topic: How to translate Category name on adding new languages?
- Replies: 4
- Views: 29241
Re: How to translate Category name on adding new languages?
I added new record into the mshop_locale table for one of the new languages and it works as expected. But what to do if a language (the third one in my case) that I want to add to the Name of Category is not listed in the Language field of Text option in the Admin Panel? Should I also add this langu...
- 27 May 2024, 09:01
- Forum: Laravel package
- Topic: How to translate Category name on adding new languages?
- Replies: 4
- Views: 29241
How to translate Category name on adding new languages?
PHP: 8.2.7 Laravel Framework: 10.48.4 System: Debian GNU/Linux 12 Aimeos Laravel v2023.10 Hello! The task is adding new locales. I removed DE and added two new locales (languages) into the app. I modified the language selection menu in the packages/ourpackage/templates/client/html/locale/select/lang...