Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

how to show horizon categories in cart page ?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-22-2011, 08:02 PM
 
e-best1 e-best1 is offline
 

Member
  
Join Date: Sep 2008
Posts: 22
 

Wink 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 !!

I'm using artistictunes_car_tires template..
__________________
X-cart Gold 4.4.1
Linux
Reply With Quote
  #2  
Old 03-21-2011, 07:07 AM
  DrQuietus's Avatar 
DrQuietus DrQuietus is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 81
 

Default 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}
__________________
Dave Jones
dave@industrialwebworks.net
Mostly 4.7.2 - 4.7.5
Reply With Quote

The following user thanks DrQuietus for this useful post:
e-best1 (03-31-2011)
  #3  
Old 03-31-2011, 07:54 PM
 
e-best1 e-best1 is offline
 

Member
  
Join Date: Sep 2008
Posts: 22
 

Default Re: how to show horizon categories in cart page ?

I mean top-categories..
how to show top-categories in cart page
__________________
X-cart Gold 4.4.1
Linux
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:53 PM.

   

 
X-Cart forums © 2001-2020