Page 1 of 1

Locale template (separate language and currency)

Posted: 21 Nov 2019, 13:00
by aloniwe
Hi, i want to separate language and currency subparts from the locale template to paste them in different places of my page.
If there are opportunity to divide theme like filter component into tree/attribute? What should i do?

Re: Locale template (separate language and currency)

Posted: 23 Nov 2019, 08:21
by aimeos
The best way might be to implement that code in your Laravel application and generate output for both drop-down in the main Blade template:
https://github.com/aimeos/ai-client-htm ... #L356-L373

Here you can learn how to get the context:
https://aimeos.org/docs/Laravel/Extend_Aimeos

Re: Locale template (separate language and currency)

Posted: 27 Nov 2019, 13:46
by aloniwe
It works, thank you aimeos!