Configuration

If you have not installed the extension yet, please go to the installation page.

Before being able to use the BrandsSync extension you need to configure it properly.

Before installing the plugin you have to purchase the Dropshipping service from Brandsdistribution.com and get the API Key. The API Key is required to synchronize your data with the shop, you can find the API Key in your user profile, in My Subscriptions panel.

The BrandsSync configuration can be edited from the Modules and Services page of the administration interface. First, go to Modules and Services, then use the search bar under the Modules List section to find the BrandsSync module.

Then, press the Configure button.

Configuration page is divided into two sections: API Configuration and Price Configuration.

API

screenshot

Note: All attributes must be created/edited into the Catalog -> Product Attributes. Attribute type should be set to Drop-down list type. All features must be created/edited into the Catalog -> Product Features. See Prestashop documentation for more information about attributes and features.

Category Structure

This option defines how the categories are defined and populated by the BrandsSync module.

Show gender as toplevel category

An example of the category layout that will be created is the following:

    Home
    |-- Woman
        |-- Clothing
        |-- Shoes
        |-- Accessories
        |-- ...
    |-- Man
        |-- Clothing
        |-- Shoes
        |-- ...
    |-- Clothing
        |-- Jackets
        |-- ...
    |-- Shoes
        |-- High heels
        |-- ...

Show only category and subcategory

An example of the category layout that will be created is the following:

    Home
    |-- Clothing
        |-- Jackets
        |-- ...
    |-- Shoes
        |-- High heels
        |-- ...
    |-- Accessories
        |-- ...

Price

screenshot

Cronjob setup

Note

These instructions explain how to add a cron job for the BrandsSync plugin. You should contact your Prestashop hosting provider for more information on how to run the cron jobs programmatically.

It is required to run the cron.php script of the BrandsSync module every 5 minutes. Please contact your Prestashop hosting provider for more information.

You need to call http(s)://<your-domain>/modules/brandssync/cron.php directly.

If your Prestashop hosting provider supports manual cronjob configuration, please use the following setting:

*/5 * * * * curl "http(s)://<your-domain>/modules/brandssync/cron.php"