Repaso al resto git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@52 54e8636e-a86c-764f-903d-b964358a1ae2
1873 lines
106 KiB
SQL
1873 lines
106 KiB
SQL
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x81x40cm', 'ACRO 30-V', 'publish', 'closed', 'open', 'ACRO-30-V', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-30-V', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '769'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '0'),
|
|
(@last_id, 'tcp_sku', 'ACRO-30-V'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ACRO-30-V';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x81x40cm', 'ACRO 30V-2', 'publish', 'closed', 'open', 'ACRO-30V-2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-30V-2', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '737'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '1'),
|
|
(@last_id, 'tcp_sku', 'ACRO-30V-2'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ACRO-30V-2';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x75x35cm', 'ACRO 66V', 'publish', 'closed', 'open', 'ACRO-66V', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-66V', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '739'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '2'),
|
|
(@last_id, 'tcp_sku', 'ACRO-66V'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ACRO-66V';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '172x80x37cm', 'ACRO YX-32', 'publish', 'closed', 'open', 'ACRO-YX-32', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-YX-32', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1287'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '3'),
|
|
(@last_id, 'tcp_sku', 'ACRO-YX-32'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ACRO-YX-32';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '149x104x43cm', 'ACRO YX-46', 'publish', 'closed', 'open', 'ACRO-YX-46', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-YX-46', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1239'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '4'),
|
|
(@last_id, 'tcp_sku', 'ACRO-YX-46'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ACRO-YX-46';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '150x140x38cm', 'ARI 101040', 'publish', 'closed', 'open', 'ARI-101040', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARI-101040', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1159'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '5'),
|
|
(@last_id, 'tcp_sku', 'ARI-101040'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARI-101040';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x130x40cm', 'ARI 101041', 'publish', 'closed', 'open', 'ARI-101041', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARI-101041', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '949'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '6'),
|
|
(@last_id, 'tcp_sku', 'ARI-101041'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARI-101041';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x78x40cm', 'ARI 11007100', 'publish', 'closed', 'open', 'ARI-11007100', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARI-11007100', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '849'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '7'),
|
|
(@last_id, 'tcp_sku', 'ARI-11007100'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARI-11007100';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x60x32cm', 'ARTI 8093', 'publish', 'closed', 'open', 'ARTI-8093', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARTI-8093', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '597'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '8'),
|
|
(@last_id, 'tcp_sku', 'ARTI-8093'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-8093';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '100x70x35cm', 'ARTI 8559', 'publish', 'closed', 'open', 'ARTI-8559', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARTI-8559', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '327'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '9'),
|
|
(@last_id, 'tcp_sku', 'ARTI-8559'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-8559';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x100x50cm', 'CAC 541-001267', 'publish', 'closed', 'open', 'CAC-541-001267', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-541-001267', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '787'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '10'),
|
|
(@last_id, 'tcp_sku', 'CAC-541-001267'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'CAC-541-001267';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x100x50cm', 'IMO 35-112', 'publish', 'closed', 'open', 'IMO-35-112', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-35-112', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '837'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '11'),
|
|
(@last_id, 'tcp_sku', 'IMO-35-112'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-35-112';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x80x40cm', 'IMO 35-56', 'publish', 'closed', 'open', 'IMO-35-56', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-35-56', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '997'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '12'),
|
|
(@last_id, 'tcp_sku', 'IMO-35-56'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-35-56';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x80x40cm', 'IMO 35-58', 'publish', 'closed', 'open', 'IMO-35-58', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-35-58', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '729'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '13'),
|
|
(@last_id, 'tcp_sku', 'IMO-35-58'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-35-58';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x60x40cm', 'IMO 35-77', 'publish', 'closed', 'open', 'IMO-35-77', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-35-77', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '679'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '14'),
|
|
(@last_id, 'tcp_sku', 'IMO-35-77'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-35-77';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '120x80x35cm', 'IMO 35-90', 'publish', 'closed', 'open', 'IMO-35-90', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-35-90', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '547'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '15'),
|
|
(@last_id, 'tcp_sku', 'IMO-35-90'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-35-90';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '120x80x35cm', 'IMO 75-08', 'publish', 'closed', 'open', 'IMO-75-08', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-08', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '369'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '16'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-08'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-08';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '130x90x40cm', 'IMO 75-09', 'publish', 'closed', 'open', 'IMO-75-09', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-09', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '427'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '17'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-09'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-09';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '120x80x38cm', 'IMO 75-19', 'publish', 'closed', 'open', 'IMO-75-19', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-19', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '399'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '18'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-19'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-19';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x60x40cm', 'IMO 75-21', 'publish', 'closed', 'open', 'IMO-75-21', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-21', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '467'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '19'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-21'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-21';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '195x100x40cm', 'IMO 75-41', 'publish', 'closed', 'open', 'IMO-75-41', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-41', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '829'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '20'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-41'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-41';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '175x80x35cm', 'IMO 75-52', 'publish', 'closed', 'open', 'IMO-75-52', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-52', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '578'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '21'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-52'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-52';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '130x60x33cm', 'IMO 75-56', 'publish', 'closed', 'open', 'IMO-75-56', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-75-56', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '329'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '22'),
|
|
(@last_id, 'tcp_sku', 'IMO-75-56'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-75-56';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '137x120x35cm', 'IXI 7600900', 'publish', 'closed', 'open', 'IXI-7600900', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-7600900', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '627'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '23'),
|
|
(@last_id, 'tcp_sku', 'IXI-7600900'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-7600900';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '195x105x38cm Vitrina ochavada', 'LH MU-386', 'publish', 'closed', 'open', 'LH-MU-386', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=LH-MU-386', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '857'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '24'),
|
|
(@last_id, 'tcp_sku', 'LH-MU-386'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-386';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '210x110x35cm', 'LH MU-638', 'publish', 'closed', 'open', 'LH-MU-638', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=LH-MU-638', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1097'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '25'),
|
|
(@last_id, 'tcp_sku', 'LH-MU-638'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-638';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '140x100x40cm', 'MOY 141010J', 'publish', 'closed', 'open', 'MOY-141010J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-141010J', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '727'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '26'),
|
|
(@last_id, 'tcp_sku', 'MOY-141010J'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-141010J';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x55x40cm', 'MOY 141013J', 'publish', 'closed', 'open', 'MOY-141013J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-141013J', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '529'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '27'),
|
|
(@last_id, 'tcp_sku', 'MOY-141013J'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-141013J';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '210x107x50cm', 'MOY 145020J', 'publish', 'closed', 'open', 'MOY-145020J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145020J', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '979'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '28'),
|
|
(@last_id, 'tcp_sku', 'MOY-145020J'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145020J';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '125x140x40cm', 'MOY 145066J', 'publish', 'closed', 'open', 'MOY-145066J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145066J', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '779'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '29'),
|
|
(@last_id, 'tcp_sku', 'MOY-145066J'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145066J';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '187x50x50cm', 'MOY 148131', 'publish', 'closed', 'open', 'MOY-148131', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148131', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '727'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '30'),
|
|
(@last_id, 'tcp_sku', 'MOY-148131'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-148131';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '165x120x50cm', 'MOY 30947', 'publish', 'closed', 'open', 'MOY-30947', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30947', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '869'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '31'),
|
|
(@last_id, 'tcp_sku', 'MOY-30947'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30947';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '193x93x43cm', 'MOY-14179', 'publish', 'closed', 'open', 'MOY-14179', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14179', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '729'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '32'),
|
|
(@last_id, 'tcp_sku', 'MOY-14179'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-14179';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '193x140x43cm', 'MOY-14180', 'publish', 'closed', 'open', 'MOY-14180', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14180', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1045'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '33'),
|
|
(@last_id, 'tcp_sku', 'MOY-14180'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-14180';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '210x107x35cm', 'MOY-145026', 'publish', 'closed', 'open', 'MOY-145026', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145026', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '937'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '34'),
|
|
(@last_id, 'tcp_sku', 'MOY-145026'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145026';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x55x40cm', 'MOY-145038', 'publish', 'closed', 'open', 'MOY-145038', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145038', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '497'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '35'),
|
|
(@last_id, 'tcp_sku', 'MOY-145038'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145038';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x40cm', 'MOY-145053', 'publish', 'closed', 'open', 'MOY-145053', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145053', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '797'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '36'),
|
|
(@last_id, 'tcp_sku', 'MOY-145053'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145053';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '140x150x40cm', 'MOY-145058', 'publish', 'closed', 'open', 'MOY-145058', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145058', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '827'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '37'),
|
|
(@last_id, 'tcp_sku', 'MOY-145058'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145058';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x105x40cm', 'MOY-145069', 'publish', 'closed', 'open', 'MOY-145069', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-145069', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '829'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '38'),
|
|
(@last_id, 'tcp_sku', 'MOY-145069'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-145069';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x55x55cm', 'MOY-146188', 'publish', 'closed', 'open', 'MOY-146188', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-146188', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '517'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '39'),
|
|
(@last_id, 'tcp_sku', 'MOY-146188'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-146188';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x5x40cm', 'MOY-301508', 'publish', 'closed', 'open', 'MOY-301508', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-301508', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '629'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '40'),
|
|
(@last_id, 'tcp_sku', 'MOY-301508'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-301508';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x55x40cm', 'MOY-301527', 'publish', 'closed', 'open', 'MOY-301527', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-301527', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '497'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '41'),
|
|
(@last_id, 'tcp_sku', 'MOY-301527'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-301527';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '150x140x40cm', 'MOY-301531', 'publish', 'closed', 'open', 'MOY-301531', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-301531', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '795'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '42'),
|
|
(@last_id, 'tcp_sku', 'MOY-301531'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-301531';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '140x90x40cm', 'MOY-301540', 'publish', 'closed', 'open', 'MOY-301540', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-301540', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '549'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '43'),
|
|
(@last_id, 'tcp_sku', 'MOY-301540'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-301540';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x40cm', 'MOY-30274', 'publish', 'closed', 'open', 'MOY-30274', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30274', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '798'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '44'),
|
|
(@last_id, 'tcp_sku', 'MOY-30274'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30274';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '137x120x35cm', 'MOY-30297', 'publish', 'closed', 'open', 'MOY-30297', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30297', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '569'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '45'),
|
|
(@last_id, 'tcp_sku', 'MOY-30297'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30297';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '125x180x35cm', 'MOY-30312', 'publish', 'closed', 'open', 'MOY-30312', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30312', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '837'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '46'),
|
|
(@last_id, 'tcp_sku', 'MOY-30312'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30312';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '151x115x40cm', 'MOY-30539', 'publish', 'closed', 'open', 'MOY-30539', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30539', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '698'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '47'),
|
|
(@last_id, 'tcp_sku', 'MOY-30539'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30539';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x90x40cm', 'MOY-30544', 'publish', 'closed', 'open', 'MOY-30544', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30544', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '749'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '48'),
|
|
(@last_id, 'tcp_sku', 'MOY-30544'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30544';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x55x40cm', 'MOY-305461', 'publish', 'closed', 'open', 'MOY-305461', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-305461', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '497'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '49'),
|
|
(@last_id, 'tcp_sku', 'MOY-305461'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-305461';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x60x60cm', 'MOY-30560', 'publish', 'closed', 'open', 'MOY-30560', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30560', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '587'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '50'),
|
|
(@last_id, 'tcp_sku', 'MOY-30560'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30560';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '135x40x35cm', 'MOY-30801', 'publish', 'closed', 'open', 'MOY-30801', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30801', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '319'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '51'),
|
|
(@last_id, 'tcp_sku', 'MOY-30801'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30801';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '100x55x30cm', 'MOY-30802', 'publish', 'closed', 'open', 'MOY-30802', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30802', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '279'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '52'),
|
|
(@last_id, 'tcp_sku', 'MOY-30802'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30802';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x40cm', 'MOY-30912', 'publish', 'closed', 'open', 'MOY-30912', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30912', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '877'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '53'),
|
|
(@last_id, 'tcp_sku', 'MOY-30912'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30912';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x70x40cm', 'MOY-30932', 'publish', 'closed', 'open', 'MOY-30932', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30932', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '649'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '54'),
|
|
(@last_id, 'tcp_sku', 'MOY-30932'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30932';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '150x150x40cm', 'MOY-30939', 'publish', 'closed', 'open', 'MOY-30939', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30939', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '869'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '55'),
|
|
(@last_id, 'tcp_sku', 'MOY-30939'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-30939';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '125x65x30cm', 'MOY-816079', 'publish', 'closed', 'open', 'MOY-816079', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-816079', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '367'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '56'),
|
|
(@last_id, 'tcp_sku', 'MOY-816079'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-816079';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '120x90x35cm', 'OM 623', 'publish', 'closed', 'open', 'OM-623', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-623', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '469'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '57'),
|
|
(@last_id, 'tcp_sku', 'OM-623'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-623';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '220x170x45cm', 'OM 634', 'publish', 'closed', 'open', 'OM-634', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-634', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1625'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '58'),
|
|
(@last_id, 'tcp_sku', 'OM-634'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-634';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x70x45cm', 'OM 699', 'publish', 'closed', 'open', 'OM-699', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-699', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '726'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '59'),
|
|
(@last_id, 'tcp_sku', 'OM-699'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-699';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x75x40cm', 'OM 711', 'publish', 'closed', 'open', 'OM-711', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-711', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '879'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '60'),
|
|
(@last_id, 'tcp_sku', 'OM-711'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-711';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x105x40cm', 'OM-1159', 'publish', 'closed', 'open', 'OM-1159', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-1159', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '879'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '61'),
|
|
(@last_id, 'tcp_sku', 'OM-1159'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-1159';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x65x45cm', 'OM-709', 'publish', 'closed', 'open', 'OM-709', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-709', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '597'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '62'),
|
|
(@last_id, 'tcp_sku', 'OM-709'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-709';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '140x120x40cm', 'OM-742', 'publish', 'closed', 'open', 'OM-742', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=OM-742', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '998'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '63'),
|
|
(@last_id, 'tcp_sku', 'OM-742'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'OM-742';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '180x100x40cm', 'SOC 1 10043', 'publish', 'closed', 'open', 'SOC-1-10043', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SOC-1-10043', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1089'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '64'),
|
|
(@last_id, 'tcp_sku', 'SOC-1-10043'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SOC-1-10043';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '150x80x30cm', 'SP 30215', 'publish', 'closed', 'open', 'SP-30215', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30215', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '479'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '65'),
|
|
(@last_id, 'tcp_sku', 'SP-30215'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30215';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '161x49x36cm', 'SP 31002', 'publish', 'closed', 'open', 'SP-31002', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31002', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '347'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '66'),
|
|
(@last_id, 'tcp_sku', 'SP-31002'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31002';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '192x70x37cm', 'SP 31003', 'publish', 'closed', 'open', 'SP-31003', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31003', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '569'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '67'),
|
|
(@last_id, 'tcp_sku', 'SP-31003'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31003';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '195x75x39cm', 'SP 31004', 'publish', 'closed', 'open', 'SP-31004', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31004', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '527'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '68'),
|
|
(@last_id, 'tcp_sku', 'SP-31004'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31004';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x40cm', 'SP 31441', 'publish', 'closed', 'open', 'SP-31441', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31441', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '827'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '69'),
|
|
(@last_id, 'tcp_sku', 'SP-31441'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31441';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '115x123x38cm', 'SP 31574', 'publish', 'closed', 'open', 'SP-31574', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31574', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '569'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '70'),
|
|
(@last_id, 'tcp_sku', 'SP-31574'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31574';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '195x100x40cm', 'SP 31575', 'publish', 'closed', 'open', 'SP-31575', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31575', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '879'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '71'),
|
|
(@last_id, 'tcp_sku', 'SP-31575'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31575';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x100x40cm', 'SP 31634', 'publish', 'closed', 'open', 'SP-31634', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31634', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1067'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '72'),
|
|
(@last_id, 'tcp_sku', 'SP-31634'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31634';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '200x100x40cm', 'SP 31636', 'publish', 'closed', 'open', 'SP-31636', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31636', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '1067'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '73'),
|
|
(@last_id, 'tcp_sku', 'SP-31636'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31636';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '100x80x40cm', 'SP 9867', 'publish', 'closed', 'open', 'SP-9867', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9867', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '429'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '74'),
|
|
(@last_id, 'tcp_sku', 'SP-9867'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-9867';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x35cm', 'VA-8299', 'publish', 'closed', 'open', 'VA-8299', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-8299', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '727'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '75'),
|
|
(@last_id, 'tcp_sku', 'VA-8299'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-8299';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '170x65x35cm', 'VA-8318', 'publish', 'closed', 'open', 'VA-8318', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-8318', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '497'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '76'),
|
|
(@last_id, 'tcp_sku', 'VA-8318'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-8318';
|
|
|
|
|
|
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
|
|
(1, now(), now(), '190x100x40cm', 'VA-8319', 'publish', 'closed', 'open', 'VA-8319', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-8319', 0, 'tcp_product', 0);
|
|
SET @last_id := LAST_INSERT_ID();
|
|
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
|
|
(@last_id, 46, 0);
|
|
insert into wp_postmeta (post_id, meta_key, meta_value) values
|
|
(@last_id, 'tcp_price', '727'),
|
|
(@last_id, 'tcp_stock', -1),
|
|
(@last_id, 'tcp_type', 'SIMPLE'),
|
|
(@last_id, 'tcp_order', '77'),
|
|
(@last_id, 'tcp_sku', 'VA-8319'),
|
|
(@last_id, 'tcp_tax_id', '0'),
|
|
(@last_id, 'tcp_back_end_label', ''),
|
|
(@last_id, 'tcp_hide_buy_button', ''),
|
|
(@last_id, 'tcp_exclude_range', ''),
|
|
(@last_id, 'tcp_is_downloadable', ''),
|
|
(@last_id, 'tcp_max_downloads', '0'),
|
|
(@last_id, 'tcp_days_to_expire', '0'),
|
|
(@last_id, 'tcp_is_visible', '1'),
|
|
(@last_id, 'tcp_weight', '0');
|
|
insert into wp_postmeta (post_id, meta_key, meta_value)
|
|
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-8319';
|
|
|
|
|