[+] CORE : now you can choose the redirect option when your product is disable
This commit is contained in:
@@ -1376,6 +1376,8 @@ CREATE TABLE `PREFIX_product` (
|
||||
`uploadable_files` tinyint(4) NOT NULL default '0',
|
||||
`text_fields` tinyint(4) NOT NULL default '0',
|
||||
`active` tinyint(1) unsigned NOT NULL default '0',
|
||||
`redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '',
|
||||
`id_product_redirected` int(10) unsigned NOT NULL default '0',
|
||||
`available_for_order` tinyint(1) NOT NULL default '1',
|
||||
`available_date` date NOT NULL,
|
||||
`condition` ENUM('new', 'used', 'refurbished') NOT NULL DEFAULT 'new',
|
||||
@@ -1415,6 +1417,8 @@ CREATE TABLE IF NOT EXISTS `PREFIX_product_shop` (
|
||||
`uploadable_files` tinyint(4) NOT NULL default '0',
|
||||
`text_fields` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`active` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '',
|
||||
`id_product_redirected` int(10) unsigned NOT NULL default '0',
|
||||
`available_for_order` tinyint(1) NOT NULL DEFAULT '1',
|
||||
`available_date` date NOT NULL,
|
||||
`condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new',
|
||||
|
||||
Reference in New Issue
Block a user