Can anyone tell me where in the database schema the category id(s) are assigned to the product when a product has been added to the store?
I have reviewed the Categories and the CategoryParents table, but I cannot find the table that assigns the category(s) to the product.
Can anyone provide some insight?
Dave
Categories in AC7
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 36
- Joined: Mon Jan 14, 2008 3:14 pm
- Location: Dayton, Ohio
Categories in AC7
Thanks Joe for the post!
Then to confirm there are only 3 tables involved in creating a category:
Categories
CategoryParents
CategoryNodes
How does the Category Nodes work? Also, where in the database will a product get assigned to a category?
Thanks!
Dave
Then to confirm there are only 3 tables involved in creating a category:
Categories
CategoryParents
CategoryNodes
How does the Category Nodes work? Also, where in the database will a product get assigned to a category?
Thanks!
Dave
Careful with the table names, it's:
Categories
CategoryParents
CatalogNodes
I don't have my head completely wrapped around how they inter-relate. I switched to using the Able methods and classes so I wouldn't blow something else up.
There are some good code examples of how to parse category information from product records in RC2's categorygridpage4.ascx user control.
Categories
CategoryParents
CatalogNodes
I don't have my head completely wrapped around how they inter-relate. I switched to using the Able methods and classes so I wouldn't blow something else up.
There are some good code examples of how to parse category information from product records in RC2's categorygridpage4.ascx user control.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 36
- Joined: Mon Jan 14, 2008 3:14 pm
- Location: Dayton, Ohio
Categories in AC7
Thanks, will do.
Now have good handle on categories. The CatalogNodes are the backbone of the 3 tables.
Thanks for your imput!
Now have good handle on categories. The CatalogNodes are the backbone of the 3 tables.
Thanks for your imput!