For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Sat Aug 23, 2014 12:38 pm
In my product review reminder emails, the product and link are not showing.
The code in my email looks like this:
Code: Select all
<ul>
#foreach($product in $products)
<li><b>$product.Name</b> - <a href="${store.StoreUrl}Product.aspx?ProductId=${product.ProductId}#reviewsPane">Review this product</a></li>
#end
</ul>
Nothing at all shows up in the email
Contractor's Solutions
www. contractors-solutions.net
-
mazhar
- Master Yoda

- Posts: 5084
- Joined: Wed Jul 09, 2008 8:21 am
-
Contact:
Post
by mazhar » Thu Aug 28, 2014 8:13 am
Did you made any change to template or its default one? Does it happen in some specific case or for every review Email?
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Thu Aug 28, 2014 12:53 pm
No, I haven't made any changes. I don't receive these emails, the customer does. I want to customize it, so I forced one to be sent to me from a test order to see what the default one looks like. Well, it doesn't look like much. No product info shows up.
Contractor's Solutions
www. contractors-solutions.net
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Tue Sep 02, 2014 5:40 pm
So I guess the product review emails just don't work?
Contractor's Solutions
www. contractors-solutions.net
-
nadeem
- Captain (CAPT)

- Posts: 258
- Joined: Tue Jul 31, 2012 7:23 pm
Post
by nadeem » Thu Sep 04, 2014 5:20 am
I think you are using 'Text' type 'Message Format' for review reminder email template? I just checked in an R8 build and I am able to reproduce your case using Text as a Message Format.
Review reminder email is working fine when Message Format is used as HTML.
-
mazhar
- Master Yoda

- Posts: 5084
- Joined: Wed Jul 09, 2008 8:21 am
-
Contact:
Post
by mazhar » Thu Sep 04, 2014 5:23 am
mazhar wrote:Did you made any change to template or its default one? Does it happen in some specific case or for every review Email?
There are certain parameters required by "Review Email template" for example you must have some processed orders with some products for which you haven't provided any review or haven't received any review reminder already. This email template won't work with forced send procedure you tried.
-
mazhar
- Master Yoda

- Posts: 5084
- Joined: Wed Jul 09, 2008 8:21 am
-
Contact:
Post
by mazhar » Thu Sep 04, 2014 5:26 am
Review Email contents looks like this
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Thu Sep 04, 2014 6:16 am
Mine looks like this:
ProductReviewEmail.jpg
This is a copy that I received from an actual customer order. I have a blind copy sent to me as well as the customer so I can see what he sees .No product info at all.
Contractor's Solutions
www. contractors-solutions.net
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Thu Sep 04, 2014 10:54 am
And another thing is, the reminder gets sent out as soon as I ship the order, even though I have it set to "7 days after order fulfillment".
Contractor's Solutions
www. contractors-solutions.net
-
mazhar
- Master Yoda

- Posts: 5084
- Joined: Wed Jul 09, 2008 8:21 am
-
Contact:
Post
by mazhar » Fri Sep 05, 2014 5:01 am
kwikstand wrote:And another thing is, the reminder gets sent out as soon as I ship the order, even though I have it set to "7 days after order fulfillment".
Make sure you haven't hooked the Review Email template with any event triggers. Go to
Administration > Configure > Email > Templates and edit "Products Review Reminder" template. Then from its event triggers make sure its not linked to any event trigger. This template is linked with reviews hook at
Administration > Configure > Store > Product Reviews page. Its little bit confusing since you can hook it with other events but in that case it misses certain information which is only available when its sent from reviews context. For example if you hook this template with order placed/order shipped trigger it will send the mail but with missing products since that information is only available when review reminder module triggers the Email.
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Fri Sep 05, 2014 11:02 am
OK Mazhar. I think you're on to something. I had it checked to be sent when the order ships in the "Email Templates" section. That probably explains why I received my copy if the reminder notice correctly WITH the product info yesterday. I looked it up and that order was shipped last week. I will wait and see how it goes, but I think my problem has been corrected.
Thanks again,
Scott K
Contractor's Solutions
www. contractors-solutions.net
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Tue Sep 23, 2014 5:28 pm
Well, my review reminder emails have been rendering correctly, with the product info, but I rarely receive my copy of the review reminder. It's been a couple weeks or so and I have it set to send 7 days after fulfillment. I have my email address in the blind copy and I have only received a few in the last couple weeks. I can only assume the customer is not receiving them either.
Why would it send just a few, but not the others?
Contractor's Solutions
www. contractors-solutions.net
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Wed Oct 01, 2014 7:05 am
I haven't received anymore review reminders since.
I guess the product review reminder only works once in a while. It's a shame. Kind of aggravating actually.
Contractor's Solutions
www. contractors-solutions.net
-
Katie
- AbleCommerce Admin

