Thread: Missing Options

Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Missing Options

    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?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Missing Options

    In Admin - Catalog - Categories/Products there should be a button which says 'New Category'. If not, you probably have a missing/corrupted file somewhere.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Missing Options

    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.

  4. #4
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Missing Options

    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.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Missing Options

    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.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Missing Options

    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 ...

    PHP Code:
    UPDATE products_to_categories SET categories_id 1;
    UPDATE products SET master_categories_id 1
    NOTE: It would be a good idea to backup your database first before doing this ...

    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!

 

 

Similar Threads

  1. v151 X-Frame Options Missing
    By himanshudas in forum Bug Reports
    Replies: 0
    Last Post: 4 Dec 2012, 05:01 PM
  2. Missing attribute options
    By Zek in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 29 Dec 2007, 02:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg