rapidmail/rapidmail-oxid6-module

Connect your OXID eShop with rapidmail to import customer and product information

2.0.0 2019-07-04 08:17 UTC

This package is auto-updated.

Last update: 2024-05-04 18:43:01 UTC


README

OXID eShop 6 module for rapidmail

Requirements

  • OXID eShop 6.0 or 6.1 (tested with CE)
  • SEO URLs must be enabled and working (default)

Installation

  • Execute composer within your shop project root
composer require rapidmail/rapidmail-oxid6-module:2.*
  • If you are prompted to overwrite files, always choose no except for this plugin
Update operation will overwrite vendor/module files. Do you want to continue? (y/N) N
Update operation will overwrite rapidmail/rapidmail-oxid6-module files. Do you want to continue? (y/N) y
Copying module rapidmail/rapidmail-oxid6-module files...
  • Modify your .htaccess file to pass on authorization headers properly in certain server environments
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
  • Navigate to your admin panel and activate the Rapidmail OXID eShop connector module from the module list

  • Use an active or create a new user. Map it to the user group "Rapidmail OXID eShop connector" that has been created during module activation

Usage

Check the rapidmail wiki for additional installation and usage documentation.

Support

Please check the rapidmail website for contact details.