[CLOSED] Replace template Aimeos 2019.07
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!
-
- Posts: 44
- Joined: 24 Jun 2019, 14:46
[CLOSED] Replace template Aimeos 2019.07
Hi,
I'm using Aimeos 2019.07 with Mac OS.
I'm trying to replace a partial template
In the old version, I created the same path in my extension:
and that worked but in the new version I am getting:
I don't want to recreate all the files related to the template. How do I solve this problem?
Also: why the navbar comes without the login/register buttons?
I installed aimeos 2019.07 from scratch
EDIT: SOLVED
if the old version is:
the new one will be:
You have just to remove ".PHP"
I'm using Aimeos 2019.07 with Mac OS.
I'm trying to replace a partial template
Code: Select all
ext/ai-client-html/client/html/templates/catalog/detail/body-standard.php
Code: Select all
ext/my-ext/client/html/templates/catalog/detail/body-standard.php
Code: Select all
Template not available: client/html/templates/catalog/detail/seen-partial-standard.php
Also: why the navbar comes without the login/register buttons?
I installed aimeos 2019.07 from scratch
EDIT: SOLVED
if the old version is:
Code: Select all
$this->config( 'client/html/common/partials/selection', 'common/partials/selection-standard.php' ),
Code: Select all
$this->config( 'client/html/common/partials/selection', 'common/partials/selection-standard' ),