User account welcome is the notification sent to a customer when the customer registers on the store.
Keys Used
Key: user_account_welcome
Mail Notification
Available Variables
Store
Store object is available for store information and has the following variables:
- store.title: Returns the title of the store.
- store.url: Returns the store URL.
- store.logo: Returns the logo image URL.
User
It contains the information about the user and has the following variables:
- user.name: Returns the name of the user.
- user.first_name: Returns the first name of the user.
- user.email: Returns the email id of the user.
- user.phone: Returns the phone number of the user.
- user.customer_groups: Returns the customer group of the user.