- Posts: 2651
- Joined: Tue Dec 02, 2003 1:54 am
-
Contact:
Post
by Katie » Wed Oct 01, 2014 10:07 am
I've setup a few tests and should have an answer by tomorrow afternoon. It doesn't really make sense that the reminder email would only work once in awhile. It is not the nature of code to work and then not work, so there must be a reason. Now, the reminder email only goes out once. It will probably only be sent to registered user accounts, but I will know for sure when the test is confirmed. You shouldn't have any triggers on the email because the Review setting determines when the email will be sent x days after the order is shipped.
-
kwikstand
- Commodore (COMO)

- Posts: 410
- Joined: Mon Feb 19, 2007 8:12 pm
-
Contact:
Post
by kwikstand » Wed Oct 01, 2014 10:18 am
Thanks for looking into it. I see that there is a new R9 out today and one of the issues fixed is:
•[AC8-2595] - Default system emails for mailing list and reviews have a broken link
Does this have anything to do with it?
Contractor's Solutions
www. contractors-solutions.net
-
Katie
- AbleCommerce Admin

- Posts: 2651
- Joined: Tue Dec 02, 2003 1:54 am
-
Contact:
Post
by Katie » Wed Oct 01, 2014 10:46 am
No, I don't think so. These are system emails that can be used when no email template is defined. This bug may have affected customers who were required to use email verification in order to be able to submit a review (to verify their identity). The message would have been set to 'Default Message' which uses some non-html system message. I would recommend that you go ahead and use the email template named 'Product Review Verification'.
-
Katie
- AbleCommerce Admin

- Posts: 2651
- Joined: Tue Dec 02, 2003 1:54 am
-
Contact:
Post
by Katie » Thu Oct 02, 2014 12:50 pm
I received a review reminder email for my registered account. I'm guessing that Guest Accounts don't receive the email. Maybe this is intentional. I'm not sure how a customer who wanted to use the guest checkout would feel about getting follow-up emails to their purchase. Perhaps it needs to be a new setting so the merchant can decide if that email should go out to all customers or only the ones who register.
-
meer2005
- Captain (CAPT)

- Posts: 245
- Joined: Wed Feb 09, 2005 2:00 pm
Post
by meer2005 » Thu Dec 11, 2014 9:47 am
I haven't turned on the automated system to send these review reminder emails yet, but I did try to manually send a few and the product links do not show up. When selecting the "Products Review Reminder" template and selecting format HTML, my emails appear exactly like kwikstand's screenshot above. Stock template, no changes.
GoldR9 (build 7670)
-
Katie
- AbleCommerce Admin

- Posts: 2651
- Joined: Tue Dec 02, 2003 1:54 am
-
Contact:
Post
by Katie » Thu Dec 11, 2014 10:09 am
The Product Review reminder emails cannot be manually sent. To test, you have to create a NEW test account (non-admin and non-guest), then purchase an item. Apply a payment to the order and mark it shipped. Then you have to wait for the number of days you have your review reminder email set to.