Cette balise fournit des données associées au membre actuellement connecté.
Attributs
nom – Indicates what type of data to output from the current member’s account. Below is a list of acceptable values:
| Valeur | Description |
id | Outputs the current member’s ID |
Prénom | Outputs the current member’s first name |
nom de famille | Outputs the current member’s last name |
Nom d'utilisateur | Outputs the current member’s username |
mot de passe | Outputs the current member’s password only in the Welcome Email. In all other cases, it will output astericks. Veuillez vous référer à 2.2.3 Notes de mise à jour pour plus d'informations. |
courriel | Outputs the current member’s email address |
téléphone | Outputs the current member’s phone number |
date d'enregistrement | Outputs the current member’s registration date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
statusChangedDate | Outputs the date of the last status change on the current member’s account. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
date d'expiration | Outputs the current member’s expiration date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
date d'annulation | Outputs the current member’s cancellation date. Optionally use the ‘dateFormat’ attribute to indicate how the date should be formatted. For more information, see the ‘dateFormat’ attribute below. |
joursAsMembre | Donne le nombre de jours depuis lesquels le membre actuel est membre. |
identifiant de membre (membershipId) | Outputs the ID of the current member’s membership level |
Nom du membre | Outputs the name of the current member’s membership level |
statusId | Outputs the ID of the current member’s status |
Nom de l'état | Outputs the name of the current member’s status |
joursAvecBundle_# | Indique le nombre de jours pendant lesquels l'offre groupée avec l'ID # a été appliquée au compte du membre actuel. If they don’t have the bundle applied to their account, -1 will be returned. For example, if the ID of the bundle is 4, you would use MM_Member_Data name=’daysWithBundle_4′ to retrieve the number of days it’s been applied to the member’s account. |
champ personnalisé_# | Outputs the current member’s value for the custom field with ID #. For example, if the ID of the custom field that stores birthday is 4 then to output the current member’s birthday you would use MM_Member_Data name=’customField_4′. Cet attribut ne doit pas être utilisé avec Produit acheté des notifications push lorsque des informations sur les champs personnalisés sont collectées dans le formulaire de paiement. |
adresse de facturation | Outputs the current member’s billing address |
billingAddress2 | Outputs the current member’s billing address, line 2 |
ville de facturation | Outputs the current member’s billing city |
état de la facturation | Outputs the current member’s billing state |
code postal de facturation | Outputs the current member’s billing zip code |
pays de facturation | Outputs the current member’s billing country |
adresse d'expédition | Outputs the current member’s shipping address |
shippingAddress2 | Outputs the current member’s shipping address |
ville d'expédition | Outputs the current member’s shipping city |
état de l'expédition | Outputs the current member’s shipping state |
code postal d'expédition | Outputs the current member’s shipping zip code |
pays d'expédition | Outputs the current member’s shipping country |
dateFormat (facultatif) - Par défaut, les dates seront affichées au format : 14 oct. 2023 12:14 pm. Si vous souhaitez utiliser un format de date personnalisé, utilisez cet attribut pour spécifier le format de la date. Utiliser règles standard de format de date en PHP lors de la définition d'un format personnalisé.
Utilisation
Bonjour [MM_Member_Data name='firstName'] !
Voici vos identifiants de connexion :
Nom d'utilisateur : [MM_Member_Data name='username']
Mot de passe : [MM_Member_Data name='password']

