Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Review Stars on Product Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-28-2012, 08:31 AM
  Johnwiggity's Avatar 
Johnwiggity Johnwiggity is offline
 

Advanced Member
  
Join Date: Nov 2012
Posts: 48
 

Default Review Stars on Product Page

Is it possible to only show the review stars at the top on each product details page only if there are reviews that have been submitted?

Doesn't really look that great if there are no reviews submitted?

Thanks,

John
__________________
4.5.4

http://www.learningguitarnow.com
Reply With Quote
  #2  
Old 11-28-2012, 11:39 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Review Stars on Product Page

Try this in customer/main/product_details.tpl:
Code:
{if $active_modules.Advanced_Customer_Reviews and $product.general_rating.rating gt 0} {include file="modules/Advanced_Customer_Reviews/acr_product_details.tpl" break_line="Y"} {else} {include file="main/visiblebox_link.tpl" mark="1" title="Be the first to Rate This Product"} <div style="display: none;" id="box1"> {include file="modules/Advanced_Customer_Reviews/acr_product_details.tpl" break_line="Y"} </div> {/if}
Or you could dive deeper into modules/Advanced_Customer_Reviews/acr_product_details.tpl and use the same logic {if $product.general_rating.rating gt 0} to hide just the stars and be left with just the link or nothing.

I think the point of displaying the stars is to draw attention and inspire reviews, but this should have the same effect.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following user thanks totaltec for this useful post:
Johnwiggity (11-28-2012)
  #3  
Old 11-28-2012, 12:19 PM
  Johnwiggity's Avatar 
Johnwiggity Johnwiggity is offline
 

Advanced Member
  
Join Date: Nov 2012
Posts: 48
 

Default Re: Review Stars on Product Page

Thanks a lot! You've been a great help.

John
__________________
4.5.4

http://www.learningguitarnow.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:01 AM.

   

 
X-Cart forums © 2001-2020