// id_category_default is now for multishop
This commit is contained in:
@@ -2045,6 +2045,7 @@ PRIMARY KEY (`id_store`, `id_shop`),
|
||||
CREATE TABLE `PREFIX_product_shop` (
|
||||
`id_product` INT( 11 ) UNSIGNED NOT NULL,
|
||||
`id_shop` INT( 11 ) UNSIGNED NOT NULL,
|
||||
`id_category_default` INT( 11 ) UNSIGNED DEFAULT NULL,
|
||||
PRIMARY KEY ( `id_shop` , `id_product` ),
|
||||
KEY `id_shop` (`id_shop`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
@@ -866,5 +866,11 @@
|
||||
<configuration id="PS_STORES_ICON" name="PS_STORES_ICON">
|
||||
<value>logo_stores.gif</value>
|
||||
</configuration>
|
||||
<configuration id="PS_ROOT_CATEGORY" name="PS_ROOT_CATEGORY">
|
||||
<value>1</value>
|
||||
</configuration>
|
||||
<configuration id="PS_HOME_CATEGORY" name="PS_HOME_CATEGORY">
|
||||
<value>2</value>
|
||||
</configuration>
|
||||
</entities>
|
||||
</entity_configuration>
|
||||
|
||||
Reference in New Issue
Block a user