Where is relation between Category and Products....

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
vijjendra
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Thu Jan 01, 2009 11:00 am
Contact:

Where is relation between Category and Products....

Post by vijjendra » Sat May 02, 2009 3:25 pm

Hi,All
When user click on the category the product list is shown but in Database there is no relation between them.
I have read the forum topics related to this, there is discussion about Object_Assn what is this and where we find this.
I want to show wishlist Item in Category based like
wishlist.jpg
Vijendra Singh Shakya

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Where is relation between Category and Products....

Post by jmestep » Sat May 02, 2009 4:40 pm

It is in the ac_CatalogNodes table.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

vijjendra
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Thu Jan 01, 2009 11:00 am
Contact:

Re: Where is relation between Category and Products....

Post by vijjendra » Sun May 03, 2009 2:59 am

In ac_CatalogNodes table there is 4 column
1. CategoryId
2.CatalogNodeId
3.CatalogNodeTypeID
4. OrderBy
now please tell me which colum and waht value relate to Category and Product.
Vijendra Singh Shakya

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Where is relation between Category and Products....

Post by mazhar » Mon May 04, 2009 2:42 am

First of all catalog node entries can have 4 type of entries Category, Product, WebPage and Link

1. CategoryId
Contains the parent category id for any of above 4 items

2.CatalogNodeId
Contains the catalog node id of above 4 items. Keep in mind that catalognodeid could have same value for above four items. If you want to load some specific item then you need to provide both catalognodeid and catalognodetype in you query for filtration.

3.CatalogNodeTypeID
Contains the type of current catalognode entry

4. OrderBy
Contains the ordervby value for catalog node item.

Post Reply