Is there a modification available that will e-mail an address when a person submits a product review? I can't be checking the dashboard daily, etc. to moderate reviews. I need to be notified.
Suggestions?
E-mail when product review submitted?
- NC Software
- AbleCommerce Partner
- Posts: 4620
- Joined: Mon Sep 13, 2004 6:06 pm
- Contact:
E-mail when product review submitted?
Neal Culiner
NC Software, Inc.
NC Software, Inc.
Re: E-mail when product review submitted?
1)- Create a new Email template with desired information and expected NVelocity variables that you will provide.
2)- Then edit ProductReviewForm.ascx.cs and you need to put code to trigger newly added Email template. Most probably you will need to put this some where in SaveReview method.
2)- Then edit ProductReviewForm.ascx.cs and you need to put code to trigger newly added Email template. Most probably you will need to put this some where in SaveReview method.