Rating display

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 26, 2014 2:13 pm
Reply with quote
Report this post
start.jpg
Can you tell me how to show rating in star image but not just number in product details page? see attached picture to know what we need.
User avatar
Fresh Boarder

GK User
Tue May 27, 2014 7:41 am
Reply with quote
Report this post
Could you provide me direct URL to this page? Probably it may be easily hide using some CSS rule.
User avatar
Platinum Boarder

GK User
Tue May 27, 2014 1:29 pm
Reply with quote
Report this post
Thanks,

please check below page, We have a rating for the product, but just below product name, it only show Rating 5/5, we want to have stars image to display:

http://lab.shopexpert.cn/shop/products/dvr/gs8000l.html

Thanks in advanced.
User avatar
Fresh Boarder

GK User
Wed May 28, 2014 8:29 am
Reply with quote
Report this post
Ok this will not be a nice solution but should work. Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.product-additional-info {
   font-size: 0;
}
.product-additional-info * {
   font-size: 12px;
   margin: 0 3px;
}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder


cron