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)
-   -   how to show horizon categories in cart page ? (https://forum.x-cart.com/showthread.php?t=58169)

e-best1 02-22-2011 08:02 PM

how to show horizon categories in cart page ?
 
how to show horizon categories in cart page even if there are products in shopping cart ?
Usually, I can see head horizon categories in cart.php if there is no product in shopping cart.
but if I add to one product to shopping cart, head horizon categories is gone..
how can I edit this problem..?
please help me !!:D/

I'm using artistictunes_car_tires template..

DrQuietus 03-21-2011 07:07 AM

Re: how to show horizon categories in cart page ?
 
I think this is what you need:

on
/artistictunes_car_tires/customer/content.tpl

Change:
Code:

{if ($main neq 'cart' or $cart_empty) and $main neq 'checkout'}
<div id="right-bar">
  {include file="customer/left_bar.tpl"}
</div>
{/if}


to:
Code:

<div id="right-bar">
  {include file="customer/left_bar.tpl"}
</div>


or this, if you want the menus off the checkout page(s) still:
Code:

{if $main neq 'checkout'}
<div id="right-bar">
  {include file="customer/left_bar.tpl"}
</div>
{/if}


e-best1 03-31-2011 07:54 PM

Re: how to show horizon categories in cart page ?
 
I mean top-categories..
how to show top-categories in cart page


All times are GMT -8. The time now is 05:13 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.