Search found 7 matches

by Kaizer
17 Mar 2020, 13:55
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

I don't know why I assumed the default language would not change the url...

Adding {locale} was indeed the solution

I feel stupid but very grateful for your support, thanks a lot !
by Kaizer
17 Mar 2020, 00:51
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

Adding {locale} in routes gives me a 404 error So I just installed a fresh laravel (6.18.1) and aimeos 2019.10.19 locally with the demo data ... And still the same behavior... I also tried both changes you mentionned to this fresh install, with no effect (route changes in config/shop.php also lead t...
by Kaizer
14 Mar 2020, 14:00
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

( I'm on Aimeos 2019.10 ) There is no " "s_prodcode" => $list->toArray()" in my file, only : " array("s_prodcode" => $list ) " on this line Nevertheless I added ", 'locale' => $view->param( 'locale' )" but the effects remain the same. Language switch...
by Kaizer
11 Mar 2020, 15:26
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

- The translation already exists:
when displaying the page in english (2nd language on this site), the stock status is still displayed in french (default language)

- {locale} and {currency} are already defined in config/shop.php
by Kaizer
11 Mar 2020, 14:40
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

I updated to Laravel 6 and it works indeed, thanks a lot !

I see 2 other issues:
- The stock status is not translated in the product details
- When I continue browsing, the language switches back to default
by Kaizer
11 Mar 2020, 13:38
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Re: Language switching in product detail issue

Here you go: aimeos/ai-admin-jqadm 2019.10.11 Aimeos ai-admin-jqadm extension aimeos/ai-admin-jsonadm 2019.10.4 Aimeos ai-admin-jsonadm extension aimeos/ai-client-html 2019.10.13 Aimeos ai-client-html extension aimeos/ai-client-jsonapi 2019.10.4 Aimeos JSON API extension aimeos/ai-controller-fronten...
by Kaizer
10 Mar 2020, 15:24
Forum: Laravel package
Topic: Language switching in product detail issue
Replies: 12
Views: 4006

Language switching in product detail issue

Hi, I'm having an issue when switching language in a product detail page. When selecting a product from the catalog list, I land on a working product detail page with this url : http://example.com/shop/productname/0 But when switching to english (my default locale is french), the url is http://examp...