Page 1 of 1

First page template

Posted: 23 Mar 2020, 20:49
by g-trema
Dear all,
I try to build my own template in the "ext" folder.
But when I change someting, the first page don't change. The modifications are only visible when I'm logged in.
I don't find where I have to change the first page of the shop...
I try to make some modifications in the filter section (catalog filter).
Thank you for your help!

EDIT:
For exemple:
I made a modification in the file: templates>catalog>filter>tree-body-standard.php
The modification is visble when I'm logged in and when a categoriy is selected.
But not in the welcome page (/shop).

Re: First page template

Posted: 23 Mar 2020, 21:54
by g-trema
I think the problem is due to the cache...
This cmd:

Code: Select all

php artisan aimeos:cache
Helped me...!
I didn't make a lot of tests, but it seems ok..!
:oops:

EDIT:
however, in the config>shop.php file I had made the following modification:

Code: Select all

'cache' => [
	 'enable' => false, // Disable basket content caching for development
],
Why does he still keep some things in cache?

Re: First page template

Posted: 25 Mar 2020, 10:15
by aimeos
You can disable Aimeos content caching for development:
https://github.com/aimeos/aimeos-laravel#hints

Re: First page template

Posted: 27 Mar 2020, 19:19
by g-trema
Oh! Thank you !!! I didn't saw this line... :oops: