Search the Knowledgebase |
Browse by Category |
|
|
View Articles by Category |
There are no sub categories
|
Product Review Module
|
There were 8 articles found in this category:
Installation / Usage Instructions
The Product Review Module allows a merchant to offer reviews and ratings of products in an ecommerce store. The module is quite flexible, and is easy to integrate into any page. The merchant can control how many reviews appear on a page, how many characters are displayed, change the rating grap ...
Customizing the header and footer of review pages
To customize the header and footer of review pages, you will need to edit the templates in the admin interface. It is best to copy the existing templates to a new name, and then edit your new template. To do this: 1. Go to Templates in the menu at the top. Select the "header/page.html" templat ...
How to change the number of characters shown for a review on a product page
To change the number of characters displayed for each review on your product / moreinfo page, you will need to edit the template "review/summary-item.html" Look for the code "truncate:160". The number 160 defines how many characters get displayed per review. SImply change this number to the nu ...
Using javascript and curly brackets in Product Review templates
The Product Review Module admin interface gives you the ability to edit many of the module templates using the Smarty™ Template system: http://www.smarty.net Smarty uses special tags between curly brackets {} to represent values returned by the PHP script. As a result, Javascript or CSS you pl ...
Adding link directly to reviews only
To have a link on a page with multiple products that can take a customer to the detailed reviews for that product without displaying the reviews themselves, simply use the link: http://www.your_domain.com/reviews/review.php/full/YOURSKU If you want the page to open in a new window, use code si ...
Import SKU / Product Name information
The admin interface allows you to upload a tab delimited text file that contains 2 columns: SKU Product_Name ... ... ... ... This will allow you to quickly populate all the SKU's being reviewed with actual product names. This is not required, as the module will just add a new SKU when a ...
Changing the star review graphic that is displayed
If you want to use a different graphic than the default stars for review ratings, follow the steps below: 1. You will need 2 graphics: One with the rating images highlighted (i.e. on) and one with the graphic images unhighlighted (i.e. off). The graphics must contain 5 elements for ratings, ea ...
Customizing Product Name and MoreInfo Link in the Updated Product Review Module
The newest version of our Product Review module allows you to display the product name a link back to the product MoreInfo page (if one is available) on your product reviews page. All that you will need to do is make the following changes to three of your Product Review templates: Go to Templa ...
|