Table products to categories
From Zen Cart(tm) Wiki
Contents |
Database Version
- 1.3.5
Description
- Places the products into categories. If a certain product is not represented here, it will not be found in any categories.
Table Details
Primary Key
Indexed Fields
Columns
products_id

- Cross-reference link to the products table.
Type: int(11) Null: No Default: 0
categories_id

- Cross-reference link to the categories table.
Type: int(11) Null: No Default: 0
Default Entries (assuming demo data installed)
- TODO!