-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
# prestashop_customerautogroups | ||
|
||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/30a32ae760a54b10ae7955ca15ee7972)](https://app.codacy.com/app/nenes25/prestashop_customerautogroups?utm_source=github.com&utm_medium=referral&utm_content=nenes25/prestashop_customerautogroups&utm_campaign=Badge_Grade_Settings) | ||
|
||
|
||
Prestashop module which automaticaly add customer in groups depending params after registration. | ||
The rules can be combined, and can be sorted by priority. | ||
|
||
For example you can use it for the folowing cases : | ||
- all user from a specifiq country / city / or even street get to a particular group | ||
- all men in a specifiq group ... | ||
|
||
You can imagine all the possibilites with all customer's and customer's address attributes. | ||
Once the module is intalled, a new link "Customer Auto Groups" appears in customer menu in the administration. | ||
You can imagine all the possibilites with all customer's and customer's address attributes. | ||
Once the module is intalled, a new link "Customer Auto Groups" appears in customer menu in the administration. | ||
There you can see and manage your rules. | ||
|
||
<img src="http://www.h-hennes.fr/blog/wp-content/uploads/2015/12/autogrouplist.jpg" alt="autogroups List" /> | ||
|
||
|
||
# (FR )prestashop_customerautogroups | ||
Module Prestashop qui permets d'ajouter automatiquement les clients dans un groupe spécifique, en fonction de ses paramètres. | ||
Ce module est compatible à partir de Prestashop 1.5 ( depuis la version 0.1.1 ) | ||
Vous pouvez consulter l'article sur mon blog: | ||
Module Prestashop qui permets d'ajouter automatiquement les clients dans un groupe spécifique, en fonction de ses paramètres. | ||
Ce module est compatible à partir de Prestashop 1.5 ( depuis la version 0.1.1 ) | ||
Vous pouvez consulter l'article sur mon blog: | ||
<a href="http://www.h-hennes.fr/blog/2015/11/10/prestashop-ajouter-automatiquement-les-clients-a-un-groupe-lors-de-linscription/" target="blank">http://www.h-hennes.fr/blog/2015/11/10/prestashop-ajouter-automatiquement-les-clients-a-un-groupe-lors-de-linscription/</a> | ||
|