Custom Plugin Configuration

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!
gurubroz
Posts: 7
Joined: 08 Dec 2022, 10:05

Custom Plugin Configuration

Post by gurubroz » 08 Dec 2022, 10:08

Hey there!
Greetings!

TYPO3 version: 11.5.16
Aimeos version: 22.7.2

I have configured the new custom plugin as per https://aimeos.org/docs/2021.x/provider ... ugins/this documentation.
My Aimeos version is 2022.10.X. But in the backend Administrative module, I can't find the plugin.

What am I missing? Help is appreciated.

Thanks!
Last edited by gurubroz on 08 Dec 2022, 10:46, edited 1 time in total.

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

Re: Custom Plugin Configuration

Post by aimeos » 08 Dec 2022, 10:16

You've used the wrong version (2021.x vs. 2022.x) and the location has changed:
https://aimeos.org/docs/latest/provider ... t-plugins/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gurubroz
Posts: 7
Joined: 08 Dec 2022, 10:05

Re: Custom Plugin Configuration

Post by gurubroz » 08 Dec 2022, 10:21

Yes, but the documentation is the same for both versions :)

Not a single word changes, even screenshot also the same, it should be new interface screenshot there like https://i.imgur.com/j0NQpL5.png
Last edited by gurubroz on 08 Dec 2022, 10:23, edited 1 time in total.

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

Re: Custom Plugin Configuration

Post by aimeos » 08 Dec 2022, 10:22

The file location in your extension has changed.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gurubroz
Posts: 7
Joined: 08 Dec 2022, 10:05

Re: Custom Plugin Configuration

Post by gurubroz » 08 Dec 2022, 10:25

which is correct?

I have created a class into - https://i.imgur.com/BCFChya.png

Is it not correct?

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

Re: Custom Plugin Configuration

Post by aimeos » 08 Dec 2022, 10:28

No, it's:

Code: Select all

./<yourext>/Resources/Private/Extensions/<yourext>/src/MShop/Plugin/Provider/Order/ExamplePlugin.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gurubroz
Posts: 7
Joined: 08 Dec 2022, 10:05

Re: Custom Plugin Configuration

Post by gurubroz » 08 Dec 2022, 10:32

Based on this configuration https://i.imgur.com/KcQ7nPx.png

Code: Select all

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['extDirs']['1_aimeos'] =
	'EXT:theme_pros/Resources/Private/Extensions/';

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['confDirs']['1_aimeos'] =
	'EXT:theme_pros/Resources/Private/Extensions/aimeos/config/';
My path is correct I guess, JFYI. Templating override is working fine.

Post Reply