Skip to content

softcommerceltd/rebound

Repository files navigation

Magento - ReBOUND Connector

Magento :: ReBOUND :: Synchronisation

A plugin that integrates and synchronises data between Magento2 and ReBOUND https://www.reboundreturns.com/

Available integrations:

  • Order export from Magento to ReBOUND.

Requirements

Installation

Install via FTP

  • Download compressed file and unzip it.
  • Login to your magento server and move to magento's app/code directory cd app/code && mkdir SoftCommerce && cd SoftCommerce && mkdir Rebound to create new directory app/code/SoftCommerce/Rebound
  • Upload contents to app/code/SoftCommerce/Rebound directory.
  • Move back to your magento root directory and execute "Post Installation" commands described bellow.

Install via composer

Run the following command from Magento root directory:

composer config repositories.softcommerce-rebound vcs https://github.com/softcommerceltd/rebound.git
composer require softcommerce/module-rebound

If you receive an error regarding php incompatibility, but you are sure your php version is compatible, then use --ignore-platform-reqs

composer require softcommerce/module-rebound --ignore-platform-reqs

Post Installation

In production mode:

php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production
php bin/magento maintenance:disable

In development mode:

php bin/magento setup:upgrade
php bin/magento setup:di:compile

License

Each source file included in this package is licensed under OSL 3.0.

Open Software License (OSL 3.0). Please see LICENSE.txt for full details of the OSL 3.0 license.

Thanks for dropping by

Soft Commerce Ltd
https://softcommerce.co.uk/