2011-07-19 09:05:23 +00:00
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 ( ) , ' 72x136x81cm ' , ' 1 ACRO YF 03 ' , ' publish ' , ' closed ' , ' open ' , ' 1-ACRO-YF-03 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=1-ACRO-YF-03 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 385 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 0 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' 1-ACRO-YF-03 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' 1-ACRO-YF-03 ' ;
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 ( ) , ' 76x160x96cm Tambien en 2mt ' , ' ACRO 30 MS ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-30-MS ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-30-MS ' , 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 , 56 , 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 ' , ' 1 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-30-MS ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-MS ' ;
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 ( ) , ' 75x90(136)x90cm Extensible ' , ' ACRO YF 02 ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-YF-02 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-YF-02 ' , 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 , 56 , 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 ' , ' 2 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-YF-02 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-YF-02 ' ;
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 ( ) , ' 76x140(200)x90cm Extensible ' , ' ACRO YF 05 ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-YF-05 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-YF-05 ' , 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 , 56 , 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 ' , ' 3 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-YF-05 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-YF-05 ' ;
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 ( ) , ' 76x140(140)cm Extensible ' , ' ACRO YF 06 ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-YF-06 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-YF-06 ' , 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 , 56 , 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 ' , ' 4 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-YF-06 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-YF-06 ' ;
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 ( ) , ' 75x150x90cm ' , ' ACRO YF24-B ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-YF24-B ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-YF24-B ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 389 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 5 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-YF24-B ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-YF24-B ' ;
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 ( ) , ' 76x110x110cm ' , ' ARI 112315 ' , ' publish ' , ' closed ' , ' open ' , ' ARI-112315 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARI-112315 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 289 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 6 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ARI-112315 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-112315 ' ;
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 ( ) , ' 77x180(250)x95cm ' , ' ARTI 8534 ' , ' publish ' , ' closed ' , ' open ' , ' ARTI-8534 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARTI-8534 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 987 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 7 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ARTI-8534 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8534 ' ;
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 ( ) , ' 76x120(160)cm ' , ' ARTI 8668 ' , ' publish ' , ' closed ' , ' open ' , ' ARTI-8668 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARTI-8668 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 817 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 8 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ARTI-8668 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8668 ' ;
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 ( ) , ' 79x80(160)x80cm ' , ' ARTI 8672 ' , ' publish ' , ' closed ' , ' open ' , ' ARTI-8672 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARTI-8672 ' , 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 , 56 , 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 ' , ' 9 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ARTI-8672 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8672 ' ;
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 ( ) , ' 77x180(250)x95cm ' , ' ARTI 8746 ' , ' publish ' , ' closed ' , ' open ' , ' ARTI-8746 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARTI-8746 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 987 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 10 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ARTI-8746 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8746 ' ;
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 ( ) , ' 76x160x90cm Tambien en color claro ' , ' CAC 541-001274 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-541-001274 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-541-001274 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 669 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 11 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-541-001274 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-001274 ' ;
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 ( ) , ' 76x160(260)x90cm Extensible tambien en color claro ' , ' CAC 541-003989 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-541-003989 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-541-003989 ' , 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 , 56 , 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 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-541-003989 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-003989 ' ;
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 ( ) , ' 75x140(200)x80cm Extensible ' , ' CAC 553-002292 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-553-002292 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-553-002292 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 395 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 13 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-553-002292 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-553-002292 ' ;
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 ( ) , ' 75x90(140)x80cm Extensible ' , ' CAC 553-004380 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-553-004380 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-553-004380 ' , 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 , 56 , 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 ' , ' 14 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-553-004380 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-553-004380 ' ;
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 ( ) , ' 75x37(125)x85cm Alas ' , ' CAC 565-001669 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-565-001669 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-565-001669 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 459 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 15 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-565-001669 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-565-001669 ' ;
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 ( ) , ' 75x140(190)x80cm Extensible ' , ' CAC 616-003714 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-616-003714 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-616-003714 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 657 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 16 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-616-003714 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-616-003714 ' ;
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 ( ) , ' 75x90(160)x90cm Extensible ' , ' CAC 619-004423 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-619-004423 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-619-004423 ' , 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 , 56 , 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 ' , ' 17 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-619-004423 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-619-004423 ' ;
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 ( ) , ' 75x80cm Plegable ' , ' CAC 636-00449 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-636-00449 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-636-00449 ' , 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 , 56 , 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 ' , ' 18 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-636-00449 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-636-00449 ' ;
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 ( ) , ' 76x160x85cm ' , ' DUG 109 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-109 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-109 ' , 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 , 56 , 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 ' , ' 19 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-109 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' DUG-109 ' ;
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 ( ) , ' 76x160x93cm ' , ' DUG 692 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-692 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-692 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 687 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 20 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-692 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' DUG-692 ' ;
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 ( ) , ' 77x90x190cm ' , ' DUG 740 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-740 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-740 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 929 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 21 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-740 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' DUG-740 ' ;
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 ( ) , ' 75x160x90cm Tambien en 190 ' , ' DUG 767 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-767 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-767 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 789 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 22 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-767 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' DUG-767 ' ;
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 ( ) , ' 78x160x90cm ' , ' IMO 35-100 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-100 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-100 ' , 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 , 56 , 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 ' , ' 23 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-100 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-100 ' ;
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 ( ) , ' 78x160x90cm ' , ' IMO 35-117 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-117 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-117 ' , 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 , 56 , 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 ' , ' 24 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-117 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-117 ' ;
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 ( ) , ' 78x140x90cm ' , ' IMO 35-45 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-45 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-45 ' , 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 , 56 , 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 ' , ' 25 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-45 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-45 ' ;
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 ( ) , ' 78x140(200)x90cm ' , ' IMO 35-91 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-91 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-91 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 659 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 26 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-91 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-91 ' ;
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 ( ) , ' 78x160x90cm ' , ' IMO 75-10 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-75-10 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-75-10 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 489 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 27 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-75-10 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-10 ' ;
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 ( ) , ' 78x140(200)x90cm Extensible ' , ' IMO 75-48 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-75-48 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-75-48 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 659 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 28 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-75-48 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-48 ' ;
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 ( ) , ' 76x180x90cm Metal cromado y cristal acido templado 10mm ' , ' IXI 16063 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-16063 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-16063 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 487 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 29 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IXI-16063 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-16063 ' ;
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 ( ) , ' 78x160x90cm ' , ' IXI 16263 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-16263 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-16263 ' , 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 , 56 , 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 ' , ' 30 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IXI-16263 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-16263 ' ;
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 ( ) , ' 75x140(200)x90cm ' , ' KUBIK-1447 ' , ' publish ' , ' closed ' , ' open ' , ' KUBIK-1447 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=KUBIK-1447 ' , 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 , 56 , 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 ' , ' 31 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' KUBIK-1447 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' KUBIK-1447 ' ;
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 ( ) , ' 75x140(200)x90cm ' , ' KUBIK-1540 ' , ' publish ' , ' closed ' , ' open ' , ' KUBIK-1540 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=KUBIK-1540 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 819 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 32 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' KUBIK-1540 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' KUBIK-1540 ' ;
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 ( ) , ' 76x120cm ' , ' LH MU-388 ' , ' publish ' , ' closed ' , ' open ' , ' LH-MU-388 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=LH-MU-388 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 439 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 33 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' LH-MU-388 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-388 ' ;
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 ( ) , ' 80x140x90cm Tambien en 160 y extensible ' , ' MIR-0400 ' , ' publish ' , ' closed ' , ' open ' , ' MIR-0400 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MIR-0400 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 759 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 34 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MIR-0400 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' MIR-0400 ' ;
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 ( ) , ' 80x140x90cm Tambien en 160 y con extensible ' , ' MIR-0430 ' , ' publish ' , ' closed ' , ' open ' , ' MIR-0430 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MIR-0430 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 639 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 35 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MIR-0430 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' MIR-0430 ' ;
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 ( ) , ' 80x140(190)x90cm Tambien de 160(210) ' , ' MIR-0460 ' , ' publish ' , ' closed ' , ' open ' , ' MIR-0460 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MIR-0460 ' , 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 , 56 , 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 ' , ' 36 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MIR-0460 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' MIR-0460 ' ;
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 ( ) , ' 78x160x90cm ' , ' MOY 14620J ' , ' publish ' , ' closed ' , ' open ' , ' MOY-14620J ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-14620J ' , 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 , 56 , 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 ' , ' 37 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-14620J ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-14620J ' ;
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 ( ) , ' 78x140x85cm ' , ' MOY 14662 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-14662 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-14662 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 439 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 38 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-14662 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-14662 ' ;
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 ( ) , ' 78x160(220)x90cm Extensible por un lado ' , ' MOY 3085478 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-3085478 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-3085478 ' , 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 , 56 , 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 ' , ' 39 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-3085478 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-3085478 ' ;
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 ( ) , ' 78x160(220)x90cm ' , ' MOY-142054 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-142054 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-142054 ' , 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 , 56 , 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 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-142054 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-142054 ' ;
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 ( ) , ' 78x160x90cm ' , ' MOY-146002 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-146002 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-146002 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 439 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 41 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-146002 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-146002 ' ;
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 ( ) , ' 78x180x95cm ' , ' MOY-148013 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-148013 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-148013 ' , 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 , 56 , 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 ' , ' 42 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-148013 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-148013 ' ;
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 ( ) , ' 78x160(220)x90cm ' , ' MOY-301521 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-301521 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-301521 ' , 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 , 56 , 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 ' , ' 43 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-301521 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-301521 ' ;
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 ( ) , ' 78x20(165)x90cm ' , ' MOY-30167 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30167 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30167 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 387 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 44 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30167 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30167 ' ;
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 ( ) , ' 78x160(220)x90cm Extensible ' , ' MOY-30171 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30171 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30171 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 609 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 45 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30171 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30171 ' ;
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 ( ) , ' 78x16(90)x56cm ' , ' MOY-30177 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30177 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30177 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 218 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 46 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30177 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30177 ' ;
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 ( ) , ' 78x140x90(140)cm ' , ' MOY-30227 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30227 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30227 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 619 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 47 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30227 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30227 ' ;
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 ( ) , ' 78x90x90cm ' , ' MOY-30228 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30228 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30228 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 289 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 48 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30228 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30228 ' ;
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 ( ) , ' 78x120(170)cm ' , ' MOY-30299 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30299 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30299 ' , 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 , 56 , 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 ' , ' 49 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30299 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30299 ' ;
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 ( ) , ' 78x150x85cm ' , ' MOY-30301 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30301 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30301 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 397 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 50 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30301 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30301 ' ;
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 ( ) , ' 78x180x90cm ' , ' MOY-30308 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30308 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30308 ' , 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 , 56 , 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 ' , ' 51 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30308 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30308 ' ;
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 ( ) , ' 78x95(180)x95cm ' , ' MOY-304110 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-304110 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-304110 ' , 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 , 56 , 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 ' , ' 52 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-304110 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-304110 ' ;
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 ( ) , ' 78x160(220)x90cm Extensible ' , ' MOY-30934 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30934 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30934 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 639 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 53 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30934 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30934 ' ;
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 ( ) , ' 76x160x90cm Otras medidas ' , ' OM-1143 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1143 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1143 ' , 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 , 56 , 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 ' , ' 54 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-1143 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-1143 ' ;
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 ( ) , ' 76x180x90cm ' , ' OM-1153 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1153 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1153 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 579 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 55 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-1153 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-1153 ' ;
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 ( ) , ' 76x180x90cm ' , ' OM-632 ' , ' publish ' , ' closed ' , ' open ' , ' OM-632 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-632 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 610 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 56 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-632 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-632 ' ;
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 ( ) , ' 76x180x95cm ' , ' OM-702 ' , ' publish ' , ' closed ' , ' open ' , ' OM-702 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-702 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 696 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 57 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-702 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-702 ' ;
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 ( ) , ' 76x160x95cm ' , ' OM-714 ' , ' publish ' , ' closed ' , ' open ' , ' OM-714 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-714 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 574 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 58 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-714 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-714 ' ;
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 ( ) , ' 76x160x90cm ' , ' OM-721 ' , ' publish ' , ' closed ' , ' open ' , ' OM-721 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-721 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 839 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 59 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-721 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-721 ' ;
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 ( ) , ' 78x180x95cm ' , ' OM-G-02494A ' , ' publish ' , ' closed ' , ' open ' , ' OM-G-02494A ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-G-02494A ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 865 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 60 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-G-02494A ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-G-02494A ' ;
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 ( ) , ' 83x180x100cm ' , ' SOC-10756 ' , ' publish ' , ' closed ' , ' open ' , ' SOC-10756 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SOC-10756 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 567 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 61 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SOC-10756 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-10756 ' ;
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 ( ) , ' 79x90(140)x90cm ' , ' SP 30211 ' , ' publish ' , ' closed ' , ' open ' , ' SP-30211 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-30211 ' , 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 , 56 , 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 ' , ' 62 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-30211 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30211 ' ;
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 ( ) , ' 80x160(220)x90cm ' , ' SP 30957 ' , ' publish ' , ' closed ' , ' open ' , ' SP-30957 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-30957 ' , 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 , 56 , 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 ' , ' 63 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-30957 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-30957 ' ;
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 ( ) , ' 77x90x90cm ' , ' SP 31014 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31014 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31014 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 357 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 64 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31014 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31014 ' ;
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 ( ) , ' 77x110(155)x110cm ' , ' SP 31260 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31260 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31260 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 579 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 65 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31260 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31260 ' ;
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 ( ) , ' 78x140(200)x90cm ' , ' SP 31459 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31459 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31459 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 657 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 66 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31459 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31459 ' ;
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 ( ) , ' 76x160x90cm ' , ' SP 31553 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31553 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31553 ' , 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 , 56 , 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 ' , ' 67 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31553 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31553 ' ;
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 ( ) , ' 76x90x90cm ' , ' SP 31559 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31559 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31559 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 267 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 68 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31559 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31559 ' ;
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 ( ) , ' 76x160(200)x90cm ' , ' SP 31565 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31565 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31565 ' , 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 , 56 , 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 ' , ' 69 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31565 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31565 ' ;
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 ( ) , ' 100x80x80cm Conjunto ' , ' SP 31731 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31731 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31731 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 487 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 70 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31731 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-31731 ' ;
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 ( ) , ' 73x180x90cm ' , ' VA-3144 ' , ' publish ' , ' closed ' , ' open ' , ' VA-3144 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-3144 ' , 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 , 56 , 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 ' , ' 71 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VA-3144 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-3144 ' ;
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 ( ) , ' 80x140(180)x90cm Tambien de 160 ' , ' VA-8303-01 ' , ' publish ' , ' closed ' , ' open ' , ' VA-8303-01 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-8303-01 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 559 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 72 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VA-8303-01 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8303-01 ' ;
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 ( ) , ' 80x140(180)x90cm Tambien de 160 609€ ' , ' VA-8317-01 ' , ' publish ' , ' closed ' , ' open ' , ' VA-8317-01 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-8317-01 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 559 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 73 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VA-8317-01 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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-8317-01 ' ;
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 ( ) , ' 78x200x100cm ' , ' VIC 15762 ' , ' publish ' , ' closed ' , ' open ' , ' VIC-15762 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VIC-15762 ' , 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 , 56 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 637 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 74 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VIC-15762 ' ) ,
( @ 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 ' ) ;
2011-07-19 09:05:23 +00:00
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 ` = ' VIC-15762 ' ;