athlan / symplex-prestashop

Provides Symplex Small Business to Prestashop integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symplex Small Business to Prestashop integration

Build Status

Tool provides integration of Symplex Small Busines to Prestashop integration:

  • Synchronize producs prices and quantites by EAN code
  • Report products that coudn't be synced due to missing in Symplex

Note: This is open source product and have no commercial support. Contributions are welcome.

Usage

Copy /config/config.yaml.diff to /config/config.yaml and adjust

List product references from shop

bin/list-shop

Sync shop with csv file

bin/sync path/to/symplex/baza.csv

Development environment

Development environment is setup by Docker and docker-compose.

In order to run it:

cd docker/dev

# First time only
docker-compose build

# Login to dev env
docker-compose run php bash

# Install deps
composer install

About

Provides Symplex Small Business to Prestashop integration


Languages

Language:PHP 82.7%Language:Shell 15.4%Language:Dockerfile 1.9%