My problem has to do with the product details page. I don't like how Xcart is placing the "related products"/Upselling box below the "sent to a friend" module box.
http://www.earmarkcaraudio.com/Xcart/product.php?productid=16581&cat=0&page=1
I would like the customer to see the related products box immediately below the product add to cart section and above the send to a friend box.
I attempted to move this box using the code in Skin1
/customer/home.tpl but I have reached a road block and I'm hoping someone can move me in the right direction.
Within the div="center main" section, the code I am looking at is -
{/if}
{include file="customer/dialog_message.tpl"}
{if $page_title}
<h1 class="page-title">{$page_title|escape}</h1>
{/if}
{if $active_modules.Special_Offers}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
{include file="customer/home_main.tpl"}
I am lost from this point on where I should look to be able to move the "related products" box.
Thanks In Advance,
Chris