PrestaShop integration plugin
Find a file
2023-06-02 17:58:10 +03:00
.docker Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
.github/workflows Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
doc ref #89483 The 'page' parameter has been removed from the history API methods (#211) 2023-04-25 10:58:07 +03:00
retailcrm ref #90087 Types of deliveries and payments are displayed only for available stores 2023-06-02 17:58:10 +03:00
tests ref #90087 Types of deliveries and payments are displayed only for available stores 2023-06-02 17:58:10 +03:00
upgrade Remove outdated files during module upgrade process 2022-03-04 13:14:32 +03:00
.env.dist Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
.gitignore Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
.php-cs-fixer.php Added table of the exported orders on the settings page 2021-12-06 14:37:43 +03:00
CHANGELOG.md ref #90087 Types of deliveries and payments are displayed only for available stores 2023-06-02 17:58:10 +03:00
docker-compose.yml Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
LICENSE Update LICENSE 2015-02-02 16:21:23 +03:00
Makefile Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
phpunit.xml.dist Rebranding to Simla.com 2021-07-09 11:57:12 +03:00
README.md Сhanged the logic of working with abandoned carts (#208) 2023-01-26 12:55:52 +03:00
VERSION ref #90087 Types of deliveries and payments are displayed only for available stores 2023-06-02 17:58:10 +03:00

Build Status Coverage GitHub release PHP 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