Seller product notification is a notification sent to admin when vendor adds new products.
Keys Used
Email Key: seller_product_notification
Mail Notification
Available Variables
Store
Store object is available for store information and has the following variables:
User
It contains the information about the user and has the following variables:
- user.name: Returns the first name of the user.
- user.email: Returns the email id of the user.
Vendor
It contains the information about the seller who has added the product and the variables as follows:-
- vendor.first_name: Returns the first name of the vendor.
- vendor.last_name: Returns the last name of the vendor.
- vendor.email: Returns the email of the vendor.
- vendor.phone: Returns the phone no. of the vendor.
Product
It contains the information about the product that has been added the vendor and the varaibles as follows:-
- product.name: Returns the name of the added product.
- product.alias:Returns the alias of the added product.
- product.price: Returns the price of the added product.
- product.compare_price: Returns the compare price of the added product.
- product.inventory_quantity: Returns the inventory quantity of the added product.
- product.variants: Returns the variants of the added product.
- product.default_variant: Returns the default variant of the added product.
- product.seller: Returns the seller of the added product.
- product.sku: Returns the sku of the added product.
- product.inventory_management_level: Returns the inventory management level of the added product.
- product.images: Returns the images of the added product.