Frontend changes not showing
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Frontend changes not showing
Good Day
I made minor customizations to my frontend within my own shop extension in C:\Users\dugz1\myshop\packages\getpriceza\views\base.blade.php, I made changes to the labels on the footer and also some text changes and links, however when I refresh localhost:8000 it still shows the default Aimeos which is in this view - C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php, please assist in pointing me in the right direction As I am sure that I should be able to overwrite using my own shop ext, kind regards.
Windows
Aimeos Version - ~2023.10
PhP Version - 8.1.12
I made minor customizations to my frontend within my own shop extension in C:\Users\dugz1\myshop\packages\getpriceza\views\base.blade.php, I made changes to the labels on the footer and also some text changes and links, however when I refresh localhost:8000 it still shows the default Aimeos which is in this view - C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php, please assist in pointing me in the right direction As I am sure that I should be able to overwrite using my own shop ext, kind regards.
Windows
Aimeos Version - ~2023.10
PhP Version - 8.1.12
Re: Frontend changes not showing
To overwrite the base.blade.php template of the Aimeos extension, you have to place your copy in vendor\aimeos\aimeos-laravel\views\vendor\shop\base.blade.php. See: https://aimeos.org/docs/latest/laravel/ ... -templates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Frontend changes not showing
Good Day
See in the image my screenshot no /shop folder exists when I have installed, should I create my own shop folder with my base.blade.php inside? The default base.blade.php exists here: C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php
See in the image my screenshot no /shop folder exists when I have installed, should I create my own shop folder with my base.blade.php inside? The default base.blade.php exists here: C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\base.blade.php
- Attachments
-
- Screenshot of issue
- aimeos_screenshot.png (28.65 KiB) Viewed 51160 times
Re: Frontend changes not showing
Also I have done changes to my copy here C:\Users\dugz1\myshop\vendor\aimeos\aimeos-laravel\views\shop\base.blade.php and ran php artisan view:clear to clear the cache but still loads the default Aimeos template
Re: Frontend changes not showing
Ahh I realised my issue and pasted my template here C:\Users\dugz1\myshop\resources\views\vendor it is loading correctly now!