View Single Post
  #2  
Old 03-24-2012, 08:35 PM
  Toora Designs's Avatar 
Toora Designs Toora Designs is offline
 

eXpert
  
Join Date: Aug 2011
Location: California USA
Posts: 281
 

Default Re: display customer reviews out of tabs

in common_files/customer/main/product.tpl comment out
Code:
{*{if $product_tabs} {if $show_as_tabs} {include file="customer/main/ui_tabs.tpl" prefix="product-tabs-" mode="inline" tabs=$product_tabs} {else} {foreach from=$product_tabs item=tab key=ind} {include file=$tab.tpl} {/foreach} {/if} {/if}*}

And add this below this code....
Code:
{include file="customer/main/send_to_friend.tpl"} {include file="modules/Recommended_Products/recommends.tpl"} {include file="modules/Customer_Reviews/vote_reviews.tpl"}

Hope that works
__________________
If you need professional help on your x-cart site or any website.
Feel free to PM me or Skype me to discuss your project.
Reply With Quote