![]() |
Can't move upselling/related products box
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 |
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} |
Re: Can't move upselling/related products box
Thank you! I was stuck on the skin1/main page. Thanks for directing me to the right template and pointing me to the code! It works!!!
Chris |
All times are GMT -8. The time now is 02:53 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.