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.