PrestaShop integration plugin
Find a file
ellynoize 3cf7638fc2
Fix tests (#230)
Co-authored-by: anton <ellynoize@kali.home>
2024-10-15 12:44:37 +03:00
.docker ref #88027 Update Git Action tests (#218) 2023-09-25 09:27:47 +03:00
.github/workflows Fix tests (#230) 2024-10-15 12:44:37 +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 Fix tests (#230) 2024-10-15 12:44:37 +03:00
tests ref #88027 Update Git Action tests (#218) 2023-09-25 09:27:47 +03:00
upgrade ref #79031 Added support for PrestaShop 1.7.8.10 (#217) 2023-09-21 09:40:04 +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 Fix tests (#230) 2024-10-15 12:44:37 +03:00
docker-compose.yml ref #88027 Update Git Action tests (#218) 2023-09-25 09:27:47 +03:00
LICENSE Update LICENSE 2015-02-02 16:21:23 +03:00
Makefile ref #88027 Update Git Action tests (#218) 2023-09-25 09:27:47 +03:00
phpunit.xml.dist ref #88027 Update Git Action tests (#218) 2023-09-25 09:27:47 +03:00
README.md ref #90598 Changed the minimum supported versions of PrestaShop and PHP (#215) 2023-08-24 09:25:03 +03:00
VERSION Fix tests (#230) 2024-10-15 12:44:37 +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