...
The app allows you to synchronise your subscribers with Maileon, send order details to Maileon or create an RSS feed of your products.
Versions
Oxid eShop version | Plugin version | Download | Last Update |
---|---|---|---|
Oxid eShop 6.x.x | Maileon Oxid Module 1.3.x | 21.05.2024 | |
Oxid eShop 7.x.x | Maileon Oxid Module 1.4.x | 21.05.2024 |
Installation
The plugin can be installed from the command line. The installation steps:
Unzip the package and copy the content (xqueue) into your [SHOPROOTDIR]/source/modules/ directory
Add the repository to composer.json.
Code Block composer config repositories.xqueue/maileon-oxid-module \ --json '{"type":"path", "url":"./source/modules/xqueue/maileon-oxid-module", "options": {"symlink": true}}'
Add the maileon-oxid-module to composer
Code Block composer require xqueue/maileon-oxid-module:dev-main --no-update composer update --no-interaction
Install module
Oxid eShop 6.x.xCode Block vendor/bin/oe-console oe:module:install-configuration source/modules/xqueue/maileon-oxid-module/
Oxid eShop 7.x.x
Code Block vendor/bin/oe-console oe:module:install source/modules/xqueue/maileon-oxid-module/ vendor/bin/oe-console oe:module:install-assets
Activate the plugin at admin
or activate at command line.
Code Block vendor/bin/oe-console oe:module:activate xq_maileonoxidmodule
...
Once enabled in the plugin settings and cronjob is configured, it will send abandoned cart transactions to Maileon after the configured time.
The abandoned cart feature only works globally, it cannot be set per subshop.
Contact event name: oxid_eshop_abandoned_carts_1.0
...