PHPackages                             thelia/shopping-flux - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. thelia/shopping-flux

ActiveThelia-module

thelia/shopping-flux
====================

1.6.1(9y ago)0305LGPL-3.0+PHP

Since Sep 3Pushed 9y ago6 watchersCompare

[ Source](https://github.com/thelia-modules/ShoppingFlux)[ Packagist](https://packagist.org/packages/thelia/shopping-flux)[ RSS](/packages/thelia-shopping-flux/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

\#Shopping Flux module v1.1

\##Summary

### [fr\_FR](#fr_FR)

[](#fr_fr)

1. [Installation](#fr_FR_Install)
2. [Utilisation](#fr_FR_Usage)

### en\_US

[](#en_us)

1. [How to install](#en_US_Install)
2. [How to use](#en_US_Usage)

 fr\_FR
----------------------------------------

[](#-fr_fr)

###  Installation

[](#-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

[](#-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](#fig1))

 en\_US
----------------------------------------

[](#-en_us)

###  How to install

[](#-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

[](#-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 &amp; 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](#fig1))

Other
-----

[](#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

### [fr\_FR](#fr_FR)

[](#fr_fr-1)

1. [Pré-requis](#fr_FR_Requirements)
2. [Installation](#fr_FR_Install)
3. [Utilisation](#fr_FR_Usage)

### en\_US

[](#en_us-1)

1. [Requirements](#en_US_Requirements)
2. [How to install](#en_US_Install)
3. [How to use](#en_US_Usage)

 fr\_FR
----------------------------------------

[](#-fr_fr-1)

###  Installation

[](#-installation-1)

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

[](#-utilisation-1)

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](#fig1))

 en\_US
----------------------------------------

[](#-en_us-1)

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

[](#-how-to-install-1)

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

[](#-how-to-use-1)

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 &amp; 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](#fig1))

Other
-----

[](#other-1)

fig.1

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

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~125 days

Recently: every ~26 days

Total

8

Last Release

3393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![lovenunu](https://avatars.githubusercontent.com/u/6106094?v=4)](https://github.com/lovenunu "lovenunu (32 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (9 commits)")[![ThomasArnaud](https://avatars.githubusercontent.com/u/10884519?v=4)](https://github.com/ThomasArnaud "ThomasArnaud (7 commits)")[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (6 commits)")[![lunika](https://avatars.githubusercontent.com/u/767834?v=4)](https://github.com/lunika "lunika (6 commits)")[![stephaniepinet](https://avatars.githubusercontent.com/u/4497674?v=4)](https://github.com/stephaniepinet "stephaniepinet (3 commits)")[![bibich](https://avatars.githubusercontent.com/u/1215555?v=4)](https://github.com/bibich "bibich (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-shopping-flux/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-shopping-flux/health.svg)](https://phpackages.com/packages/thelia-shopping-flux)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
