View Single Post
  #41  
Old 08-31-2005, 06:15 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default

I don't know if this will help anyone, but in version 4.014 I wanted to be able to access a category via a link, but not have it visible in the Categories list.

So I worked in some code from one of Carrie's posts.

In skin1/categories.tpl
After:
{section name=cat_num loop=$categories}

add:
{if $categories[cat_num].order_by < 500}

Then close the {/if} right before you close that {/section}

And of course in admin, make any categories you want hidden have an order number above 500.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote