Zen Cart Logo
Forums / Basic Configuration / unable to add Category's

unable to add Category's

Locked

Views: 1,254

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Sep 2006, 10:15 AM
#1
dasonix avatar

dasonix

New Zenner

Join Date:
Sep 2006
Posts:
79
Plugin Contributions:
0

unable to add Category's

Hi all

I am haveing problems adding Category's to the site. as a result I have had to add all products to the top level.

I am useing the latest version of ZEN

Please assist

TY

22 Sep 2006, 3:50 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: unable to add Category's

Categories hold either Categories or Products but never both at the same time ...

Do this ...

Backup your database via phpMyAdmin ...

In the SQL enter:
UPDATE products_to_categories set categories_id=1 where categories_id=0

Now go to your Zen Cart Admin ...

Go to Catalog ... Categories/Products ...

You should see the New Category button ...

Add a Category ...

If this comes up as categories_id 1 then all Products will be in there ...

If this is the case, go to the Tools ... Store Manager ... and run the:

Update Master Categories ID ...

Update Products Price Sorter ...

Now, you can make your Categories etc. and move these Products into the right Categories ...

IF this did not work ... then we have to tweak a bit more ...

22 Sep 2006, 3:53 PM
#3
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

Re: unable to add Category's

I just realized I got same problem here. I did all suggestions presented in previous post and it didn't work for me. Products name and descriptions, catogories names, prices has been imported from oscommerce store.

I'm able to add category into a root of the catalog.
Iam also able to add subcategory into ....... "muted" (inactive) categories!!. But i cannot add to rest of (active) categories.

Any Clue? Now iam trying to compare differences in phpmyadmin between type of categories.

Adam

22 Sep 2006, 4:14 PM
#4
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

Re: unable to add Category's

OK, way to go around is to make category in TOP of directories and move it to desire position as a subdirectory.
Different way is to mute directory to get "New directory" button back, make how many subdirecories yo want and unmute it. It works but a lil bit uncomfortable.

Adam

22 Sep 2006, 5:06 PM
#5
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

Re: unable to add Category's

Had to correct everything ive done with subcategories. Just read about some rules to not having products and categories mixed.
Of course I followed this rule.