hello! new to this! i am trying to add categories to a website but there doesnt seem to be a Add Category button or the config button from the Admin home
can anyone help?
hello! new to this! i am trying to add categories to a website but there doesnt seem to be a Add Category button or the config button from the Admin home
can anyone help?
In Admin - Catalog - Categories/Products there should be a button which says 'New Category'. If not, you probably have a missing/corrupted file somewhere.
If you have any products in your "Top", you will not see a "new category" button.
If this is the case, you will have to delete all of the products, and then you will get the categories button.
Categories (including Top) hold (sub)categories or products, not both.
is there not a way i can copy everything i did and them create a category then put them in instead of deleting everything? they are in the Top cat.
Sorry, in this case there is no way around it.
If you already had even one other category, you could shift them there while adding subs. How many products do you have entered? If the quantity is large enough, you might benefit from using EasyPopulate to export and re-import them.
Actually ... there is a trick to this ...
Let's set all of your Products to be in categories_id 1 ... this can be done by running this command in the Tools ... Insert SQL Patches ...
NOTE: It would be a good idea to backup your database first before doing this ...PHP Code:UPDATE products_to_categories SET categories_id = 1;
UPDATE products SET master_categories_id = 1;
Then, when you create your first Category, it will be assigned categories_id 1 and all the Products will magically appear in it ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!