rapidmail / rapidmail-oxid6-module
Connect your OXID eShop with rapidmail to import customer and product information
Installs: 1 177
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 3
Open Issues: 1
Type:oxideshop-module
Requires
- ext-json: *
- doctrine/collections: ~v1.4
- doctrine/dbal: ~v2.5
This package is auto-updated.
Last update: 2024-11-04 19:59:42 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.