prestashop-module/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2021-01-21 14:39:32 +03:00
[![Build Status](https://github.com/retailcrm/prestashop-module/workflows/presta/badge.svg)](https://github.com/retailcrm/prestashop-module/actions)
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/prestashop-module/master.svg?logo=github)](https://codecov.io/gh/retailcrm/prestashop-module)
[![GitHub release](https://img.shields.io/github/release/retailcrm/prestashop-module.svg?logo=codecov)](https://github.com/retailcrm/prestashop-module/releases)
[![PHP version](https://img.shields.io/badge/PHP->=5.4-blue.svg?logo=php)](https://php.net/)
2018-06-18 14:00:16 +03:00
2021-04-05 13:40:43 +03:00
Prestashop module.
2015-07-21 15:21:12 +03:00
=================
2014-04-30 03:51:52 +04:00
2021-07-09 11:57:12 +03:00
Module allows integrate CMS Prestashop with [Simla.com](https://www.retailcrm.pro) ([Documentation](https://docs.retailcrm.ru/Users/Integration/SiteModules/PrestaShop) page)
2014-04-30 03:51:52 +04:00
2016-03-14 23:05:20 +03:00
#### Features:
2014-04-30 03:51:52 +04:00
2021-07-09 11:57:12 +03:00
* Export orders to Simla.com & fetch changes back
* Export product catalog into [ICML](https://help.retailcrm.pro/Developers/ICML) format
2014-04-30 03:51:52 +04:00
2016-03-14 23:05:20 +03:00
#### Setup
2014-04-30 03:51:52 +04:00
2016-03-14 23:05:20 +03:00
* Go to module setup page
* Fill you api url & api key
* Specify directories matching
2014-04-30 03:51:52 +04:00
#### Notice
2014-04-30 03:51:52 +04:00
* This release contains an experimental feature "corporate customers". Use at your own risk.
2021-07-09 11:57:12 +03:00
* 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)