View Single Post
  #3 (permalink)  
Old Nov 12th, 2007, 17:20
gunnapaul2 gunnapaul2 is offline
New Member
Join Date: Oct 2007
Location: UK
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help With Adding Sub-categories to Sub-categories

Erm, basically I can only add sub-cataegories to the main category, so on the main page you have the list of categories (like you do on ebay, i.e. automotive) and then the sub-categories (i.e. cars, commercial, motorbikes, etc). Im trying to add sub-categories to the sub-categories, i.e. Automotive -> Cars -> Aston Martin, Audi, etc.

At the moment I cant seem to add the Car makes so was wondering what the code was to add them. Its currently set out like this:
Code: Select all
       auto1 => '<!--auto-->Cars',
       auto001 => '<!--cars--><!--carsaston-->Aston',
       auto2 => '<!--auto-->Commercial',
       auto3 => '<!--auto-->Audio & ICE',
       auto4 => '<!--auto-->Vans',
       auto5 => '<!--auto-->Motorcycles & Scooters',
       auto6 => '<!--auto-->Collector Vehicles',
       auto7 => '<!--auto-->Cherished Plates',
       auto8 => '<!--auto-->Manuals',
       auto9 => '<!--auto-->Parts & Tuning',
       auto10 => '<!--auto-->Wheels & Tyres',
       auto11 => '<!--auto-->Other',
As you can see I tried a code to add Aston and ive tired it other ways, but it either ends up showing on the main page or in the sub-category.

Last edited by karinne; Nov 13th, 2007 at 14:00. Reason: Please use vBcode when adding code to your post
Reply With Quote