Search found 4 matches
- 04 Oct 2024, 10:33
- Forum: Laravel package
- Topic: custom login page like aimeos.com/profile (/admin, /login, /profile)
- Replies: 7
- Views: 36194
Re: custom login page like aimeos.com/profile (/admin, /login, /profile)
For header links to appear in my custom AppLayout, the same way Aimeos renders header, I included this so it works for me! Than this layout component can be used for all other laravel pages. <?php namespace App\View\Components; use Illuminate\View\View; use Aimeos\Shop\Facades\Shop; use Illuminate\V...
- 04 Oct 2024, 10:28
- Forum: TYPO3 extension
- Topic: Remove currency from URL in catalogue list
- Replies: 2
- Views: 32040
Re: Remove currency from URL in catalogue list
Is there a way to exclute query locale and currency, and append then as url prefixes and than use them where needed? Currently I am developing Laravel app and those pages are not translated when language is switched, and I do not want to have site-url.test?locale=rs&¤cy=RSD but rather ...
- 04 Oct 2024, 10:14
- Forum: Laravel package
- Topic: Remove currency from URL in catalogue list
- Replies: 2
- Views: 15012
Re: Remove currency from URL in catalogue list
By removing the 'locale/select' plugin, we lose both the language and currency switchers. Ideally, we'd like to manage locale and currency as route prefixes (e.g., site-url.test/{locale}/{currency}) instead of using query parameters, as the latter isn't an ideal option. However, there's no straightf...
- 18 Sep 2024, 08:06
- Forum: Laravel package
- Topic: custom login page like aimeos.com/profile (/admin, /login, /profile)
- Replies: 7
- Views: 36194
Re: custom login page like aimeos.com/profile (/admin, /login, /profile)
Has anyone managed to fix the issue with the auth (or any other) pages and include all the header options? I also only managed to extend the base layout, then header does not contain any options except the dropdown profile.