View Single Post
  #2  
Old 05-20-2009, 11:59 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Can't move upselling/related products box

YOu need skin1/customer/main/product.tpl
Look at the end of the file, find this
Code:
{if $active_modules.Upselling_Products} {include file="modules/Upselling_Products/related_products.tpl" } {/if} {if $active_modules.Recommended_Products} {include file="modules/Recommended_Products/recommends.tpl" } {/if}
and move it to where you want it to be
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote