First page template

Help for integrating the Laravel package
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!
User avatar
g-trema
Posts: 5
Joined: 23 Mar 2020, 20:23

First page template

Post by g-trema » 23 Mar 2020, 20:49

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).
PHP 7.2.28
Laravel Framework 6.18.1
Aimeos 2019.10

User avatar
g-trema
Posts: 5
Joined: 23 Mar 2020, 20:23

Re: First page template

Post by g-trema » 23 Mar 2020, 21:54

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?
PHP 7.2.28
Laravel Framework 6.18.1
Aimeos 2019.10

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: First page template

Post by aimeos » 25 Mar 2020, 10:15

You can disable Aimeos content caching for development:
https://github.com/aimeos/aimeos-laravel#hints
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
g-trema
Posts: 5
Joined: 23 Mar 2020, 20:23

Re: First page template

Post by g-trema » 27 Mar 2020, 19:19

Oh! Thank you !!! I didn't saw this line... :oops:
PHP 7.2.28
Laravel Framework 6.18.1
Aimeos 2019.10

Post Reply