X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Can't move upselling/related products box (https://forum.x-cart.com/showthread.php?t=47656)

chris@earmark 05-20-2009 10:50 AM

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

cflsystems 05-20-2009 11:59 AM

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

chris@earmark 05-20-2009 12:24 PM

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.