DQE Address Module
The DQE Address module provides address suggestion and validation features in:
- Customer account create and edit forms.
- Checkout shipping and billing forms, for both guest and logged-in users.
Error Code Mapping
The DQE RNVP mapping is located in Store > Config > DQE > DQE Address > Error Code Mapping.
This mapping allows you to:
- Customize error labels by error code.
- Define the error severity.
- Blocking Error: prevents form submission if triggered.
- Warning Error: blocks form submission only on the first attempt.
| Code | Message |
|---|---|
| 10 | Adresse correcte |
| 20 | Adresse correcte (voie non reconnue, mais il s'agit d'un cedex ou d'une BP) |
| 21 | Petite ville, numéro de facade hors bornes |
| 22 | Petite ville, numéro de facade absent (le reste de l'adresse est correcte) |
| 23 | Grande ville, numéro de facade hors bornes |
| 24 | Grande ville, numéro de facade absent (le reste de l'adresse est correcte) |
| 25 | Si CEDEXA activé, adresse CEDEX inconnue de CEDEXA |
| 30 | Petite ville, voie non reconnue |
| 31 | Petite ville, voie non reconnue (quartier reconnu ne permettant pas de déduire la voie) |
| 40 | Petite ville, voie absente (quartier reconnu ne permettant pas de déduire la voie) |
| 41 | Petite ville, voie absente |
| 50 | Grande ville, voie non reconnue |
| 51 | Grande ville, voie non reconnue (quartier reconnu ne permettant pas de déduire la voie) |
| 60 | Grande ville, voie absente (quartier reconnu ne permettant pas de déduire la voie) |
| 61 | Grande ville, voie absente |
| 70 | CP/Ville non corrigeable (voie présente) |
| 80 | CP/Ville non corrigeable (voie absente) |
| 90 | Adresse internationale détectée |
DQE Email Module
Features
The DQE Email module enables email suggestion and validation for:
- Customer account create and edit forms.
- Checkout forms for guest users.
Error Code Mapping
The DQE EMAILLOOKUP mapping is available in Store > Config > DQE > DQE Email > Error Code Mapping.
This mapping allows customization of error labels based on error codes.
It also defines the type of message returned:
- Error Message: displayed if the
IsErrorcolumn is checked. These are blocking error codes. - Warning Message: displayed if the
IsWarningcolumn is checked. These are warning error codes.
| Code | Message |
|---|---|
| 91 | Erreur de syntaxe |
| 92 | Domaine %2 inconnu |
| 93 | Domaine %2 en blacklist |
| 94 | Nom d'utilisateur non autorisé (nom réservé ou interdit) |
| 95 | Adresse e-mail temporaire jetable |
| 99 | Le domaine ne répond pas |
| 04 | E-mail non fourni |
| 03 | Boîte de réception pleine |
| 02 | Adresse e-mail non trouvée sur le domaine %2 |
| 01 | E-mail correct mais le nom %1 n'a pas pu être contrôlé |
| 00 | E-mail valide |
The email value is split by @: %1 represents the first part of the email address, and %2 represents the second part.
DQE Names Module
Features
The DQE Names module provides name suggestion and validation for:
- First name and last name fields.
- Email fields based on first name and last name in customer account create and edit forms.
- Note: responses are not stored in the database.
Custom Civility Handling
The DQE Names module provides configuration options to manage custom civility input in:
- Address forms.
- Customer Account Edit forms.
Configuration options are available in Store > Config > DQE > DQE Names, including:
- CSS selector for the custom civility input field.
- Custom mapping for the DOM option ID with DQE-related values to handle civility.
| Code | Message |
|---|---|
| F | Female |
| M | Male |
| I | Unknown |
If the admin field civility input custom is set to No, the DQE civility input field appears on these forms.
DQE Phone Module
Features
The DQE Phone module provides phone validation for:
- Customer account create and edit forms.
- Checkout shipping and billing forms, for both guest and logged-in users.
Message severity is managed as follows:
- Error Message: displayed if the
IsErrorcolumn is checked. These are blocking error codes. - Warning Message: displayed if the
IsWarningcolumn is checked. These are warning error codes.
DQE B2B Module
Features
- Provides company name and address suggestion and validation in the company account creation form.
- Includes email and phone validation for the company account.
SIRETINFO Mapping
- DQE SIRETINFO Mapping allows customization of the DQE response for a custom company account creation form.
- The mapping works as a one-to-one mapping and handles the CSS form field selector (ID) for the SIRETINFO response field value.
Related to