You may add as many Categories and/or Main Categories as you like. If you are not going to be using 2 Category levels, you will place all Categories under the default Main Category "General", which has an ID of "0". Due to the database relationships, all Categories must be related to a Main Category. so you must leave this Main Category "General" intact when you delete the demo inventory and are ready to add your own Categories.
For the purpose of this document, we will refer to Categories as simply Categories. Please note that if you use Main Categories, then Categories will ACTUALLY be Sub Categories.
You must enter administration to add Categories.
Adding Main Categories
Adding Categories
We have several options for showing Product "Specials", one of which is to simply name a Category "Specials". The 5000 and up rules still apply. The "Specials" Category would show up in your regular Categories menu if numbered under 5000. Other methods of showing Specials are covered in the Integration With Your Site section.
To edit any Category or Main Category, click the ID from the respective page, then either change the
entry and click Update, or clieck Delete to delete the entry.
CAUTION! WARNING! DANGER! Deleting a Main Category will "cascade
delete" every Category and Product under that Main Category. Deleting a Category will "cascade
delete" every Product under that Category. Please Be Careful!
Sorting Categories: By default, all Main Categories and Categories are sorted by
ID in the standalone version, and in search.cfm if using that page in the
integrated version. If using Custom tags or writing your own queries and using
the integrated version, you'll be able to specify to sort by Name or ID. In the
standalone version you may change to sort by Name by changing...
attributes.sortmancat = ""
to...
attributes.sortmancat = "Name"
in the "Product display and search" section of Application.cfm.
Sorting by ID gives more flexibility in the order you wish
to display your Main Categories and Categories. You may
also "skip" IDs, and enter them such as 10, 20, 30, etc., leaving enough unused IDs to add
new Main Categories or Categories in the proper position at a later date. Main Category IDs and
Category IDs may also be changed at any time if you wish to re-arrange the displayed order at a later date.