Configure Aimeos Frontend

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Tboi
Posts: 9
Joined: 14 Jan 2024, 10:14

Configure Aimeos Frontend

Post by Tboi » 25 Feb 2024, 08:24

Hi. I've installed Aimeos distribution in typo3 and I would like to customize and change the theme, how do I do it?

Aimeos v 23.10
PHP v 8.2.12
Linux System

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

Re: Configure Aimeos Frontend

Post by aimeos » 25 Feb 2024, 11:38

If you only want to adapt the theme partly, then you can add a custom CSS file to every page.

In case the theme should be totally different, you can copy the existing theme to a new directory (e.g. in /fileadmin) and adapt the resource configuration to the new theme using TypoScript:
https://github.com/aimeos/aimeos-typo3/ ... hp#L58-L63

The "basedir" and "baseurl" settings need to be overwriten:

Code: Select all

plugin.tx_aimeos.settings.resource.fs-theme.basedir = /path/to/absolute/fileadmin/theme
plugin.tx_aimeos.settings.resource.fs-theme.baseurl = /fileadmin/theme
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Tboi
Posts: 9
Joined: 14 Jan 2024, 10:14

Re: Configure Aimeos Frontend

Post by Tboi » 25 Feb 2024, 12:25

Where are the theme files that are being used by default located in the myshop folder, I can't seem to get the them

Tboi
Posts: 9
Joined: 14 Jan 2024, 10:14

Re: Configure Aimeos Frontend

Post by Tboi » 25 Feb 2024, 20:55

I have a fully functioning frontend with all its JS, html and css. All its pages are working and I now want to link that Web frontend to aimeos backend for management of products, currencies, page info etc. How can I do that

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

Re: Configure Aimeos Frontend

Post by aimeos » 27 Feb 2024, 10:23

Can you explain that in more detail? We are unsure what you want to do
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Configure Aimeos Frontend

Post by aimeos » 27 Feb 2024, 10:23

Tboi wrote: 25 Feb 2024, 12:25 Where are the theme files that are being used by default located in the myshop folder, I can't seem to get the them
The files are located here:
https://github.com/aimeos/aimeos-typo3/ ... es/default
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Tboi
Posts: 9
Joined: 14 Jan 2024, 10:14

Re: Configure Aimeos Frontend

Post by Tboi » 27 Feb 2024, 13:08

aimeos wrote: 27 Feb 2024, 10:23 Can you explain that in more detail? We are unsure what you want to do
I have a fully developed web view, the html and css is ready. I want to just take it as it is and integrate it with aimeos so that I can manage it's content through aimeos admin backend.

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

Re: Configure Aimeos Frontend

Post by aimeos » 29 Feb 2024, 08:32

If you want to display the output of Aimeos HTML client components, please have a look here:
- https://github.com/aimeos/aimeos-larave ... p#L75-L107
- https://github.com/aimeos/aimeos-larave ... .blade.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply