2011-07-19 11:14:02 +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 ( ) , ' 60x150x40cm ' , ' ACRO 30 TV ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-30-TV ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-30-TV ' , 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 , 49 , 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 ' , ' 0 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' ACRO-30-TV ' ) ,
( @ 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 11:14:02 +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-TV ' ;
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 ( ) , ' 54x130x35cm ' , ' ACRO 66TV ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-66TV ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-66TV ' , 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 , 49 , 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-66TV ' ) ,
( @ 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 11:14:02 +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-66TV ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 60x100x30cm ' , ' ACRO YF26 ' , ' publish ' , ' closed ' , ' open ' , ' ACRO-YF26 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ACRO-YF26 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 317 ' ) ,
( @ 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-YF26 ' ) ,
( @ 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 11:14:02 +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-YF26 ' ;
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 ( ) , ' 57x152x45cm ' , ' ARI 102248 ' , ' publish ' , ' closed ' , ' open ' , ' ARI-102248 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARI-102248 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 647 ' ) ,
( @ 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 ' , ' ARI-102248 ' ) ,
( @ 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 11:14:02 +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-102248 ' ;
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 ( ) , ' 45x150x30cm ' , ' ARI 102285 ' , ' publish ' , ' closed ' , ' open ' , ' ARI-102285 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARI-102285 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 589 ' ) ,
( @ 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 ' , ' ARI-102285 ' ) ,
( @ 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 11:14:02 +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-102285 ' ;
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 ( ) , ' 54x140x35cm ' , ' ARI TV ' , ' publish ' , ' closed ' , ' open ' , ' ARI-TV ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARI-TV ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 589 ' ) ,
( @ 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 ' , ' ARI-TV ' ) ,
( @ 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 11:14:02 +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-TV ' ;
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 ( ) , ' 61x150x40cm ' , ' ARTI-8740 ' , ' publish ' , ' closed ' , ' open ' , ' ARTI-8740 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=ARTI-8740 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 647 ' ) ,
( @ 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 ' , ' ARTI-8740 ' ) ,
( @ 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 11:14:02 +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-8740 ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 47x180x48cm Tambien en negro y gris ' , ' CAC 599-003289 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-599-003289 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-599-003289 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 429 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 7 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-599-003289 ' ) ,
( @ 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 11:14:02 +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-599-003289 ' ;
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 ( ) , ' 45x180x45cm ' , ' CAC 599-004315 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-599-004315 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-599-004315 ' , 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 , 49 , 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 ' , ' 8 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-599-004315 ' ) ,
( @ 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 11:14:02 +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-599-004315 ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 44x180x45cm Tambien en blanco ' , ' CAC 599-004462 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-599-004462 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-599-004462 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 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 ' , ' 9 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' CAC-599-004462 ' ) ,
( @ 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 11:14:02 +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-599-004462 ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 46x180x40cm Tambien en azul ' , ' CAC 599-004566 ' , ' publish ' , ' closed ' , ' open ' , ' CAC-599-004566 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=CAC-599-004566 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 478 ' ) ,
( @ 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 ' , ' CAC-599-004566 ' ) ,
( @ 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 11:14:02 +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-599-004566 ' ;
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 ( ) , ' 45x168x40cm ' , ' DUG 2 TV39 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-2-TV39 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-2-TV39 ' , 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 , 49 , 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 ' , ' 11 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-2-TV39 ' ) ,
( @ 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 11:14:02 +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-2-TV39 ' ;
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 ( ) , ' 40x140x41cm ' , ' DUG 3 TV40 ' , ' publish ' , ' closed ' , ' open ' , ' DUG-3-TV40 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=DUG-3-TV40 ' , 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 , 49 , 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 ' , ' 12 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' DUG-3-TV40 ' ) ,
( @ 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 11:14:02 +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-3-TV40 ' ;
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 ( ) , ' 45x155x45cm ' , ' IMO 35-130 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-130 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-130 ' , 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 , 49 , 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 ' , ' 13 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-130 ' ) ,
( @ 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 11:14:02 +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-130 ' ;
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 ( ) , ' 60x160x55cm ' , ' IMO 35-40 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-40 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-40 ' , 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 , 49 , 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 ' , ' 14 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-40 ' ) ,
( @ 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 11:14:02 +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-40 ' ;
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 ( ) , ' 45x138x55cm ' , ' IMO 35-65 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-65 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-65 ' , 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 , 49 , 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 ' , ' 15 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-65 ' ) ,
( @ 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 11:14:02 +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-65 ' ;
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 ( ) , ' 40x150x55cm ' , ' IMO 35-88 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-35-88 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-35-88 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 547 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 16 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-35-88 ' ) ,
( @ 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 11:14:02 +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-88 ' ;
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 ( ) , ' 50x150x55cm ' , ' IMO 75-05 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-75-05 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-75-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 , 49 , 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 ' , ' 17 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-75-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 11:14:02 +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-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 ( ) , ' 66x96x50cm ' , ' IMO 75-14 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-75-14 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-75-14 ' , 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 , 49 , 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 ' , ' 18 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-75-14 ' ) ,
( @ 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 11:14:02 +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-14 ' ;
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 ( ) , ' 60x140x55cm ' , ' IMO 75-20 ' , ' publish ' , ' closed ' , ' open ' , ' IMO-75-20 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IMO-75-20 ' , 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 , 49 , 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 ' , ' 19 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IMO-75-20 ' ) ,
( @ 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 11:14:02 +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-20 ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 42x140x45cm Metal cromado y cristal ácido ' , ' IXI 16065 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-16065 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-16065 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 327 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 20 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IXI-16065 ' ) ,
( @ 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 11:14:02 +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-16065 ' ;
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 ( ) , ' 45x150x38cm ' , ' IXI 16264 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-16264 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-16264 ' , 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 , 49 , 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 ' , ' 21 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IXI-16264 ' ) ,
( @ 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 11:14:02 +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-16264 ' ;
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 ( ) , ' 41x127x37cm ' , ' IXI 7490900 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-7490900 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-7490900 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 287 ' ) ,
( @ 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 ' , ' IXI-7490900 ' ) ,
( @ 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 11:14:02 +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-7490900 ' ;
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 ( ) , ' 52x100x40cm ' , ' IXI 7601500 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-7601500 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-7601500 ' , 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 , 49 , 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 ' , ' 23 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' IXI-7601500 ' ) ,
( @ 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 11:14:02 +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-7601500 ' ;
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 ( ) , ' 52x130x40cm ' , ' IXI 7601600 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-7601600 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-7601600 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 417 ' ) ,
( @ 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 ' , ' IXI-7601600 ' ) ,
( @ 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 11:14:02 +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-7601600 ' ;
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 ( ) , ' 52x150x40cm ' , ' IXI 7601600 2 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-7601600-2 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-7601600-2 ' , 0 , ' tcp_product ' , 0 ) ;
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 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 ' , ' IXI-7601600-2 ' ) ,
( @ last_id , ' tcp_tax_id ' , ' 0 ' ) ,
( @ last_id , ' tcp_back_end_label ' , ' ' ) ,
( @ last_id , ' tcp_hide_buy_button ' , ' ' ) ,
( @ last_id , ' tcp_exclude_range ' , ' ' ) ,
( @ last_id , ' tcp_is_downloadable ' , ' ' ) ,
( @ last_id , ' tcp_max_downloads ' , ' 0 ' ) ,
( @ last_id , ' tcp_days_to_expire ' , ' 0 ' ) ,
( @ last_id , ' tcp_is_visible ' , ' 1 ' ) ,
( @ last_id , ' tcp_weight ' , ' 0 ' ) ;
2011-07-19 11:14:02 +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-7601600-2 ' ;
INSERT INTO ` wp_posts ` ( ` post_author ` , ` post_date ` , ` post_date_gmt ` , ` post_content ` , ` post_title ` , ` post_status ` , ` comment_status ` , ` ping_status ` , ` post_name ` , ` post_modified ` , ` post_modified_gmt ` , ` post_parent ` , ` guid ` , ` menu_order ` , ` post_type ` , ` comment_count ` ) VALUES
( 1 , now ( ) , now ( ) , ' 49x97x35cm ' , ' IXI-7490800 ' , ' publish ' , ' closed ' , ' open ' , ' IXI-7490800 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=IXI-7490800 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 237 ' ) ,
( @ 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 ' , ' IXI-7490800 ' ) ,
( @ 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 11:14:02 +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-7490800 ' ;
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 ( ) , ' 182x150x30cm ' , ' LH 663 ' , ' publish ' , ' closed ' , ' open ' , ' LH-663 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=LH-663 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 689 ' ) ,
( @ 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 ' , ' LH-663 ' ) ,
( @ 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 11:14:02 +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-663 ' ;
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 ( ) , ' 48x120x55cm ' , ' LH-MU-642 ' , ' publish ' , ' closed ' , ' open ' , ' LH-MU-642 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=LH-MU-642 ' , 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 , 49 , 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 ' , ' 28 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' LH-MU-642 ' ) ,
( @ 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 11:14:02 +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-642 ' ;
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 ( ) , ' 50x160x40cm ' , ' MOY 146013J ' , ' publish ' , ' closed ' , ' open ' , ' MOY-146013J ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-146013J ' , 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 , 49 , 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 ' , ' 29 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-146013J ' ) ,
( @ 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 11:14:02 +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-146013J ' ;
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 ( ) , ' 50x125x40cm ' , ' MOY 14610J ' , ' publish ' , ' closed ' , ' open ' , ' MOY-14610J ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-14610J ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 457 ' ) ,
( @ 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 ' , ' MOY-14610J ' ) ,
( @ 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 11:14:02 +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-14610J ' ;
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 ( ) , ' 50x115x40cm ' , ' MOY-145061 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-145061 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-145061 ' , 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 , 49 , 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 ' , ' 31 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-145061 ' ) ,
( @ 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 11:14:02 +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-145061 ' ;
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 ( ) , ' 50x150x40cm ' , ' MOY-146017 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-146017 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-146017 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 467 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 32 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-146017 ' ) ,
( @ 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 11:14:02 +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-146017 ' ;
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 ( ) , ' 56x182x45cm ' , ' MOY-14609 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-14609 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-14609 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 539 ' ) ,
( @ 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 ' , ' MOY-14609 ' ) ,
( @ 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 11:14:02 +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-14609 ' ;
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 ( ) , ' 60x150x45cm ' , ' MOY-30128 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30128 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30128 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 495 ' ) ,
( @ 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 ' , ' MOY-30128 ' ) ,
( @ 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 11:14:02 +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-30128 ' ;
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 ( ) , ' 50x115x40cm ' , ' MOY-301506 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-301506 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-301506 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 379 ' ) ,
( @ 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 ' , ' MOY-301506 ' ) ,
( @ 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 11:14:02 +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-301506 ' ;
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 ( ) , ' 50x140x40cm ' , ' MOY-301511 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-301511 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-301511 ' , 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 , 49 , 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 ' , ' 36 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-301511 ' ) ,
( @ 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 11:14:02 +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-301511 ' ;
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 ( ) , ' 52x100x40cm ' , ' MOY-30263 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30263 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30263 ' , 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 , 49 , 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 ' , ' 37 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30263 ' ) ,
( @ 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 11:14:02 +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-30263 ' ;
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 ( ) , ' 45x130x40cm ' , ' MOY-30266 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30266 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30266 ' , 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 , 49 , 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 ' , ' 38 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' MOY-30266 ' ) ,
( @ 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 11:14:02 +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-30266 ' ;
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 ( ) , ' 61x150x45cm ' , ' MOY-30300 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30300 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30300 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 539 ' ) ,
( @ 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-30300 ' ) ,
( @ 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 11:14:02 +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-30300 ' ;
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 ( ) , ' 45x150x45cm ' , ' MOY-30935 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30935 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30935 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 495 ' ) ,
( @ 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-30935 ' ) ,
( @ 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 11:14:02 +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-30935 ' ;
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 ( ) , ' 45x160x45cm ' , ' MOY-30938 ' , ' publish ' , ' closed ' , ' open ' , ' MOY-30938 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=MOY-30938 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 457 ' ) ,
( @ 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-30938 ' ) ,
( @ 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 11:14:02 +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-30938 ' ;
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 ( ) , ' 48x120x50cm ' , ' OM 1057 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1057 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1057 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 378 ' ) ,
( @ 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 ' , ' OM-1057 ' ) ,
( @ 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 11:14:02 +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-1057 ' ;
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 ( ) , ' 43x195x45cm ' , ' OM 626 ' , ' publish ' , ' closed ' , ' open ' , ' OM-626 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-626 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 726 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 43 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-626 ' ) ,
( @ 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 11:14:02 +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-626 ' ;
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 ( ) , ' 55x150x50cm ' , ' OM 700 ' , ' publish ' , ' closed ' , ' open ' , ' OM-700 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-700 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 615 ' ) ,
( @ 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 ' , ' OM-700 ' ) ,
( @ 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 11:14:02 +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-700 ' ;
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 ( ) , ' 50x150x45cm ' , ' OM-1017 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1017 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1017 ' , 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 , 49 , 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 ' , ' 45 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-1017 ' ) ,
( @ 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 11:14:02 +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-1017 ' ;
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 ( ) , ' 55x120x45cm ' , ' OM-1149 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1149 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1149 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 467 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 46 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-1149 ' ) ,
( @ 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 11:14:02 +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-1149 ' ;
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 ( ) , ' 45x120x30cm ' , ' OM-1157 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1157 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1157 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 297 ' ) ,
( @ 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 ' , ' OM-1157 ' ) ,
( @ 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 11:14:02 +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-1157 ' ;
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 ( ) , ' 45x135x40cm ' , ' OM-1160 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1160 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1160 ' , 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 , 49 , 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 ' , ' 48 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-1160 ' ) ,
( @ 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 11:14:02 +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-1160 ' ;
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 ( ) , ' 75x150x40cm ' , ' OM-1165 ' , ' publish ' , ' closed ' , ' open ' , ' OM-1165 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-1165 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 697 ' ) ,
( @ 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 ' , ' OM-1165 ' ) ,
( @ 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 11:14:02 +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-1165 ' ;
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 ( ) , ' 60x195x50cm ' , ' OM-622 ' , ' publish ' , ' closed ' , ' open ' , ' OM-622 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-622 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 564 ' ) ,
( @ 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 ' , ' OM-622 ' ) ,
( @ 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 11:14:02 +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-622 ' ;
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 ( ) , ' 48x150x45cm ' , ' OM-625 ' , ' publish ' , ' closed ' , ' open ' , ' OM-625 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-625 ' , 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 , 49 , 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 ' , ' 51 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-625 ' ) ,
( @ 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 11:14:02 +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-625 ' ;
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 ( ) , ' 55x160x55cm ' , ' OM-712 ' , ' publish ' , ' closed ' , ' open ' , ' OM-712 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-712 ' , 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 , 49 , 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 ' , ' 52 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-712 ' ) ,
( @ 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 11:14:02 +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-712 ' ;
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 ( ) , ' 65x165x55cm ' , ' OM-743 ' , ' publish ' , ' closed ' , ' open ' , ' OM-743 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-743 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 729 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 53 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' OM-743 ' ) ,
( @ 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 11:14:02 +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-743 ' ;
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 ( ) , ' 45x150x55cm ' , ' OM-764 ' , ' publish ' , ' closed ' , ' open ' , ' OM-764 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=OM-764 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 598 ' ) ,
( @ 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-764 ' ) ,
( @ 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 11:14:02 +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-764 ' ;
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 ( ) , ' 45x140x40cm ' , ' PORT 1237-163 ' , ' publish ' , ' closed ' , ' open ' , ' PORT-1237-163 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=PORT-1237-163 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 249 ' ) ,
( @ 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 ' , ' PORT-1237-163 ' ) ,
( @ 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 11:14:02 +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 ` = ' PORT-1237-163 ' ;
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 ( ) , ' 60x180x55cm ' , ' SOC-10091 ' , ' publish ' , ' closed ' , ' open ' , ' SOC-10091 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SOC-10091 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 887 ' ) ,
( @ 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 ' , ' SOC-10091 ' ) ,
( @ 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 11:14:02 +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-10091 ' ;
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 ( ) , ' 60x180x55cm ' , ' SOC-10180 ' , ' publish ' , ' closed ' , ' open ' , ' SOC-10180 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SOC-10180 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 887 ' ) ,
( @ 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 ' , ' SOC-10180 ' ) ,
( @ 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 11:14:02 +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-10180 ' ;
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 ( ) , ' 56x170x50cm ' , ' SOC-10336 ' , ' publish ' , ' closed ' , ' open ' , ' SOC-10336 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SOC-10336 ' , 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 , 49 , 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 ' , ' 58 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SOC-10336 ' ) ,
( @ 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 11:14:02 +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-10336 ' ;
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 ( ) , ' 55x130x45cm ' , ' SP 30209 ' , ' publish ' , ' closed ' , ' open ' , ' SP-30209 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-30209 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 437 ' ) ,
( @ 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 ' , ' SP-30209 ' ) ,
( @ 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 11:14:02 +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-30209 ' ;
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 ( ) , ' 51x120x46cm ' , ' SP 31578 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31578 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31578 ' , 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 , 49 , 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 ' , ' 60 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31578 ' ) ,
( @ 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 11:14:02 +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-31578 ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 60x160x40cm ' , ' SP 31630 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31630 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31630 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 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 ' , ' 61 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' SP-31630 ' ) ,
( @ 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 11:14:02 +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-31630 ' ;
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 ( ) , ' 45x120x40cm ' , ' SP 31805 ' , ' publish ' , ' closed ' , ' open ' , ' SP-31805 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=SP-31805 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 519 ' ) ,
( @ 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-31805 ' ) ,
( @ 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 11:14:02 +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-31805 ' ;
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 ( ) , ' 80x125x48cm ' , ' VA-3130 ' , ' publish ' , ' closed ' , ' open ' , ' VA-3130 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-3130 ' , 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 , 49 , 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 ' , ' 63 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VA-3130 ' ) ,
( @ 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 11:14:02 +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-3130 ' ;
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 ( ) , ' 55x150x40cm ' , ' VA-8295-2 ' , ' publish ' , ' closed ' , ' open ' , ' VA-8295-2 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-8295-2 ' , 0 , ' tcp_product ' , 0 ) ;
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 379 ' ) ,
( @ 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 ' , ' VA-8295-2 ' ) ,
( @ last_id , ' tcp_tax_id ' , ' 0 ' ) ,
( @ last_id , ' tcp_back_end_label ' , ' ' ) ,
( @ last_id , ' tcp_hide_buy_button ' , ' ' ) ,
( @ last_id , ' tcp_exclude_range ' , ' ' ) ,
( @ last_id , ' tcp_is_downloadable ' , ' ' ) ,
( @ last_id , ' tcp_max_downloads ' , ' 0 ' ) ,
( @ last_id , ' tcp_days_to_expire ' , ' 0 ' ) ,
( @ last_id , ' tcp_is_visible ' , ' 1 ' ) ,
( @ last_id , ' tcp_weight ' , ' 0 ' ) ;
2011-07-19 11:14:02 +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-8295-2 ' ;
INSERT INTO ` wp_posts ` ( ` post_author ` , ` post_date ` , ` post_date_gmt ` , ` post_content ` , ` post_title ` , ` post_status ` , ` comment_status ` , ` ping_status ` , ` post_name ` , ` post_modified ` , ` post_modified_gmt ` , ` post_parent ` , ` guid ` , ` menu_order ` , ` post_type ` , ` comment_count ` ) VALUES
( 1 , now ( ) , now ( ) , ' 55x150x35cm ' , ' VA-8314 ' , ' publish ' , ' closed ' , ' open ' , ' VA-8314 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-8314 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 527 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 65 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VA-8314 ' ) ,
( @ 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 11:14:02 +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-8314 ' ;
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 ( ) , ' 72x120x40cm ' , ' VA-COMPOSICION-SULTAN-2 ' , ' publish ' , ' closed ' , ' open ' , ' VA-COMPOSICION-SULTAN-2 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-COMPOSICION-SULTAN-2 ' , 0 , ' tcp_product ' , 0 ) ;
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 537 ' ) ,
( @ 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 ' , ' VA-COMPOSICION-SULTAN-2 ' ) ,
( @ last_id , ' tcp_tax_id ' , ' 0 ' ) ,
( @ last_id , ' tcp_back_end_label ' , ' ' ) ,
( @ last_id , ' tcp_hide_buy_button ' , ' ' ) ,
( @ last_id , ' tcp_exclude_range ' , ' ' ) ,
( @ last_id , ' tcp_is_downloadable ' , ' ' ) ,
( @ last_id , ' tcp_max_downloads ' , ' 0 ' ) ,
( @ last_id , ' tcp_days_to_expire ' , ' 0 ' ) ,
( @ last_id , ' tcp_is_visible ' , ' 1 ' ) ,
( @ last_id , ' tcp_weight ' , ' 0 ' ) ;
2011-07-19 11:14:02 +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-COMPOSICION-SULTAN-2 ' ;
INSERT INTO ` wp_posts ` ( ` post_author ` , ` post_date ` , ` post_date_gmt ` , ` post_content ` , ` post_title ` , ` post_status ` , ` comment_status ` , ` ping_status ` , ` post_name ` , ` post_modified ` , ` post_modified_gmt ` , ` post_parent ` , ` guid ` , ` menu_order ` , ` post_type ` , ` comment_count ` ) VALUES
( 1 , now ( ) , now ( ) , ' 42x180x40cm ' , ' VA-COMPOSICION-SULTAN ' , ' publish ' , ' closed ' , ' open ' , ' VA-COMPOSICION-SULTAN ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VA-COMPOSICION-SULTAN ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 537 ' ) ,
( @ 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 ' , ' VA-COMPOSICION-SULTAN ' ) ,
( @ 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 11:14:02 +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-COMPOSICION-SULTAN ' ;
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
2011-07-19 15:33:17 +00:00
( 1 , now ( ) , now ( ) , ' 55x153x45cm ' , ' VIC 15296 ' , ' publish ' , ' closed ' , ' open ' , ' VIC-15296 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VIC-15296 ' , 0 , ' tcp_product ' , 0 ) ;
2011-07-19 11:14:02 +00:00
SET @ last_id : = LAST_INSERT_ID ( ) ;
INSERT INTO ` wp_term_relationships ` ( ` object_id ` , ` term_taxonomy_id ` , ` term_order ` ) VALUES
( @ last_id , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 519 ' ) ,
( @ 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 ' , ' VIC-15296 ' ) ,
( @ 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 11:14:02 +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-15296 ' ;
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 ( ) , ' 31x136x34cm ' , ' VIC 15472 ' , ' publish ' , ' closed ' , ' open ' , ' VIC-15472 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VIC-15472 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 227 ' ) ,
( @ 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 ' , ' VIC-15472 ' ) ,
( @ 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 11:14:02 +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-15472 ' ;
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 ( ) , ' 50x138x35cm ' , ' VIC 15738 ' , ' publish ' , ' closed ' , ' open ' , ' VIC-15738 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VIC-15738 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 319 ' ) ,
( @ last_id , ' tcp_stock ' , - 1 ) ,
( @ last_id , ' tcp_type ' , ' SIMPLE ' ) ,
( @ last_id , ' tcp_order ' , ' 70 ' ) ,
2011-07-19 15:33:17 +00:00
( @ last_id , ' tcp_sku ' , ' VIC-15738 ' ) ,
( @ 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 11:14:02 +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-15738 ' ;
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 ( ) , ' 55x150x40cm ' , ' VIC 16225 ' , ' publish ' , ' closed ' , ' open ' , ' VIC-16225 ' , now ( ) , now ( ) , 0 , ' http://localhost/originalhouse/?tcp_product&p=VIC-16225 ' , 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 , 49 , 0 ) ;
insert into wp_postmeta ( post_id , meta_key , meta_value ) values
( @ last_id , ' tcp_price ' , ' 379 ' ) ,
( @ 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 ' , ' VIC-16225 ' ) ,
( @ 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 11:14:02 +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-16225 ' ;