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
