GithubHelp home page GithubHelp logo

alexandrebothamy / shoppingflux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thelia-modules/shoppingflux

0.0 1.0 0.0 96 KB

License: GNU Lesser General Public License v3.0

PHP 94.20% HTML 5.80%

shoppingflux's Introduction

#Shopping Flux module v1.1

##Summary

  1. Installation

  2. Utilisation

en_US

  1. How to install

  2. How to use

fr_FR

Installation

Pour installer ShoppingFlux, vous pouvez télécharger l'archive et la décomprésser dans le dossier

chemin-de-Thelia/local/modules

ou vous pouvez l'installer via git:

$ cd chemin-de-Thelia/local/modules
$ git clone https://github.com/thelia-modules/ShoppingFlux.git

Utilisation

Pour utiliser ShoppingFlux, vous devez créer une taxe de montant fixe ( Ecotaxe ) si elle n'existe pas déjà. Ensuite allez sur la page de configuration du module, renseignez votre token shopping flux, la langue dans laquelle vous souhaitez exporter votre catalogue, le module de livraison que vous utilisez (n'utilisez en aucun cas un module de livraison en point relais),ainsi que votre écotaxe.

Activez le bouton "En production" quand vous avez fini, puis enregistrez.

Vous pouvez ensuite utiliser le bouton exporter pour obtenir un fichier XML de votre catalogue et l'importer dans Shopping Flux, et le bouton "Récupérer les commandes" qui interroge Shopping Flux et récupère les denières commandes passées sur les marketplaces sélectionnées.

Notes:

  • Exporter votre configuration sauvegarde aussi votre configuration.

  • Vous pouvez automatiser la récupération des commandes via une tâche cron (voir fig.1)

en_US

How to install

You can install this module by downloading the archive and uncompressing it into

path-to-Thelia/local/modules

Or you may install it with git:

$ cd path-to-Thelia/local/modules
$ git clone https://github.com/thelia-modules/ShoppingFlux.git

How to use

Before using ShoppingFlux, you'll need to have a tax rule for Ecotax: if you don't have one, just create a Fix Amout tax. Then go to the module's configuration page, give your Shopping Flux token, the language you want to export your catalog, the delivery module that you will use ( do never use a pick-up & Go store delivery module ), and your ecotax. Activate the button "In production" when you're done, then save.

You can use the export button to get an XML file of your catalog, in order to import it in Shopping Flux service, and the button "Get orders" that asks Shopping Flux for new orders on marketplaces

Notes:

  • Export orders doesn't save the configuration

  • You can automate the function "get orders" by creating a cron task (see fig.1)

Other

fig.1

$ (crontab -u username -l; echo "@hourly php chemin-de-Thelia/Thelia module:shoppingflux:getorders" ) | crontab -u username -

#Shopping Flux module v1.1

##Summary

  1. Pré-requis

  2. Installation

  3. Utilisation

en_US

  1. Requirements

  2. How to install

  3. How to use

fr_FR

Installation

Pour installer ShoppingFlux, vous pouvez télécharger les archives des deux modules et les décompresser dans le dossier

chemin-de-Thelia/local/modules

ou vous pouvez les installer via git:

$ cd chemin-de-Thelia/local/modules
$ git clone https://github.com/thelia-modules/ShoppingFlux.git

Utilisation

Pour utiliser ShoppingFlux, allez sur la page de configuration de ce module, vous devez créer une taxe de montant fixe ( Ecotaxe ) si elle n'existe pas déjà, puis allez sur la page de configuration du module, renseignez votre token shoppingflux, La langue dans laquelle vous souhaitez exporter votre catalogue, le module de livraison que vous utilisez ( n'utilisez en aucun cas un module de livraison en point relais ), ainsi que votre écotaxe. Activez le bouton "En production" quand vous avez fini, puis enregistrez.

Vous pouvez ensuite utiliser le bouton exporter pour obtenir un fichier XML de votre catalogue, pour l'importer dans Shopping Flux, et le bouton "Récupérer les commandes" qui interroge Shopping Flux pour les dernières commandes.

Notes:

  • Exporter votre configuration sauvegarde aussi votre configuration.

  • Vous pouvez automatiser la récupération des commandes via une tâche cron (voir fig.1)

en_US

The second is optional, but if it's not present, an error signaling "Missing files " will be present on the modules page.

How to install

You can install this module by downloading the two archives and uncompressing them into path-to-Thelia/local/modules

Or you may install them with git:

$ cd path-to-Thelia/local/modules
$ git clone https://github.com/thelia-modules/ShoppingFlux.git

How to use

Before using ShoppingFlux, you'll need to have a tax rule for Ecotax: if you don't have one, just create a Fix Amout tax. Then go to the module's configuration page, give your Shopping Flux token, the language you want to export your catalog, the delivery module that you will use ( do never use a pick-up & Go store delivery module ), and your ecotax.

Finally, activate the button "In production" and save.

The button "Export" allows you to get an XML file of your catalog, in order to import it in your Shopping Flux manager.

The button "Get orders" imports in Thelia all the orders placed from the marketplaces you chose.

Notes:

  • Export orders doesn't save the configuration

  • You can automate the function "get orders" by creating a cron task (see fig.1)

Other

fig.1

$ (crontab -u username -l; echo "@hourly php chemin-de-Thelia/Thelia module:shoppingflux:getorders" ) | crontab -u username -

shoppingflux's People

Contributors

lovenunu avatar lopes-vincent avatar thomasarnaud avatar gillesbourgeat avatar lunika avatar stephaniepinet avatar bibich avatar

Watchers

James Cloos 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.