View Single Post
  #5  
Old 07-22-2015, 08:39 AM
 
fiberglass.supply fiberglass.supply is offline
 

Senior Member
  
Join Date: Dec 2012
Location: Florida
Posts: 171
 

Default Re: advanced customer rating

I took out the dropdown all together, its on the review page anyways

I change the bottom part of that file to this,

Code:
<table class="acr-container{if $is_multicolumns eq "Y"}-multicolumns{/if}"> <tr> <td class="rating-box"> <div style="width: {$smarty.const.ACR_STARS_RATING_WIDTH}px">{include file="modules/Advanced_Customer_Reviews/vote_bar.tpl" rating=$general_rating} <br /> (<a href="reviews.php?productid={$productid}{if $cat}&amp;cat={$cat}{/if}">{$general_rating.total} {$lng.lbl_acr_reviews}</a>) </div> /td> </tr> </table>

And now my site looks nicer.
Reply With Quote