All,
I am working on adding product reviews section to my more information pages and I wrote this if then statement:
[-- IF REVIEWS --]<span class="reviews-brief">[-- REVIEWS_STARS --][-- REVIEWS_COUNT --][-- REVIEWS_READ_REVIEWS_LINK --]</span>[-- ELSE --][-- REVIEWS_WRITE_FIRST --][-- REVIEWS_WRITE_REVIEW_LINK --][-- END_IF --]
The starts show up if the product is reviewed but if the product DOES NOT have a product review I want it to tell the customer and then ask them to write a review. I set my text in the reviews configuration so that the text shows up but the [-- REVIEWS_WRITE_FIRST --] and [-- REVIEWS_WRITE_REVIEW_LINK --] do not seem to do anything. This is my first go at adding product reviews and I can't seem to find a heck of a lot of documentation. Can someone please explain what I might be doing wrong? All of the code up to the ELSE statement is working the way I expect it to, I still need to tweak it a little but it is working
Is there a shopsite product template out there that has product review code in it that I can look at?
thanks in advance