| |
Event name: New product review Event code: new_product_review |
... Email by default is sent to STORE_OWNER_EMAIL_ADDRESS unless is overwritten in mail editor.
*Supported tokens:*
{code} review.products_reviews_id - Assigned ID of the product review review.products_sku - Product SKU for which review was added review.customers_id - ID of the customer who created the review (only iff applicable) review.customers_name - Name of the customer who created the review review.date_added - Date when the review was added review.enabled - If the review is enabled on the front-end review.rating - Rating, as was entered by the author of the review |
review.content - Content of the review review.link - Link to a page where review can be moderated |
| review.product.link.href - Link to a product page in the webshop |
shop.name - Name of the webshop shop.link.href - Link to the homepage of the webshop |
... {code}
*Example email:*
{code} Dear administrator,
New product review was added on the site by [%$review.customers_name%] for product [%$review.products_sku%]. The content of the review is as follows:
[%$review.content%]
The rating was set as: [%$review.rating%] You can moderate the review by following the link: [%$review.link%]
[%$shop.name%], [%$shop.link.href%] {code} |