Skip to content

softcommerceltd/AvocadoStore

Repository files navigation

Magento 2 Connector for AvocadoStore

Magento :: AvocadoStore :: Synchronisation

A plugin that integrates and synchronises data between Magento2 and AvocadoStore https://www.avocadostore.de/

Available integrations:

  • Order import from AvocadoStore to Magento.
  • Shipment export form Magento to AvocadoStore including tracking number if available.

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 Avocado to create new directory app/code/SoftCommerce/Avocado
  • Upload contents to app/code/SoftCommerce/Avocado 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-avocado vcs https://github.com/softcommerceltd/AvocadoStore.git
composer require softcommerce/module-avocado

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-avocado --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/