Template Pages

Change the design of the Product Review List

Purpose: This template displays in a separate pop-up window to display all of the reviews on a specific product.

Note: It is important to preserve the commented tags to ensure the software performs correctly.

For example:

  1. [name]
  2. [id]
  3. <!--START: reviews-->
  4. [reviews_header]
  5. [reviews_total]
  6. [totalrating]
  7. [review_link]
  8. <!--START: user_reviews-->
  9. [rating]
  10. [short_review]
  11. [long_review]
  12. [user_name]
  13. [user_city]
  14. <!--START: user_email-->
  15. [user_email]
  16. [user_email]
  17. <!--END: user_email-->
  18. [review_date]
  19. <!--END: user_reviews-->
  20. <!--END: reviews-->
  21. <!--START: errorMsg-->
  22. [errorMsg]
  23. <!--END: errorMsg-->

Note: Code blocks and their respective variables will only work with specific template pages.

Note: Some of the following variables are dynamically inserted from your cart's Settings ->Design ->Store Language section.

  • [name] - Inserts the Name of the Product for which reviews are being displayed.
  • [id] - Inserts the Product's SKU/ID information.
  • [reviews_header] - Inserts the Title of the "Customer Reviews" heading on the page. (See Settings ->Design ->Store Language)
  • [reviews_total] - Inserts the Title of the "Average Rating" heading of the page. (See Settings ->Design ->Store Language)
  • [totalrating] - Inserts the average rating of the item's combined reviews.
  • [review_link] - Inserts a link which closes the pop-up window and returns the viewer to the product page.
  • [rating] - Inserts the rating for each individual review.
  • [short_review] - Inserts the review Title posted by the reviewer.
  • [long_review] - Inserts the longer, more detailed review posted by the reviewer.
  • [user_name] - Inserts the Reviewer's name.
  • [user_city] - Inserts the Reviewer's location
  • [user_email] - Used by the Software to reference the Reviewer's email. (Not shown on public page)
  • [review_date] - Inserts the date on which the review was posted.
  • [errorMsg] - Used by the software to return any error message that might be present.

Download this Template     (Save as a backup or edit to customize)

Screenshot of the product_review_list.html Template