mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-04 05:33:31 +03:00
39 lines
No EOL
1.5 KiB
Markdown
39 lines
No EOL
1.5 KiB
Markdown
[](https://github.com/retailcrm/prestashop-module/actions)
|
|
[](https://codecov.io/gh/retailcrm/prestashop-module)
|
|
[](https://github.com/retailcrm/prestashop-module/releases)
|
|
[](https://php.net/)
|
|
|
|
Prestashop module.
|
|
=================
|
|
|
|
Module allows integrate CMS Prestashop with [Simla.com](https://simla.com) ([Documentation](https://www.simla.com/docs/Users/Integration/SiteModules/PrestaShop) page)
|
|
|
|
#### Features:
|
|
|
|
* Export orders to Simla.com & fetch changes back
|
|
* Export product catalog into [ICML](https://help.retailcrm.pro/Developers/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](doc/3.%20Customization/Filters.md) or [Custom Classes](doc/3.%20Customization/Classes.md)
|
|
|
|
#### Local testing
|
|
|
|
To local testing:
|
|
* cp .env.dist .env
|
|
* make run_local_tests
|
|
|
|
#### Documentation
|
|
|
|
[Here](doc/README.md) you can find more information about module setup and workflow |