View Single Post
  #8  
Old 03-04-2016, 03:58 AM
 
Richard Walkling Richard Walkling is offline
 

Member
  
Join Date: Apr 2004
Posts: 22
 

Default Re: Blank Gaps in Product Layout

SOLVED it - well, for our site

in

/fashion-walk/customer/main/products_t.tpl

Around line 108 - we took out the product rating stars - that was messing it up - users can still rate the products on the product page.

This also stops someone doing low ratings on everything on one page.

Hope this helps someone !!

Note - just added * in the {* *}

{if $product.rating_data}
{* include file="modules/Customer_Reviews/vote_bar.tpl" rating=$product.rating_data productid=$product.productid class=$vote_class *}
{/if}
__________________
Richard
4.7.12
Reply With Quote