The difference between extensions, plugins and services.

Help for integrating the Laravel package
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!
User avatar
David
Posts: 5
Joined: 11 Mar 2022, 12:44

The difference between extensions, plugins and services.

Post by David » 10 Feb 2023, 17:33

Aimeos has the ability to create extensions, add plugins and services. What's the difference between them in aimeos?

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

Re: The difference between extensions, plugins and services.

Post by aimeos » 11 Feb 2023, 07:28

Extensions:
Packages which you can install and contains new features or all your custom code

(Basket) Plugins:
Classes which can modify the basket content on every basket event based on custom code

Services:
Classes for delivery or payment options which can connect to 3rd party services and care about delivery (e.g. send to ERP system) or payment (e.g. credit card payments) handling
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply