Product Reviews

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
fcmlmt1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Tue Jul 21, 2009 11:34 am

Product Reviews

Post by fcmlmt1 » Thu Sep 10, 2009 1:15 pm

Does anyone have a screenshot of what comments would look like on a page?

Do we have to use the stars or can we just have the comments show?

Can we input comments ourselves?

Do we have to use the product page template in order to use the product reviews or can they be coded into other pages on our site?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product Reviews

Post by mazhar » Fri Sep 25, 2009 11:50 pm

Does anyone have a screenshot of what comments would look like on a page?
Out of the box reviews will appear something like below but you can change the look and feel according to your needs
http://demo.ablecommerce.com/ac73_stabl ... TV-P4.aspx
Do we have to use the stars or can we just have the comments show?
Its up to you, its a standard to show ratting images but if you don't want to have them then you can edit review control code and disable ratting image by commenting it.
Can we input comments ourselves?
Yes but just like other customers, means go to store side browse to product and then provide reviews.
Do we have to use the product page template in order to use the product reviews or can they be coded into other pages on our site?
No there is no need to make use of complete product template. All you need is to make use of reviews control on desired page and make sure that page contains valid product id as query string parameter. For example just put following line in your new page content scriptlet to show reviews

Code: Select all

[[ConLib:ProductReviewsPanel]]

Post Reply