Aimeos typo3 extension not working properly

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

Aimeos typo3 extension not working properly

Post by Tboi » 22 Jan 2024, 11:44

I've installed aimeos typo3 extension but some options/buttons are not working in the backend. What could be the problem

Linux
PHP 8.2
Typo3 12.4
MySQL 8.0.35

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

Re: Aimeos typo3 extension not working properly

Post by aimeos » 22 Jan 2024, 11:47

Please open the browser console to see if there are JS errors.
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: Aimeos typo3 extension not working properly

Post by Tboi » 22 Jan 2024, 14:27

Worked it out, it's now running perfectly fine. Now how do I customize the theme and templates to my specific needs if I'm using the typo3 extension, not the laravel package?

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

Re: Aimeos typo3 extension not working properly

Post by aimeos » 23 Jan 2024, 11:28

Please have a look at these articles:
https://aimeos.org/docs/latest/typo3/#html-frontend

If you want to customize the theme, you can either add a common CSS file you add to each page if it's not much you want to change. Otherwise, you can copy the existing CSS/JS files from the existing theme to a new directory (e.g. in ./fileadmin/aimeos/) and change the fs-theme filesystem configuration in your own project specific Aimeos TYPO3 extension:
https://github.com/aimeos/aimeos-typo3/ ... hp#L58-L63
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply