GithubHelp home page GithubHelp logo

mozgito / opencart-module Goto Github PK

View Code? Open in Web Editor NEW

This project forked from retailcrm/opencart-module

0.0 0.0 0.0 1.1 MB

OpenCart integration plugin

Home Page: http://www.retailcrm.pro

License: MIT License

PHP 79.07% CSS 0.06% Smarty 8.73% Makefile 0.26% Dockerfile 0.39% Shell 0.15% Twig 11.34%

opencart-module's Introduction

Build Status Coverage GitHub release PHP version

Opencart module

This module allows to integrate CMS Opencart >= 2.3 with RetailCRM.

Previous versions:

v1.x

v2.x (2.0, 2.1, 2.2)

Features:

  • Export orders to RetailCRM & receive changes from RetailCRM.
  • Export product catalog to the ICML format.

Install

Note: /path/to/your/site is just a placeholder. You should replace it with the actual path to your site root in the examples below. The module won't work if you'll use those examples without changing the path placeholder.

Copy module files to the site root (replace /path/to/your/site with the actual path to your site):

unzip master.zip
cp -r opencart-module/src/* /path/to/your/site

Setup

  • Go to Admin -> Extensions -> Modules -> RetailCRM
  • Fill you API URL & API key
  • Specify directories matching

Migrating to 4.* from early modules versions

It's necessary to remove the /path/to/your/site/system/library/retailcrm before copying current module into your site.

Getting changes in orders

Add to cron (replace /path/to/your/site with the actual path to your site):

*/5 * * * * /usr/bin/php /path/to/your/site/system/library/retailcrm/cron/history.php >> /path/to/your/site/system/storage/logs/cronjob_history.log 2>&1

Setting product catalog export

Add to cron (replace /path/to/your/site with the actual path to your site):

* */4 * * * /usr/bin/php /path/to/your/site/system/library/retailcrm/cron/icml.php >> /path/to/your/site/system/storage/logs/cronjob_icml.log 2>&1

Your export file should be available by following url:

http://youropencartsite.com/retailcrm.xml

Replace youropencartsite.com with your site domain and http with your site scheme.

Export existing orders and customers

Run this command (replace /path/to/your/site with the actual path to your site):

/usr/bin/php /path/to/your/site/system/library/retailcrm/cron/export.php

You should run this command only once.

opencart-module's People

Contributors

cybernisk avatar danielweiser avatar dmitreyzl avatar dmitrykorol avatar gwinn avatar iyzoer avatar klaos27 avatar kmityai avatar kocmonavtik avatar mozgito avatar muxx avatar neur0toxine avatar rencurs avatar smiley48 avatar soldierofheart avatar uryvskiy-dima avatar vasilevdm avatar vitalyart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.