mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-02 20:56:13 +03:00
PrestaShop integration plugin
|
||
---|---|---|
.docker | ||
.github/workflows | ||
doc | ||
retailcrm | ||
tests | ||
upgrade | ||
.env.dist | ||
.gitignore | ||
.php-cs-fixer.php | ||
CHANGELOG.md | ||
docker-compose.yml | ||
LICENSE | ||
Makefile | ||
phpunit.xml.dist | ||
README.md | ||
VERSION |
Prestashop module.
Module allows integrate CMS Prestashop with Simla.com (Documentation page)
Features:
- Export orders to Simla.com & fetch changes back
- Export product catalog into ICML format
Setup
- Go to module setup page
- Fill you api url & api key
- Specify directories matching
Notice
- This release contains an experimental feature "corporate customers". Use at your own risk.
- This release only supports Simla.com API v5.
Customization
You can customize your module behavior using Custom Filters or Custom Classes
Local testing
To local testing:
- cp .env.dist .env
- make run_local_tests
Documentation
Here you can find more information about module setup and workflow