Page 1 of 1

Problems with putting locale selector in the header

Posted: 08 Sep 2017, 07:06
by Sundblum
Hello,
first of all, think that Aimeos is terrific, it installs like a charm, everything is just fine.
Using Laravel 5.5, I have locales set, have currencies set.
But I'm struggling to put locale selector on the pages.. Reading the docs (https://aimeos.org/docs/Configuration/C ... ale_select), but I'm confused.., really need some example to help me get through.

Thanks

Re: Problems with putting locale selector in the header

Posted: 08 Sep 2017, 08:07
by Sundblum
Hello again,

I found where the problem was. Turns out there is a typo here: https://aimeos.org/docs/Laravel/Add_locale_selector

'catalog-lists' => array( 'locale/select','basket/mini','catalog/filter','catalog/stage','catalog/lists' ),

Must be:

Code: Select all

'catalog-list' => array( 'locale/select','basket/mini','catalog/filter','catalog/stage','catalog/lists' ),
There is "s" at the end of 'catalog-list'. Obviously it won't work.

Anyway, thanks!

Re: Problems with putting locale selector in the header

Posted: 08 Sep 2017, 08:50
by aimeos
Thanks for the hint! We've fixed the typo :-)