Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Short description

...

Introduction

This document provides instructions on installing, configuring, and using the Maileon OXID eShop module for OXID eShop. The module allows you to synchronise your subscribers with Maileon, send order details to Maileon or create an RSS feed of your products.

...

.

Key features

  • Seamless initial synchronisation of subscribers with Maileon.

  • Automated synchronisation of subscriber and unsubscriber statuses with Maileon.

  • Transmission of order confirmation details to Maileon as a contact event.

  • Sending abandoned cart details to Maileon as a contact event for targeted marketing campaigns.

  • Generation of an RSS feed from your product catalog for enhanced content distribution.

Requirements

Oxid eShop version

Plugin Module version

Download

Last Update

Oxid eShop 6.x.x

Maileon Oxid Module 1.3.x

Plugin 6.x.x

212025.0502.202424

Oxid eShop 7.x.x

Maileon Oxid Module 1.4.x

Plugin 7.x.x

212024.05.202421

Installation

The plugin can be installed from the command line. The installation steps:

Prepare

  • 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.x

    Code 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

...

module at admin

  1. Log in to your OXID eShop Admin Panel.

  2. Navigate to Extensions > Modules.

  3. Find Maileon - E-Mail Marketing in the list.

  4. Click Activate to enable the plugin.

...

...

Activate at command line

...

Code Block
vendor/bin/oe-console oe:module:activate xq_maileonoxidmodule

Set cronjobs

After installing, you need to set up a cronjob and an optional cronjob if you want to use the abandoned cart functionality.

...

After installation you can see the settings interface at the plugin Settings tab.

Subshops

With Oxid Enterprise editionEdition, sub shop management is also possible. In this case you can choose on the top left of the admin page which sub shop settings you want to see. This allows you to set different configuration settings per sub shop.

...

Settings page

...

Connection settings

Maileon API Key

...