Seller Approved notification is the notification sent to seller when admin approves the seller.
Keys Used
Email Key: seller_approved
Mail Notification
Available Variables
Store
Store object is available for store information and has the following variables:
- store.title: Return the title of the store.
- store.url: Returns the url of the store.
- store.logo: Returns the logo of the store.
User
It contains the information about the user and has the following variables:
- user.first_name: Returns the first name of the user.
- user.last_name: Returns the last name of the user.
- user.email: Returns the email id of the user.
- user.phone: Returns the phone number of the user.
Seller
It contains the information about the seller and has the following variables:
- seller.title: Returns the title of the seller.
- seller.images: Returns the image of the seller.