Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Tony
Posts: 8
Joined: 23 Sep 2016, 18:40

Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Post by Tony » 23 Sep 2016, 18:49

Hello,
Sorry if this too basic, I'm very new to Aimeos.
I cannot change this path: EXT:aimeos_dist/Resources/Private/Partials/Page/
to fileadmin/dir/dir/page
or to any other path.
Normally this is a straight forward task overriding the fluidtemplate paths, but with Aimeos I am stuck.
Where do I make the changes?

I want to customize the navigation "Main.html" template.

Many thanks,
Regards,
Tony

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

Re: Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Post by aimeos » 24 Sep 2016, 09:42

The TS constant configuration contains this setting:

Code: Select all

page.fluidtemplate.partialRootPath = EXT:aimeos_dist/Resources/Private/Partials/Page/
You can copy the directory structure to another place and change it accordingly
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Tony
Posts: 8
Joined: 23 Sep 2016, 18:40

Re: Change EXT:aimeos_dist/Resources/Private/Partials/Page/

Post by Tony » 26 Sep 2016, 13:37

Thank you for the answer. I have corrected my link.
Before I had tried this: page.fluidtemplate.partialRootPath = fileadmin/aimeos_dist/Resources/Private/Page/
I have changed my local directories to reflect the aimeos_dist structure, I put "Partials" in the path, now it works:
page.fluidtemplate.partialRootPath = fileadmin/aimeos_dist/Resources/Private/Partials/Page/
Thanks again,
Regards,
Tony

Post Reply