Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OneStock magento connector is an open source connector. It has been developped in partnership with Smile.
Smile is the European leader of Open Source and also a four-times Europe Partner of the the Year (2010-2014), two-times Spirit of Excellence (2015-2016), Global Elite Partner (2017-now), and Regional Commercial Partner (2018) awarded by Magento.

2. Installation

2.1. Install with composer

The connector is available on packagist : https://packagist.org/packages/onestock/onestock-magento-connector

...

composer require onestock/onestock-magento-connector

2.2. Enable cron (must be done for async operations)

Edit your app/etc/env.php file to add the cron_consumers_runner

vim app/etc/env.php

Code Block
<?php
return [
    'cron_consumers_runner' => [
        'cron_run' => true
    ],
    ...

3. Configuration

The configuration page is available on the Magento admin backoffice on Stores > Configuration then ONESTOCK > Configuration

...