Add Category
About these Pages
If the user presses the "Cancel" button: We simply go to the previous page.
Categories in the Store
Clothing
Shoes
Sporting Goods
Appliances
Food Products
The items in the selection box correspond to all the categories within this store. These may be obtained by running an appropriate query on the ES_StoreCategory table and then getting the displayable names of these categories from the ES_Categories table.
Edit
the category selected in the selection box above.
Add
(create) a new category.
Delete the category selected in the selection box above.
Move the category up in the category list for this store. In other words modify the EM_StoreCategory.DisplayOrder parameters for the Categories for this store. This should involve a redisplay of the above list, i.e. this may involve a page redisplay...
Move the category down in the category list for this store. In other words modify the EM_StoreCategory.DisplayOrder parameters for the Categories for this store. This should involve a redisplay of the above list, i.e. this may involve a page redisplay...