Sofás-cama subidos

Repaso al resto

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@52 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
David Arranz 2011-07-19 15:33:17 +00:00
parent 901d8748b2
commit 5360f4d8ce
187 changed files with 19681 additions and 2537 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '0'),
(@last_id, 'tcp_sku', 'ARTI-1-7991');
(@last_id, 'tcp_sku', 'ARTI-1-7991'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-1-7991';
@ -23,7 +32,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '1'),
(@last_id, 'tcp_sku', 'ARTI-2-301043');
(@last_id, 'tcp_sku', 'ARTI-2-301043'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-2-301043';
@ -38,7 +56,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '2'),
(@last_id, 'tcp_sku', 'ARTI-3-8814');
(@last_id, 'tcp_sku', 'ARTI-3-8814'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-3-8814';
@ -53,7 +80,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '3'),
(@last_id, 'tcp_sku', 'ARTI-4-301013');
(@last_id, 'tcp_sku', 'ARTI-4-301013'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-4-301013';
@ -68,7 +104,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '4'),
(@last_id, 'tcp_sku', 'ARTI-5-301029');
(@last_id, 'tcp_sku', 'ARTI-5-301029'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-5-301029';
@ -83,7 +128,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '5'),
(@last_id, 'tcp_sku', 'ARTI-6-8606');
(@last_id, 'tcp_sku', 'ARTI-6-8606'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-6-8606';
@ -98,7 +152,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '6'),
(@last_id, 'tcp_sku', 'ARTI-7-301104');
(@last_id, 'tcp_sku', 'ARTI-7-301104'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-7-301104';
@ -113,7 +176,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '7'),
(@last_id, 'tcp_sku', 'ARTI-8-7866');
(@last_id, 'tcp_sku', 'ARTI-8-7866'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-8-7866';
@ -128,7 +200,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '8'),
(@last_id, 'tcp_sku', 'ARTI-9-8535');
(@last_id, 'tcp_sku', 'ARTI-9-8535'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-9-8535';
@ -143,7 +224,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '9'),
(@last_id, 'tcp_sku', 'CAC-553-004603');
(@last_id, 'tcp_sku', 'CAC-553-004603'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'CAC-553-004603';
@ -158,7 +248,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '10'),
(@last_id, 'tcp_sku', 'CAC-617-003717');
(@last_id, 'tcp_sku', 'CAC-617-003717'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'CAC-617-003717';
@ -173,7 +272,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '11'),
(@last_id, 'tcp_sku', 'DUG-CT-23A');
(@last_id, 'tcp_sku', 'DUG-CT-23A'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'DUG-CT-23A';
@ -188,7 +296,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '12'),
(@last_id, 'tcp_sku', 'DUG-CT001');
(@last_id, 'tcp_sku', 'DUG-CT001'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'DUG-CT001';
@ -203,7 +320,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '13'),
(@last_id, 'tcp_sku', 'IMO-1-35-61');
(@last_id, 'tcp_sku', 'IMO-1-35-61'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-1-35-61';
@ -218,7 +344,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '14'),
(@last_id, 'tcp_sku', 'IMO-2-35-64');
(@last_id, 'tcp_sku', 'IMO-2-35-64'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-2-35-64';
@ -233,7 +368,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '15'),
(@last_id, 'tcp_sku', 'IMO-3-35-102');
(@last_id, 'tcp_sku', 'IMO-3-35-102'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-3-35-102';
@ -248,7 +392,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '16'),
(@last_id, 'tcp_sku', 'IMO-4-35-04');
(@last_id, 'tcp_sku', 'IMO-4-35-04'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-4-35-04';
@ -263,7 +416,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '17'),
(@last_id, 'tcp_sku', 'IMO-5-35-72');
(@last_id, 'tcp_sku', 'IMO-5-35-72'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-5-35-72';
@ -278,7 +440,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '18'),
(@last_id, 'tcp_sku', 'IMO-6-35-108');
(@last_id, 'tcp_sku', 'IMO-6-35-108'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-6-35-108';
@ -293,7 +464,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '19'),
(@last_id, 'tcp_sku', 'IMO-7-34-22');
(@last_id, 'tcp_sku', 'IMO-7-34-22'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-7-34-22';
@ -308,7 +488,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '20'),
(@last_id, 'tcp_sku', 'IMO-8-75-37');
(@last_id, 'tcp_sku', 'IMO-8-75-37'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-8-75-37';
@ -323,7 +512,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '21'),
(@last_id, 'tcp_sku', 'IMO-9-75-36');
(@last_id, 'tcp_sku', 'IMO-9-75-36'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-9-75-36';
@ -338,7 +536,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '22'),
(@last_id, 'tcp_sku', 'LH-MU-430-MESAS-NIDO-CRUCETA');
(@last_id, 'tcp_sku', 'LH-MU-430-MESAS-NIDO-CRUCETA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-430-MESAS-NIDO-CRUCETA';
@ -353,7 +560,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '23'),
(@last_id, 'tcp_sku', 'LH-MU-647');
(@last_id, 'tcp_sku', 'LH-MU-647'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-647';
@ -368,7 +584,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '24'),
(@last_id, 'tcp_sku', 'MOY-1-14145');
(@last_id, 'tcp_sku', 'MOY-1-14145'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-1-14145';
@ -383,7 +608,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '25'),
(@last_id, 'tcp_sku', 'MOY-2-30315');
(@last_id, 'tcp_sku', 'MOY-2-30315'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-2-30315';
@ -398,7 +632,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '26'),
(@last_id, 'tcp_sku', 'MOY-3-301517');
(@last_id, 'tcp_sku', 'MOY-3-301517'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-3-301517';
@ -413,7 +656,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '27'),
(@last_id, 'tcp_sku', 'MOY-4-1420536');
(@last_id, 'tcp_sku', 'MOY-4-1420536'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-4-1420536';
@ -428,7 +680,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '28'),
(@last_id, 'tcp_sku', 'MOY-5-8600160');
(@last_id, 'tcp_sku', 'MOY-5-8600160'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-5-8600160';
@ -443,7 +704,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '29'),
(@last_id, 'tcp_sku', 'MOY-6-14118');
(@last_id, 'tcp_sku', 'MOY-6-14118'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-6-14118';
@ -458,7 +728,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '30'),
(@last_id, 'tcp_sku', 'PORT-1-1412-602');
(@last_id, 'tcp_sku', 'PORT-1-1412-602'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'PORT-1-1412-602';
@ -473,7 +752,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '31'),
(@last_id, 'tcp_sku', 'PORT-1664-58');
(@last_id, 'tcp_sku', 'PORT-1664-58'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'PORT-1664-58';
@ -488,7 +776,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '32'),
(@last_id, 'tcp_sku', 'SI-023130209');
(@last_id, 'tcp_sku', 'SI-023130209'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023130209';
@ -503,7 +800,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '33'),
(@last_id, 'tcp_sku', 'SI-023131109');
(@last_id, 'tcp_sku', 'SI-023131109'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023131109';
@ -518,7 +824,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '34'),
(@last_id, 'tcp_sku', 'SI-023618247');
(@last_id, 'tcp_sku', 'SI-023618247'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023618247';
@ -533,7 +848,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '35'),
(@last_id, 'tcp_sku', 'SI-043004209');
(@last_id, 'tcp_sku', 'SI-043004209'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-043004209';
@ -548,7 +872,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '36'),
(@last_id, 'tcp_sku', 'SP-30302');
(@last_id, 'tcp_sku', 'SP-30302'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30302';
@ -563,7 +896,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '37'),
(@last_id, 'tcp_sku', 'SP-31450');
(@last_id, 'tcp_sku', 'SP-31450'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31450';
@ -578,7 +920,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '38'),
(@last_id, 'tcp_sku', 'SP-9412');
(@last_id, 'tcp_sku', 'SP-9412'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-9412';
@ -593,7 +944,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '39'),
(@last_id, 'tcp_sku', 'VA-2035');
(@last_id, 'tcp_sku', 'VA-2035'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-2035';
@ -608,7 +968,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '40'),
(@last_id, 'tcp_sku', 'VA-3915');
(@last_id, 'tcp_sku', 'VA-3915'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-3915';
@ -623,7 +992,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '41'),
(@last_id, 'tcp_sku', 'VA-8311');
(@last_id, 'tcp_sku', 'VA-8311'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-8311';
@ -638,7 +1016,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '42'),
(@last_id, 'tcp_sku', 'VIC-16281');
(@last_id, 'tcp_sku', 'VIC-16281'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-16281';

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-B-02-ACRO', 'publish', 'closed', 'open', 'ACRO-B-02-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-B-02-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marfil', 'ACRO-B-02-ACRO', 'publish', 'closed', 'open', 'ACRO-B-02-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-B-02-ACRO', 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, 52, 0);
@ -95,7 +95,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-B-05-ACRO', 'publish', 'closed', 'open', 'ACRO-B-05-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-B-05-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marfil y marron', 'ACRO-B-05-ACRO', 'publish', 'closed', 'open', 'ACRO-B-05-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-B-05-ACRO', 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, 52, 0);
@ -215,7 +215,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-YF-18-ACRO', 'publish', 'closed', 'open', 'ACRO-YF-18-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-YF-18-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'ACRO-YF-18-ACRO', 'publish', 'closed', 'open', 'ACRO-YF-18-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ACRO-YF-18-ACRO', 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, 52, 0);
@ -239,7 +239,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000002-CAC', 'publish', 'closed', 'open', 'CAC-433-000002-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000002-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco, rojo y negro', 'cac 433-000002-CAC', 'publish', 'closed', 'open', 'CAC-433-000002-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000002-CAC', 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, 52, 0);
@ -263,7 +263,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000008-CAC', 'publish', 'closed', 'open', 'CAC-433-000008-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000008-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marron', 'cac 433-000008-CAC', 'publish', 'closed', 'open', 'CAC-433-000008-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000008-CAC', 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, 52, 0);
@ -287,7 +287,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000009-CAC', 'publish', 'closed', 'open', 'CAC-433-000009-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000009-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 433-000009-CAC', 'publish', 'closed', 'open', 'CAC-433-000009-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000009-CAC', 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, 52, 0);
@ -359,7 +359,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 540-001236-CAC', 'publish', 'closed', 'open', 'CAC-540-001236-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-540-001236-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en naranja y rojo', 'cac 540-001236-CAC', 'publish', 'closed', 'open', 'CAC-540-001236-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-540-001236-CAC', 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, 52, 0);
@ -431,7 +431,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 553-003150-CAC', 'publish', 'closed', 'open', 'CAC-553-003150-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-553-003150-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 553-003150-CAC', 'publish', 'closed', 'open', 'CAC-553-003150-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-553-003150-CAC', 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, 52, 0);
@ -455,7 +455,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 559-001617-CAC', 'publish', 'closed', 'open', 'CAC-559-001617-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001617-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 559-001617-CAC', 'publish', 'closed', 'open', 'CAC-559-001617-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001617-CAC', 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, 52, 0);
@ -479,7 +479,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 559-001618-CAC', 'publish', 'closed', 'open', 'CAC-559-001618-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001618-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 559-001618-CAC', 'publish', 'closed', 'open', 'CAC-559-001618-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001618-CAC', 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, 52, 0);
@ -503,7 +503,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 564-001648-CAC', 'publish', 'closed', 'open', 'CAC-564-001648-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-564-001648-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro y rojo', 'cac 564-001648-CAC', 'publish', 'closed', 'open', 'CAC-564-001648-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-564-001648-CAC', 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, 52, 0);
@ -527,7 +527,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 619-003747-CAC', 'publish', 'closed', 'open', 'CAC-619-003747-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-619-003747-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 619-003747-CAC', 'publish', 'closed', 'open', 'CAC-619-003747-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-619-003747-CAC', 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, 52, 0);
@ -551,7 +551,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 619-004067-CAC', 'publish', 'closed', 'open', 'CAC-619-004067-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-619-004067-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 619-004067-CAC', 'publish', 'closed', 'open', 'CAC-619-004067-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-619-004067-CAC', 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, 52, 0);
@ -575,7 +575,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 634-004411-CAC', 'publish', 'closed', 'open', 'CAC-634-004411-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-634-004411-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 634-004411-CAC', 'publish', 'closed', 'open', 'CAC-634-004411-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-634-004411-CAC', 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, 52, 0);
@ -599,7 +599,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 635-004413-CAC', 'publish', 'closed', 'open', 'CAC-635-004413-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004413-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 635-004413-CAC', 'publish', 'closed', 'open', 'CAC-635-004413-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004413-CAC', 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, 52, 0);
@ -623,7 +623,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 635-004414-CAC', 'publish', 'closed', 'open', 'CAC-635-004414-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004414-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 635-004414-CAC', 'publish', 'closed', 'open', 'CAC-635-004414-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004414-CAC', 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, 52, 0);
@ -647,7 +647,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 635-004457-CAC', 'publish', 'closed', 'open', 'CAC-635-004457-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004457-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 635-004457-CAC', 'publish', 'closed', 'open', 'CAC-635-004457-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-635-004457-CAC', 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, 52, 0);
@ -671,7 +671,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 641-004494-CAC', 'publish', 'closed', 'open', 'CAC-641-004494-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-641-004494-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en naranja y negro', 'CAC 641-004494-CAC', 'publish', 'closed', 'open', 'CAC-641-004494-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-641-004494-CAC', 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, 52, 0);
@ -695,7 +695,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 1001', 'publish', 'closed', 'open', 'DUG-1001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-1001', 0, 'tcp_product', 0);
(1, now(), now(), ' Simil piel También en blanco', 'DUG 1001', 'publish', 'closed', 'open', 'DUG-1001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-1001', 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, 52, 0);
@ -719,7 +719,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 127', 'publish', 'closed', 'open', 'DUG-127', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-127', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'DUG 127', 'publish', 'closed', 'open', 'DUG-127', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-127', 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, 52, 0);
@ -767,7 +767,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'IXI 16223', 'publish', 'closed', 'open', 'IXI-16223', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-16223', 0, 'tcp_product', 0);
(1, now(), now(), ' Simil piel', 'IXI 16223', 'publish', 'closed', 'open', 'IXI-16223', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-16223', 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, 52, 0);
@ -911,7 +911,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'MIR SILLA ISABELINA -0510', 'publish', 'closed', 'open', 'MIR-SILLA-ISABELINA-0510', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MIR-SILLA-ISABELINA-0510', 0, 'tcp_product', 0);
(1, now(), now(), ' Respaldo curvo 0510 o recto 0520', 'MIR SILLA ISABELINA -0510', 'publish', 'closed', 'open', 'MIR-SILLA-ISABELINA-0510', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MIR-SILLA-ISABELINA-0510', 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, 52, 0);
@ -1847,7 +1847,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '105x46x51cm', 'SP 30931', 'publish', 'closed', 'open', 'SP-30931', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30931', 0, 'tcp_product', 0);
(1, now(), now(), '105x46x51cm Pedir en parejas', 'SP 30931', 'publish', 'closed', 'open', 'SP-30931', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30931', 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, 52, 0);
@ -1871,7 +1871,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x46x56cm', 'SP 31737', 'publish', 'closed', 'open', 'SP-31737', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31737', 0, 'tcp_product', 0);
(1, now(), now(), '100x46x56cm Pedir en parejas', 'SP 31737', 'publish', 'closed', 'open', 'SP-31737', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31737', 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, 52, 0);
@ -1895,7 +1895,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '86x48x60cm', 'SP 31779', 'publish', 'closed', 'open', 'SP-31779', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31779', 0, 'tcp_product', 0);
(1, now(), now(), '86x48x60cm Pedir en parejas', 'SP 31779', 'publish', 'closed', 'open', 'SP-31779', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31779', 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, 52, 0);
@ -1919,7 +1919,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '86x48x60cm', 'SP 31780', 'publish', 'closed', 'open', 'SP-31780', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31780', 0, 'tcp_product', 0);
(1, now(), now(), '86x48x60cm Pedir en parejas', 'SP 31780', 'publish', 'closed', 'open', 'SP-31780', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31780', 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, 52, 0);
@ -1943,7 +1943,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'SP 31803', 'publish', 'closed', 'open', 'SP-31803', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31803', 0, 'tcp_product', 0);
(1, now(), now(), ' ', 'SP 31803', 'publish', 'closed', 'open', 'SP-31803', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31803', 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, 52, 0);
@ -1991,7 +1991,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '105x46x51cm', 'SP 9794', 'publish', 'closed', 'open', 'SP-9794', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9794', 0, 'tcp_product', 0);
(1, now(), now(), '105x46x51cm Pedir en parejas', 'SP 9794', 'publish', 'closed', 'open', 'SP-9794', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9794', 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, 52, 0);
@ -2303,7 +2303,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'VIC 12316', 'publish', 'closed', 'open', 'VIC-12316', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12316', 0, 'tcp_product', 0);
(1, now(), now(), ' Crema', 'VIC 12316', 'publish', 'closed', 'open', 'VIC-12316', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12316', 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, 52, 0);
@ -2327,7 +2327,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'VIC 12879', 'publish', 'closed', 'open', 'VIC-12879', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12879', 0, 'tcp_product', 0);
(1, now(), now(), ' Negra', 'VIC 12879', 'publish', 'closed', 'open', 'VIC-12879', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12879', 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, 52, 0);

View File

@ -0,0 +1,624 @@
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(), '75x195x80(160)cm Sofá-cama desmontable izq-dcha mesa piel', 'IMO 29-900', 'publish', 'closed', 'open', 'IMO-29-900', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-29-900', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '679'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '0'),
(@last_id, 'tcp_sku', 'IMO-29-900'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-29-900';
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(), '40x120x60cm Sofá-cama', 'IMO 29-903', 'publish', 'closed', 'open', 'IMO-29-903', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-29-903', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '197'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '1'),
(@last_id, 'tcp_sku', 'IMO-29-903'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-29-903';
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(), ' Sofá-cama', 'moraBERLIN', 'publish', 'closed', 'open', 'MORABERLIN', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORABERLIN', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '2'),
(@last_id, 'tcp_sku', 'MORABERLIN'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORABERLIN';
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(), ' Sofá-cama', 'morabogart', 'publish', 'closed', 'open', 'MORABOGART', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORABOGART', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '3'),
(@last_id, 'tcp_sku', 'MORABOGART'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORABOGART';
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(), ' Sofá-cama', 'moracometa', 'publish', 'closed', 'open', 'MORACOMETA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORACOMETA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '4'),
(@last_id, 'tcp_sku', 'MORACOMETA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORACOMETA';
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(), ' Sofá-cama', 'moraPARIS', 'publish', 'closed', 'open', 'MORAPARIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPARIS', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '5'),
(@last_id, 'tcp_sku', 'MORAPARIS'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPARIS';
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(), ' Sofá-cama', 'moraPARIS', 'publish', 'closed', 'open', 'MORAPARIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPARIS', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '6'),
(@last_id, 'tcp_sku', 'MORAPARIS'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPARIS';
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(), ' Sofá-cama', 'moraPRAGA', 'publish', 'closed', 'open', 'MORAPRAGA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPRAGA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '7'),
(@last_id, 'tcp_sku', 'MORAPRAGA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPRAGA';
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(), ' Sofá-cama', 'moraPRAGA', 'publish', 'closed', 'open', 'MORAPRAGA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPRAGA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '8'),
(@last_id, 'tcp_sku', 'MORAPRAGA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPRAGA';
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(), '87x193x90cm Sofá-cama', 'SP 30722', 'publish', 'closed', 'open', 'SP-30722', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30722', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '9'),
(@last_id, 'tcp_sku', 'SP-30722'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30722';
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(), '87x193x90cm Sofá-cama', 'SP 30724', 'publish', 'closed', 'open', 'SP-30724', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30724', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '10'),
(@last_id, 'tcp_sku', 'SP-30724'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30724';
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(), '90x188x88cm Sofá-cama', 'SP 30726', 'publish', 'closed', 'open', 'SP-30726', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30726', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '11'),
(@last_id, 'tcp_sku', 'SP-30726'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30726';
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(), '88x194x96cm Sofá-cama', 'SP 30731', 'publish', 'closed', 'open', 'SP-30731', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30731', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '12'),
(@last_id, 'tcp_sku', 'SP-30731'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30731';
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(), '83x200x120cm Sofá-cama', 'SP 31695', 'publish', 'closed', 'open', 'SP-31695', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31695', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '13'),
(@last_id, 'tcp_sku', 'SP-31695'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31695';
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(), '83x200x120cm Sofá-cama', 'SP 31696', 'publish', 'closed', 'open', 'SP-31696', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31696', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '14'),
(@last_id, 'tcp_sku', 'SP-31696'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31696';
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(), '83x200x120cm Sofá-cama', 'SP 31697', 'publish', 'closed', 'open', 'SP-31697', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31697', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '15'),
(@last_id, 'tcp_sku', 'SP-31697'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31697';
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(), '76x92(196)x85cm Sofá-cama', 'SP 31701', 'publish', 'closed', 'open', 'SP-31701', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31701', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '16'),
(@last_id, 'tcp_sku', 'SP-31701'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31701';
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(), '200x117cm Sofá-cama', 'SP 31751', 'publish', 'closed', 'open', 'SP-31751', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31751', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '17'),
(@last_id, 'tcp_sku', 'SP-31751'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31751';
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(), '200x117cm Sofá-cama', 'SP 31752', 'publish', 'closed', 'open', 'SP-31752', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31752', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '18'),
(@last_id, 'tcp_sku', 'SP-31752'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31752';
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(), '200x117cm Sofá-cama', 'SP 31753', 'publish', 'closed', 'open', 'SP-31753', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31753', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '19'),
(@last_id, 'tcp_sku', 'SP-31753'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31753';
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(), '200x113cm Sofá-cama', 'SP 31755', 'publish', 'closed', 'open', 'SP-31755', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31755', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '897'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '20'),
(@last_id, 'tcp_sku', 'SP-31755'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31755';
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(), '76x92(196)x85cm Sofá-cama', 'SP 32111', 'publish', 'closed', 'open', 'SP-32111', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-32111', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '21'),
(@last_id, 'tcp_sku', 'SP-32111'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-32111';
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(), '76x92(196)x85cm Sofá-cama', 'SP 32112', 'publish', 'closed', 'open', 'SP-32112', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-32112', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '22'),
(@last_id, 'tcp_sku', 'SP-32112'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-32112';
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(), '78x178x80(108)cm Sofá-cama polipiel', 'VIC 15769', 'publish', 'closed', 'open', 'VIC-15769', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15769', 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, 51, 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', '23'),
(@last_id, 'tcp_sku', 'VIC-15769'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-15769';
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(), '78x178x80(108)cm Sofá-cama polipiel', 'VIC 15770', 'publish', 'closed', 'open', 'VIC-15770', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15770', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '479'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '24'),
(@last_id, 'tcp_sku', 'VIC-15770'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-15770';
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(), '78x180x80(108)cm Sofá-cama polipiel patas plástico', 'VIC SOFACAMA', 'publish', 'closed', 'open', 'VIC-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-SOFACAMA', 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, 51, 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', '25'),
(@last_id, 'tcp_sku', 'VIC-SOFACAMA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-SOFACAMA';

View File

@ -47,7 +47,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 433-000019', 'publish', 'closed', 'open', 'CAC-433-000019', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000019', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marron, negro y rojo', 'CAC 433-000019', 'publish', 'closed', 'open', 'CAC-433-000019', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000019', 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, 51, 0);
@ -71,7 +71,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 433-000020-CAC', 'publish', 'closed', 'open', 'CAC-433-000020-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000020-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco, marron y rojo', 'CAC 433-000020-CAC', 'publish', 'closed', 'open', 'CAC-433-000020-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000020-CAC', 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, 51, 0);
@ -95,7 +95,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '93x110x170cm', 'CAC 553-001522', 'publish', 'closed', 'open', 'CAC-553-001522', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-553-001522', 0, 'tcp_product', 0);
(1, now(), now(), '93x110x170cm También en negro', 'CAC 553-001522', 'publish', 'closed', 'open', 'CAC-553-001522', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-553-001522', 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, 51, 0);
@ -119,7 +119,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 559-001627-CAC', 'publish', 'closed', 'open', 'CAC-559-001627-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001627-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 559-001627-CAC', 'publish', 'closed', 'open', 'CAC-559-001627-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001627-CAC', 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, 51, 0);
@ -143,7 +143,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004105-CAC', 'publish', 'closed', 'open', 'CAC-629-004105-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004105-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 629-004105-CAC', 'publish', 'closed', 'open', 'CAC-629-004105-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004105-CAC', 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, 51, 0);
@ -167,7 +167,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004106-CAC', 'publish', 'closed', 'open', 'CAC-629-004106-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004106-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 629-004106-CAC', 'publish', 'closed', 'open', 'CAC-629-004106-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004106-CAC', 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, 51, 0);
@ -191,7 +191,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004286-CAC', 'publish', 'closed', 'open', 'CAC-629-004286-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004286-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'CAC 629-004286-CAC', 'publish', 'closed', 'open', 'CAC-629-004286-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004286-CAC', 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, 51, 0);
@ -215,7 +215,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 1-SILLON-SF24-S1-BOTON-CRISTAL', 'publish', 'closed', 'open', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', 0, 'tcp_product', 0);
(1, now(), now(), ' Botón forrado', 'DUG 1-SILLON-SF24-S1-BOTON-CRISTAL', 'publish', 'closed', 'open', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', 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, 51, 0);
@ -287,7 +287,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 12 580 SILLON', 'publish', 'closed', 'open', 'DUG-12-580-SILLON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-12-580-SILLON', 0, 'tcp_product', 0);
(1, now(), now(), ' Piel', 'DUG 12 580 SILLON', 'publish', 'closed', 'open', 'DUG-12-580-SILLON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-12-580-SILLON', 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, 51, 0);
@ -311,7 +311,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '92x140x71cm', 'DUG 13 B-6', 'publish', 'closed', 'open', 'DUG-13-B-6', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-13-B-6', 0, 'tcp_product', 0);
(1, now(), now(), '92x140x71cm PIEL B-N 899€ POLIPIEL PLATA', 'DUG 13 B-6', 'publish', 'closed', 'open', 'DUG-13-B-6', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-13-B-6', 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, 51, 0);
@ -359,7 +359,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 2-SOF-SF24-S2-BOTONCRISTAL', 'publish', 'closed', 'open', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-2-SOF-SF24-S2-BOTONCRISTAL', 0, 'tcp_product', 0);
(1, now(), now(), ' BOTONCRISTAL 1.189€ BOTON FORRADO 1.089€', 'DUG 2-SOF-SF24-S2-BOTONCRISTAL', 'publish', 'closed', 'open', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-2-SOF-SF24-S2-BOTONCRISTAL', 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, 51, 0);
@ -455,7 +455,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 6-WY001-PIEL', 'publish', 'closed', 'open', 'DUG-6-WY001-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-6-WY001-PIEL', 0, 'tcp_product', 0);
(1, now(), now(), ' Piel', 'DUG 6-WY001-PIEL', 'publish', 'closed', 'open', 'DUG-6-WY001-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-6-WY001-PIEL', 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, 51, 0);
@ -479,7 +479,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 7-SILLON-GIRATORIO', 'publish', 'closed', 'open', 'DUG-7-SILLON-GIRATORIO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-7-SILLON-GIRATORIO', 0, 'tcp_product', 0);
(1, now(), now(), ' Símil piel', 'DUG 7-SILLON-GIRATORIO', 'publish', 'closed', 'open', 'DUG-7-SILLON-GIRATORIO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-7-SILLON-GIRATORIO', 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, 51, 0);
@ -551,7 +551,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '75x208x85cm', 'IMO 29-335', 'publish', 'closed', 'open', 'IMO-29-335', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-29-335', 0, 'tcp_product', 0);
(1, now(), now(), '75x208x85cm ches dcha 29-339 ches izq piel 749?', 'IMO 29-335', 'publish', 'closed', 'open', 'IMO-29-335', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-29-335', 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, 51, 0);
@ -575,7 +575,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '65x210x105cm', 'IMO 32-200', 'publish', 'closed', 'open', 'IMO-32-200', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-32-200', 0, 'tcp_product', 0);
(1, now(), now(), '65x210x105cm ', 'IMO 32-200', 'publish', 'closed', 'open', 'IMO-32-200', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-32-200', 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, 51, 0);
@ -599,7 +599,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '70x90x60cm', 'IXI 19541', 'publish', 'closed', 'open', 'IXI-19541', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19541', 0, 'tcp_product', 0);
(1, now(), now(), '70x90x60cm Puff', 'IXI 19541', 'publish', 'closed', 'open', 'IXI-19541', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19541', 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, 51, 0);
@ -623,7 +623,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '110x130x86cm', 'IXI 19542', 'publish', 'closed', 'open', 'IXI-19542', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19542', 0, 'tcp_product', 0);
(1, now(), now(), '110x130x86cm Puff', 'IXI 19542', 'publish', 'closed', 'open', 'IXI-19542', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19542', 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, 51, 0);
@ -647,7 +647,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '110x130x86cm', 'IXI 19543', 'publish', 'closed', 'open', 'IXI-19543', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19543', 0, 'tcp_product', 0);
(1, now(), now(), '110x130x86cm Puff', 'IXI 19543', 'publish', 'closed', 'open', 'IXI-19543', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19543', 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, 51, 0);
@ -1031,7 +1031,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'moragora - sofacama', 'publish', 'closed', 'open', 'MORAGORA-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA-SOFACAMA', 0, 'tcp_product', 0);
(1, now(), now(), ' sofacama', 'moragora - sofacama', 'publish', 'closed', 'open', 'MORAGORA-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA-SOFACAMA', 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, 51, 0);
@ -1415,7 +1415,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'morapiscis-sofacama', 'publish', 'closed', 'open', 'MORAPISCIS-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS-SOFACAMA', 0, 'tcp_product', 0);
(1, now(), now(), ' sofacama', 'morapiscis-sofacama', 'publish', 'closed', 'open', 'MORAPISCIS-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS-SOFACAMA', 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, 51, 0);
@ -1967,7 +1967,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '96x66x60cm', 'MOY-30863', 'publish', 'closed', 'open', 'MOY-30863', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863', 0, 'tcp_product', 0);
(1, now(), now(), '96x66x60cm ', 'MOY-30863', 'publish', 'closed', 'open', 'MOY-30863', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863', 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, 51, 0);
@ -2135,7 +2135,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '85x85x85cm', 'PORT 1409-38-PORT', 'publish', 'closed', 'open', 'PORT-1409-38-PORT', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=PORT-1409-38-PORT', 0, 'tcp_product', 0);
(1, now(), now(), '85x85x85cm ', 'PORT 1409-38-PORT', 'publish', 'closed', 'open', 'PORT-1409-38-PORT', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=PORT-1409-38-PORT', 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, 51, 0);
@ -2303,7 +2303,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'SP 31686', 'publish', 'closed', 'open', 'SP-31686', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31686', 0, 'tcp_product', 0);
(1, now(), now(), ' ', 'SP 31686', 'publish', 'closed', 'open', 'SP-31686', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31686', 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, 51, 0);
@ -2351,7 +2351,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x75x76cm', 'SP 31785', 'publish', 'closed', 'open', 'SP-31785', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31785', 0, 'tcp_product', 0);
(1, now(), now(), '100x75x76cm ', 'SP 31785', 'publish', 'closed', 'open', 'SP-31785', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31785', 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, 51, 0);
@ -2375,7 +2375,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x125x60cm', 'SP 9608', 'publish', 'closed', 'open', 'SP-9608', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9608', 0, 'tcp_product', 0);
(1, now(), now(), '100x125x60cm ', 'SP 9608', 'publish', 'closed', 'open', 'SP-9608', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9608', 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, 51, 0);
@ -2399,7 +2399,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '81x68x67cm', 'VA-1323', 'publish', 'closed', 'open', 'VA-1323', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-1323', 0, 'tcp_product', 0);
(1, now(), now(), '81x68x67cm microfibra', 'VA-1323', 'publish', 'closed', 'open', 'VA-1323', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-1323', 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, 51, 0);
@ -2495,7 +2495,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '76x72x72cm', 'VIC 12310', 'publish', 'closed', 'open', 'VIC-12310', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12310', 0, 'tcp_product', 0);
(1, now(), now(), '76x72x72cm Simil piel marron envejecido', 'VIC 12310', 'publish', 'closed', 'open', 'VIC-12310', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12310', 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, 51, 0);
@ -2519,7 +2519,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '104x75x75cm', 'VIC 15124', 'publish', 'closed', 'open', 'VIC-15124', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15124', 0, 'tcp_product', 0);
(1, now(), now(), '104x75x75cm Simil piel', 'VIC 15124', 'publish', 'closed', 'open', 'VIC-15124', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15124', 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, 51, 0);
@ -2543,7 +2543,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '70x74x78cm', 'VIC 15805', 'publish', 'closed', 'open', 'VIC-15805', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15805', 0, 'tcp_product', 0);
(1, now(), now(), '70x74x78cm Simil piel envejecido', 'VIC 15805', 'publish', 'closed', 'open', 'VIC-15805', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15805', 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, 51, 0);

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,221 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" generated="2011-07-19T16:40:24">
<Sofás_x0020_cama>
<F1>IMO 29-900 75x195x80(160) tela 679? .jpg</F1>
<titulo>IMO 29-900</titulo>
<medidas>75x195x80(160)</medidas>
<Obs>Sofá-cama desmontable izq-dcha mesa piel</Obs>
<precio>679</precio>
<slug>IMO-29-900</slug>
<F9>move &quot;IMO 29-900 75x195x80(160) tela 679? .jpg&quot; IMO-29-900.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>IMO 29-903 88x225x85(145) 1.097? desmontable izq-dchamesa 40x120x60 197? piel .jpg</F1>
<titulo>IMO 29-903</titulo>
<medidas>40x120x60</medidas>
<Obs>Sofá-cama</Obs>
<precio>197</precio>
<slug>IMO-29-903</slug>
<F9>move &quot;IMO 29-903 88x225x85(145) 1.097? desmontable izq-dchamesa 40x120x60 197? piel .jpg&quot; IMO-29-903.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraBERLIN-SOFACAMA.jpg</F1>
<titulo>moraBERLIN</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORABERLIN</slug>
<F9>move &quot;moraBERLIN-SOFACAMA.jpg&quot; MORABERLIN.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>morabogart - sofacama.jpg</F1>
<titulo>morabogart</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORABOGART</slug>
<F9>move &quot;morabogart - sofacama.jpg&quot; MORABOGART.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moracometa -sofacama.jpg</F1>
<titulo>moracometa</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORACOMETA</slug>
<F9>move &quot;moracometa -sofacama.jpg&quot; MORACOMETA.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPARIS-SOFA-CAMA.jpg</F1>
<titulo>moraPARIS</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPARIS</slug>
<F9>move &quot;moraPARIS-SOFA-CAMA.jpg&quot; MORAPARIS.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>MoraPARIS-SOFA-CAMA-ABIERTO.jpg</F1>
<titulo>moraPARIS</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPARIS</slug>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPRAGA-SOFA-CAMA.jpg</F1>
<titulo>moraPRAGA</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPRAGA</slug>
<F9>move &quot;moraPRAGA-SOFA-CAMA.jpg&quot; MORAPRAGA.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPRAGA.jpg</F1>
<titulo>moraPRAGA</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPRAGA</slug>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30722 87x193x90 579?.jpg</F1>
<titulo>SP 30722</titulo>
<medidas>87x193x90</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30722</slug>
<F9>move &quot;SP 30722 87x193x90 579?.jpg&quot; SP-30722.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30724 87x193x90 579? .jpg</F1>
<titulo>SP 30724</titulo>
<medidas>87x193x90</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30724</slug>
<F9>move &quot;SP 30724 87x193x90 579? .jpg&quot; SP-30724.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30726 90x188x88 579? .jpg</F1>
<titulo>SP 30726</titulo>
<medidas>90x188x88</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30726</slug>
<F9>move &quot;SP 30726 90x188x88 579? .jpg&quot; SP-30726.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30731 88x194x96 597?.jpg</F1>
<titulo>SP 30731</titulo>
<medidas>88x194x96</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30731</slug>
<F9>move &quot;SP 30731 88x194x96 597?.jpg&quot; SP-30731.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31695 83x200x120 1.079?.jpg</F1>
<titulo>SP 31695</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31695</slug>
<F9>move &quot;SP 31695 83x200x120 1.079?.jpg&quot; SP-31695.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31696 83x200x120 1.079?.jpg</F1>
<titulo>SP 31696</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31696</slug>
<F9>move &quot;SP 31696 83x200x120 1.079?.jpg&quot; SP-31696.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31697 83x200x120 1.079? .jpg</F1>
<titulo>SP 31697</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31697</slug>
<F9>move &quot;SP 31697 83x200x120 1.079? .jpg&quot; SP-31697.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31701 76x92(196)x85 637?.jpg</F1>
<titulo>SP 31701</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-31701</slug>
<F9>move &quot;SP 31701 76x92(196)x85 637?.jpg&quot; SP-31701.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31751 200x117 1.049? .jpg</F1>
<titulo>SP 31751</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31751</slug>
<F9>move &quot;SP 31751 200x117 1.049? .jpg&quot; SP-31751.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31752 200x117 1.049? .jpg</F1>
<titulo>SP 31752</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31752</slug>
<F9>move &quot;SP 31752 200x117 1.049? .jpg&quot; SP-31752.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31753 200x117 1.049? .jpg</F1>
<titulo>SP 31753</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31753</slug>
<F9>move &quot;SP 31753 200x117 1.049? .jpg&quot; SP-31753.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31755 200x113 897? .jpg</F1>
<titulo>SP 31755</titulo>
<medidas>200x113</medidas>
<Obs>Sofá-cama</Obs>
<precio>897</precio>
<slug>SP-31755</slug>
<F9>move &quot;SP 31755 200x113 897? .jpg&quot; SP-31755.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 32111 76x92(196)x85 637?.jpg</F1>
<titulo>SP 32111</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-32111</slug>
<F9>move &quot;SP 32111 76x92(196)x85 637?.jpg&quot; SP-32111.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 32112 76x92(196)x85 637?.jpg</F1>
<titulo>SP 32112</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-32112</slug>
<F9>move &quot;SP 32112 76x92(196)x85 637?.jpg&quot; SP-32112.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 15769 78x178x80(108) 479? polipiel .jpg</F1>
<titulo>VIC 15769</titulo>
<medidas>78x178x80(108)</medidas>
<Obs>Sofá-cama polipiel</Obs>
<precio>479</precio>
<slug>VIC-15769</slug>
<F9>move &quot;VIC 15769 78x178x80(108) 479? polipiel .jpg&quot; VIC-15769.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 15770 78x178x80(108) 479? polipiel.jpg</F1>
<titulo>VIC 15770</titulo>
<medidas>78x178x80(108)</medidas>
<Obs>Sofá-cama polipiel</Obs>
<precio>479</precio>
<slug>VIC-15770</slug>
<F9>move &quot;VIC 15770 78x178x80(108) 479? polipiel.jpg&quot; VIC-15770.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 78x180x80(108) 437?polipiel patas plastico .jpg</F1>
<titulo>VIC SOFACAMA</titulo>
<medidas>78x180x80(108)</medidas>
<Obs>Sofá-cama polipiel patas plástico</Obs>
<precio>437</precio>
<slug>VIC-SOFACAMA</slug>
<F9>move &quot;VIC 78x180x80(108) 437?polipiel patas plastico .jpg&quot; VIC-SOFACAMA.jpg</F9>
</Sofás_x0020_cama>
</dataroot>

View File

@ -21,7 +21,7 @@ header ('Content-type: text/html; charset=utf-8');
$muebles = array();
$cont = 0;
foreach($muebles_xml as $mueble_xml) {
foreach($muebles_xml as $mueble_xml) {
$muebles[$cont]['titulo'] = trim($mueble_xml->titulo);
$muebles[$cont]['slug'] = preg_replace("![^a-z0-9]+!i", "-", strtoupper(trim($muebles[$cont]['titulo'])));
$muebles[$cont]['precio'] = trim($mueble_xml->precio);
@ -37,6 +37,11 @@ header ('Content-type: text/html; charset=utf-8');
if (strlen($mueble_xml->obs) > 0) {
$muebles[$cont]['descripcion'] .= ' ' . trim($mueble_xml->obs);
}
if (strlen($mueble_xml->Obs) > 0) {
$muebles[$cont]['descripcion'] .= ' ' . trim($mueble_xml->Obs);
}
$cont++;
}
return $muebles;
@ -84,7 +89,7 @@ header ('Content-type: text/html; charset=utf-8');
(1, now(), now(), '85x130x45 cm', 'ACRO 66ML', 'publish', 'closed', 'open', 'ACRO 66ML', now(), now(), 0, 'http://localhost/originalhouse/?post_type=tcp_product&#038;p=214', 0, 'tcp_product', 0),
* insert into wp_postmeta (post_id, meta_key, meta_value) values (227, 'tcp_price', 697);
*/
function escribirFichero($muebles, $archivo_salida) {
function escribirFichero($muebles, $categoria, $archivo_salida) {
$file = fopen($archivo_salida, "w+");
if (!$file) {
@ -92,13 +97,13 @@ header ('Content-type: text/html; charset=utf-8');
}
$cont = 0;
foreach($muebles as $mueble) {
generarRegistrosMueble($mueble, $cont, $file);
generarRegistrosMueble($mueble, $cont, $categoria, $file);
$cont++;
}
fclose($file);
}
function generarRegistrosMueble($mueble, $orden, $file) {
function generarRegistrosMueble($mueble, $orden, $categoria, $file) {
/* 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(), '85x130x45 cm', 'ACRO 66ML', 'publish', 'closed', 'open', 'ACRO 66ML', now(), now(), 0, 'http://localhost/originalhouse/?post_type=tcp_product&#038;p=214', 0, 'tcp_product', 0),
@ -126,7 +131,7 @@ header ('Content-type: text/html; charset=utf-8');
//INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
$output = "INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES \n";
$output .= "(@last_id, 51, 0);\n";
$output .= "(@last_id, ". $categoria . ", 0);\n";
fwrite($file, $output);
// metadatos
@ -191,13 +196,69 @@ header ('Content-type: text/html; charset=utf-8');
*
*/
$archivo = 'armarios-cajoneras.xml';
$archivo_salida = 'salida-armarios-cajoneras.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 48, $archivo_salida);
$archivo = 'consolas.xml';
$archivo_salida = 'salida-consolas.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 50, $archivo_salida);
$archivo = 'estanterias.xml';
$archivo_salida = 'salida-estanterias.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 45, $archivo_salida);
$archivo = 'vitrinas.xml';
$archivo_salida = 'salida-vitrinas.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 46, $archivo_salida);
$archivo = 'mesas-centro.xml';
$archivo_salida = 'salida-mesas-centro.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 57, $archivo_salida);
$archivo = 'mesas-comedor.xml';
$archivo_salida = 'salida-mesas-comedor.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 56, $archivo_salida);
$archivo = 'mesas-rincon.xml';
$archivo_salida = 'salida-mesas-rincon.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 58, $archivo_salida);
$archivo = 'muebles-tv.xml';
$archivo_salida = 'salida-muebles-tv.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 49, $archivo_salida);
$archivo = 'sillas.xml';
$archivo_salida = 'salida-sillas.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 52, $archivo_salida);
$archivo = 'sofas.xml';
$archivo_salida = 'salida-sofas.sql';
$muebles = leerFichero($archivo);
//var_dump($muebles);
echo escribirFichero($muebles, $archivo_salida);
echo escribirFichero($muebles, 51, $archivo_salida);
$archivo = 'sofas-cama.xml';
$archivo_salida = 'salida-sofas-cama.sql';
$muebles = leerFichero($archivo);
echo escribirFichero($muebles, 51, $archivo_salida);
/*if ($muebles_xml) {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '0'),
(@last_id, 'tcp_sku', 'ARTI-1-7991');
(@last_id, 'tcp_sku', 'ARTI-1-7991'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-1-7991';
@ -23,7 +32,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '1'),
(@last_id, 'tcp_sku', 'ARTI-2-301043');
(@last_id, 'tcp_sku', 'ARTI-2-301043'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-2-301043';
@ -38,7 +56,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '2'),
(@last_id, 'tcp_sku', 'ARTI-3-8814');
(@last_id, 'tcp_sku', 'ARTI-3-8814'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-3-8814';
@ -53,7 +80,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '3'),
(@last_id, 'tcp_sku', 'ARTI-4-301013');
(@last_id, 'tcp_sku', 'ARTI-4-301013'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-4-301013';
@ -68,7 +104,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '4'),
(@last_id, 'tcp_sku', 'ARTI-5-301029');
(@last_id, 'tcp_sku', 'ARTI-5-301029'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-5-301029';
@ -83,7 +128,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '5'),
(@last_id, 'tcp_sku', 'ARTI-6-8606');
(@last_id, 'tcp_sku', 'ARTI-6-8606'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-6-8606';
@ -98,7 +152,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '6'),
(@last_id, 'tcp_sku', 'ARTI-7-301104');
(@last_id, 'tcp_sku', 'ARTI-7-301104'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-7-301104';
@ -113,7 +176,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '7'),
(@last_id, 'tcp_sku', 'ARTI-8-7866');
(@last_id, 'tcp_sku', 'ARTI-8-7866'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-8-7866';
@ -128,7 +200,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '8'),
(@last_id, 'tcp_sku', 'ARTI-9-8535');
(@last_id, 'tcp_sku', 'ARTI-9-8535'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'ARTI-9-8535';
@ -143,7 +224,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '9'),
(@last_id, 'tcp_sku', 'CAC-553-004603');
(@last_id, 'tcp_sku', 'CAC-553-004603'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'CAC-553-004603';
@ -158,7 +248,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '10'),
(@last_id, 'tcp_sku', 'CAC-617-003717');
(@last_id, 'tcp_sku', 'CAC-617-003717'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'CAC-617-003717';
@ -173,7 +272,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '11'),
(@last_id, 'tcp_sku', 'DUG-CT-23A');
(@last_id, 'tcp_sku', 'DUG-CT-23A'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'DUG-CT-23A';
@ -188,7 +296,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '12'),
(@last_id, 'tcp_sku', 'DUG-CT001');
(@last_id, 'tcp_sku', 'DUG-CT001'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'DUG-CT001';
@ -203,7 +320,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '13'),
(@last_id, 'tcp_sku', 'IMO-1-35-61');
(@last_id, 'tcp_sku', 'IMO-1-35-61'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-1-35-61';
@ -218,7 +344,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '14'),
(@last_id, 'tcp_sku', 'IMO-2-35-64');
(@last_id, 'tcp_sku', 'IMO-2-35-64'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-2-35-64';
@ -233,7 +368,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '15'),
(@last_id, 'tcp_sku', 'IMO-3-35-102');
(@last_id, 'tcp_sku', 'IMO-3-35-102'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-3-35-102';
@ -248,7 +392,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '16'),
(@last_id, 'tcp_sku', 'IMO-4-35-04');
(@last_id, 'tcp_sku', 'IMO-4-35-04'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-4-35-04';
@ -263,7 +416,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '17'),
(@last_id, 'tcp_sku', 'IMO-5-35-72');
(@last_id, 'tcp_sku', 'IMO-5-35-72'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-5-35-72';
@ -278,7 +440,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '18'),
(@last_id, 'tcp_sku', 'IMO-6-35-108');
(@last_id, 'tcp_sku', 'IMO-6-35-108'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-6-35-108';
@ -293,7 +464,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '19'),
(@last_id, 'tcp_sku', 'IMO-7-34-22');
(@last_id, 'tcp_sku', 'IMO-7-34-22'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-7-34-22';
@ -308,7 +488,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '20'),
(@last_id, 'tcp_sku', 'IMO-8-75-37');
(@last_id, 'tcp_sku', 'IMO-8-75-37'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-8-75-37';
@ -323,7 +512,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '21'),
(@last_id, 'tcp_sku', 'IMO-9-75-36');
(@last_id, 'tcp_sku', 'IMO-9-75-36'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-9-75-36';
@ -338,7 +536,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '22'),
(@last_id, 'tcp_sku', 'LH-MU-430-MESAS-NIDO-CRUCETA');
(@last_id, 'tcp_sku', 'LH-MU-430-MESAS-NIDO-CRUCETA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-430-MESAS-NIDO-CRUCETA';
@ -353,7 +560,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '23'),
(@last_id, 'tcp_sku', 'LH-MU-647');
(@last_id, 'tcp_sku', 'LH-MU-647'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'LH-MU-647';
@ -368,7 +584,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '24'),
(@last_id, 'tcp_sku', 'MOY-1-14145');
(@last_id, 'tcp_sku', 'MOY-1-14145'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-1-14145';
@ -383,7 +608,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '25'),
(@last_id, 'tcp_sku', 'MOY-2-30315');
(@last_id, 'tcp_sku', 'MOY-2-30315'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-2-30315';
@ -398,7 +632,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '26'),
(@last_id, 'tcp_sku', 'MOY-3-301517');
(@last_id, 'tcp_sku', 'MOY-3-301517'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-3-301517';
@ -413,7 +656,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '27'),
(@last_id, 'tcp_sku', 'MOY-4-1420536');
(@last_id, 'tcp_sku', 'MOY-4-1420536'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-4-1420536';
@ -428,7 +680,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '28'),
(@last_id, 'tcp_sku', 'MOY-5-8600160');
(@last_id, 'tcp_sku', 'MOY-5-8600160'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-5-8600160';
@ -443,7 +704,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '29'),
(@last_id, 'tcp_sku', 'MOY-6-14118');
(@last_id, 'tcp_sku', 'MOY-6-14118'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MOY-6-14118';
@ -458,7 +728,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '30'),
(@last_id, 'tcp_sku', 'PORT-1-1412-602');
(@last_id, 'tcp_sku', 'PORT-1-1412-602'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'PORT-1-1412-602';
@ -473,7 +752,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '31'),
(@last_id, 'tcp_sku', 'PORT-1664-58');
(@last_id, 'tcp_sku', 'PORT-1664-58'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'PORT-1664-58';
@ -488,7 +776,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '32'),
(@last_id, 'tcp_sku', 'SI-023130209');
(@last_id, 'tcp_sku', 'SI-023130209'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023130209';
@ -503,7 +800,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '33'),
(@last_id, 'tcp_sku', 'SI-023131109');
(@last_id, 'tcp_sku', 'SI-023131109'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023131109';
@ -518,7 +824,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '34'),
(@last_id, 'tcp_sku', 'SI-023618247');
(@last_id, 'tcp_sku', 'SI-023618247'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-023618247';
@ -533,7 +848,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '35'),
(@last_id, 'tcp_sku', 'SI-043004209');
(@last_id, 'tcp_sku', 'SI-043004209'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SI-043004209';
@ -548,7 +872,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '36'),
(@last_id, 'tcp_sku', 'SP-30302');
(@last_id, 'tcp_sku', 'SP-30302'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30302';
@ -563,7 +896,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '37'),
(@last_id, 'tcp_sku', 'SP-31450');
(@last_id, 'tcp_sku', 'SP-31450'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31450';
@ -578,7 +920,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '38'),
(@last_id, 'tcp_sku', 'SP-9412');
(@last_id, 'tcp_sku', 'SP-9412'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-9412';
@ -593,7 +944,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '39'),
(@last_id, 'tcp_sku', 'VA-2035');
(@last_id, 'tcp_sku', 'VA-2035'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-2035';
@ -608,7 +968,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '40'),
(@last_id, 'tcp_sku', 'VA-3915');
(@last_id, 'tcp_sku', 'VA-3915'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-3915';
@ -623,7 +992,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '41'),
(@last_id, 'tcp_sku', 'VA-8311');
(@last_id, 'tcp_sku', 'VA-8311'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VA-8311';
@ -638,7 +1016,16 @@ insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '42'),
(@last_id, 'tcp_sku', 'VIC-16281');
(@last_id, 'tcp_sku', 'VIC-16281'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-16281';

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-B-02-ACRO', 'publish', 'closed', 'open', 'ACRO-B-02-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-B-02-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marfil', 'ACRO-B-02-ACRO', 'publish', 'closed', 'open', 'ACRO-B-02-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-B-02-ACRO', 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, 52, 0);
@ -95,7 +95,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-B-05-ACRO', 'publish', 'closed', 'open', 'ACRO-B-05-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-B-05-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marfil y marron', 'ACRO-B-05-ACRO', 'publish', 'closed', 'open', 'ACRO-B-05-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-B-05-ACRO', 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, 52, 0);
@ -215,7 +215,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'ACRO-YF-18-ACRO', 'publish', 'closed', 'open', 'ACRO-YF-18-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-YF-18-ACRO', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'ACRO-YF-18-ACRO', 'publish', 'closed', 'open', 'ACRO-YF-18-ACRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-YF-18-ACRO', 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, 52, 0);
@ -239,7 +239,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000002-CAC', 'publish', 'closed', 'open', 'CAC-433-000002-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000002-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco, rojo y negro', 'cac 433-000002-CAC', 'publish', 'closed', 'open', 'CAC-433-000002-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000002-CAC', 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, 52, 0);
@ -263,7 +263,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000008-CAC', 'publish', 'closed', 'open', 'CAC-433-000008-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000008-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marron', 'cac 433-000008-CAC', 'publish', 'closed', 'open', 'CAC-433-000008-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000008-CAC', 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, 52, 0);
@ -287,7 +287,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 433-000009-CAC', 'publish', 'closed', 'open', 'CAC-433-000009-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000009-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 433-000009-CAC', 'publish', 'closed', 'open', 'CAC-433-000009-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000009-CAC', 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, 52, 0);
@ -359,7 +359,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 540-001236-CAC', 'publish', 'closed', 'open', 'CAC-540-001236-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-540-001236-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en naranja y rojo', 'cac 540-001236-CAC', 'publish', 'closed', 'open', 'CAC-540-001236-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-540-001236-CAC', 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, 52, 0);
@ -431,7 +431,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 553-003150-CAC', 'publish', 'closed', 'open', 'CAC-553-003150-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-553-003150-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 553-003150-CAC', 'publish', 'closed', 'open', 'CAC-553-003150-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-553-003150-CAC', 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, 52, 0);
@ -455,7 +455,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 559-001617-CAC', 'publish', 'closed', 'open', 'CAC-559-001617-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001617-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'cac 559-001617-CAC', 'publish', 'closed', 'open', 'CAC-559-001617-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001617-CAC', 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, 52, 0);
@ -479,7 +479,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 559-001618-CAC', 'publish', 'closed', 'open', 'CAC-559-001618-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001618-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 559-001618-CAC', 'publish', 'closed', 'open', 'CAC-559-001618-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001618-CAC', 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, 52, 0);
@ -503,7 +503,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 564-001648-CAC', 'publish', 'closed', 'open', 'CAC-564-001648-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-564-001648-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro y rojo', 'cac 564-001648-CAC', 'publish', 'closed', 'open', 'CAC-564-001648-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-564-001648-CAC', 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, 52, 0);
@ -527,7 +527,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 619-003747-CAC', 'publish', 'closed', 'open', 'CAC-619-003747-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-619-003747-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 619-003747-CAC', 'publish', 'closed', 'open', 'CAC-619-003747-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-619-003747-CAC', 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, 52, 0);
@ -551,7 +551,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 619-004067-CAC', 'publish', 'closed', 'open', 'CAC-619-004067-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-619-004067-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 619-004067-CAC', 'publish', 'closed', 'open', 'CAC-619-004067-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-619-004067-CAC', 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, 52, 0);
@ -575,7 +575,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 634-004411-CAC', 'publish', 'closed', 'open', 'CAC-634-004411-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-634-004411-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 634-004411-CAC', 'publish', 'closed', 'open', 'CAC-634-004411-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-634-004411-CAC', 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, 52, 0);
@ -599,7 +599,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'cac 635-004413-CAC', 'publish', 'closed', 'open', 'CAC-635-004413-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004413-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'cac 635-004413-CAC', 'publish', 'closed', 'open', 'CAC-635-004413-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004413-CAC', 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, 52, 0);
@ -623,7 +623,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 635-004414-CAC', 'publish', 'closed', 'open', 'CAC-635-004414-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004414-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 635-004414-CAC', 'publish', 'closed', 'open', 'CAC-635-004414-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004414-CAC', 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, 52, 0);
@ -647,7 +647,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 635-004457-CAC', 'publish', 'closed', 'open', 'CAC-635-004457-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004457-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 635-004457-CAC', 'publish', 'closed', 'open', 'CAC-635-004457-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-635-004457-CAC', 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, 52, 0);
@ -671,7 +671,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 641-004494-CAC', 'publish', 'closed', 'open', 'CAC-641-004494-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-641-004494-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en naranja y negro', 'CAC 641-004494-CAC', 'publish', 'closed', 'open', 'CAC-641-004494-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-641-004494-CAC', 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, 52, 0);
@ -695,7 +695,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 1001', 'publish', 'closed', 'open', 'DUG-1001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-1001', 0, 'tcp_product', 0);
(1, now(), now(), ' Simil piel También en blanco', 'DUG 1001', 'publish', 'closed', 'open', 'DUG-1001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-1001', 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, 52, 0);
@ -719,7 +719,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 127', 'publish', 'closed', 'open', 'DUG-127', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-127', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'DUG 127', 'publish', 'closed', 'open', 'DUG-127', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-127', 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, 52, 0);
@ -767,7 +767,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'IXI 16223', 'publish', 'closed', 'open', 'IXI-16223', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-16223', 0, 'tcp_product', 0);
(1, now(), now(), ' Simil piel', 'IXI 16223', 'publish', 'closed', 'open', 'IXI-16223', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-16223', 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, 52, 0);
@ -911,7 +911,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'MIR SILLA ISABELINA -0510', 'publish', 'closed', 'open', 'MIR-SILLA-ISABELINA-0510', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MIR-SILLA-ISABELINA-0510', 0, 'tcp_product', 0);
(1, now(), now(), ' Respaldo curvo 0510 o recto 0520', 'MIR SILLA ISABELINA -0510', 'publish', 'closed', 'open', 'MIR-SILLA-ISABELINA-0510', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MIR-SILLA-ISABELINA-0510', 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, 52, 0);
@ -1847,7 +1847,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '105x46x51cm', 'SP 30931', 'publish', 'closed', 'open', 'SP-30931', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30931', 0, 'tcp_product', 0);
(1, now(), now(), '105x46x51cm Pedir en parejas', 'SP 30931', 'publish', 'closed', 'open', 'SP-30931', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30931', 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, 52, 0);
@ -1871,7 +1871,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x46x56cm', 'SP 31737', 'publish', 'closed', 'open', 'SP-31737', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31737', 0, 'tcp_product', 0);
(1, now(), now(), '100x46x56cm Pedir en parejas', 'SP 31737', 'publish', 'closed', 'open', 'SP-31737', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31737', 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, 52, 0);
@ -1895,7 +1895,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '86x48x60cm', 'SP 31779', 'publish', 'closed', 'open', 'SP-31779', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31779', 0, 'tcp_product', 0);
(1, now(), now(), '86x48x60cm Pedir en parejas', 'SP 31779', 'publish', 'closed', 'open', 'SP-31779', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31779', 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, 52, 0);
@ -1919,7 +1919,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '86x48x60cm', 'SP 31780', 'publish', 'closed', 'open', 'SP-31780', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31780', 0, 'tcp_product', 0);
(1, now(), now(), '86x48x60cm Pedir en parejas', 'SP 31780', 'publish', 'closed', 'open', 'SP-31780', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31780', 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, 52, 0);
@ -1943,7 +1943,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'SP 31803', 'publish', 'closed', 'open', 'SP-31803', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31803', 0, 'tcp_product', 0);
(1, now(), now(), ' ', 'SP 31803', 'publish', 'closed', 'open', 'SP-31803', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31803', 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, 52, 0);
@ -1991,7 +1991,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '105x46x51cm', 'SP 9794', 'publish', 'closed', 'open', 'SP-9794', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-9794', 0, 'tcp_product', 0);
(1, now(), now(), '105x46x51cm Pedir en parejas', 'SP 9794', 'publish', 'closed', 'open', 'SP-9794', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-9794', 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, 52, 0);
@ -2303,7 +2303,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'VIC 12316', 'publish', 'closed', 'open', 'VIC-12316', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12316', 0, 'tcp_product', 0);
(1, now(), now(), ' Crema', 'VIC 12316', 'publish', 'closed', 'open', 'VIC-12316', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12316', 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, 52, 0);
@ -2327,7 +2327,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'VIC 12879', 'publish', 'closed', 'open', 'VIC-12879', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12879', 0, 'tcp_product', 0);
(1, now(), now(), ' Negra', 'VIC 12879', 'publish', 'closed', 'open', 'VIC-12879', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12879', 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, 52, 0);

624
src/salida-sofas-cama.sql Normal file
View File

@ -0,0 +1,624 @@
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(), '75x195x80(160)cm Sofá-cama desmontable izq-dcha mesa piel', 'IMO 29-900', 'publish', 'closed', 'open', 'IMO-29-900', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-29-900', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '679'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '0'),
(@last_id, 'tcp_sku', 'IMO-29-900'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-29-900';
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(), '40x120x60cm Sofá-cama', 'IMO 29-903', 'publish', 'closed', 'open', 'IMO-29-903', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-29-903', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '197'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '1'),
(@last_id, 'tcp_sku', 'IMO-29-903'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IMO-29-903';
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(), ' Sofá-cama', 'moraBERLIN', 'publish', 'closed', 'open', 'MORABERLIN', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORABERLIN', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '2'),
(@last_id, 'tcp_sku', 'MORABERLIN'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORABERLIN';
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(), ' Sofá-cama', 'morabogart', 'publish', 'closed', 'open', 'MORABOGART', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORABOGART', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '3'),
(@last_id, 'tcp_sku', 'MORABOGART'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORABOGART';
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(), ' Sofá-cama', 'moracometa', 'publish', 'closed', 'open', 'MORACOMETA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORACOMETA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '4'),
(@last_id, 'tcp_sku', 'MORACOMETA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORACOMETA';
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(), ' Sofá-cama', 'moraPARIS', 'publish', 'closed', 'open', 'MORAPARIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPARIS', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '5'),
(@last_id, 'tcp_sku', 'MORAPARIS'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPARIS';
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(), ' Sofá-cama', 'moraPARIS', 'publish', 'closed', 'open', 'MORAPARIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPARIS', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '6'),
(@last_id, 'tcp_sku', 'MORAPARIS'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPARIS';
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(), ' Sofá-cama', 'moraPRAGA', 'publish', 'closed', 'open', 'MORAPRAGA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPRAGA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '7'),
(@last_id, 'tcp_sku', 'MORAPRAGA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPRAGA';
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(), ' Sofá-cama', 'moraPRAGA', 'publish', 'closed', 'open', 'MORAPRAGA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPRAGA', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', ''),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '8'),
(@last_id, 'tcp_sku', 'MORAPRAGA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MORAPRAGA';
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(), '87x193x90cm Sofá-cama', 'SP 30722', 'publish', 'closed', 'open', 'SP-30722', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30722', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '9'),
(@last_id, 'tcp_sku', 'SP-30722'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30722';
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(), '87x193x90cm Sofá-cama', 'SP 30724', 'publish', 'closed', 'open', 'SP-30724', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30724', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '10'),
(@last_id, 'tcp_sku', 'SP-30724'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30724';
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(), '90x188x88cm Sofá-cama', 'SP 30726', 'publish', 'closed', 'open', 'SP-30726', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30726', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '11'),
(@last_id, 'tcp_sku', 'SP-30726'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30726';
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(), '88x194x96cm Sofá-cama', 'SP 30731', 'publish', 'closed', 'open', 'SP-30731', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30731', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '12'),
(@last_id, 'tcp_sku', 'SP-30731'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-30731';
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(), '83x200x120cm Sofá-cama', 'SP 31695', 'publish', 'closed', 'open', 'SP-31695', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31695', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '13'),
(@last_id, 'tcp_sku', 'SP-31695'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31695';
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(), '83x200x120cm Sofá-cama', 'SP 31696', 'publish', 'closed', 'open', 'SP-31696', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31696', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '14'),
(@last_id, 'tcp_sku', 'SP-31696'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31696';
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(), '83x200x120cm Sofá-cama', 'SP 31697', 'publish', 'closed', 'open', 'SP-31697', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31697', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1079'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '15'),
(@last_id, 'tcp_sku', 'SP-31697'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31697';
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(), '76x92(196)x85cm Sofá-cama', 'SP 31701', 'publish', 'closed', 'open', 'SP-31701', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31701', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '16'),
(@last_id, 'tcp_sku', 'SP-31701'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31701';
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(), '200x117cm Sofá-cama', 'SP 31751', 'publish', 'closed', 'open', 'SP-31751', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31751', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '17'),
(@last_id, 'tcp_sku', 'SP-31751'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31751';
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(), '200x117cm Sofá-cama', 'SP 31752', 'publish', 'closed', 'open', 'SP-31752', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31752', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '18'),
(@last_id, 'tcp_sku', 'SP-31752'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31752';
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(), '200x117cm Sofá-cama', 'SP 31753', 'publish', 'closed', 'open', 'SP-31753', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31753', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '19'),
(@last_id, 'tcp_sku', 'SP-31753'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31753';
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(), '200x113cm Sofá-cama', 'SP 31755', 'publish', 'closed', 'open', 'SP-31755', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31755', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '897'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '20'),
(@last_id, 'tcp_sku', 'SP-31755'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-31755';
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(), '76x92(196)x85cm Sofá-cama', 'SP 32111', 'publish', 'closed', 'open', 'SP-32111', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-32111', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '21'),
(@last_id, 'tcp_sku', 'SP-32111'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-32111';
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(), '76x92(196)x85cm Sofá-cama', 'SP 32112', 'publish', 'closed', 'open', 'SP-32112', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-32112', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '22'),
(@last_id, 'tcp_sku', 'SP-32112'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'SP-32112';
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(), '78x178x80(108)cm Sofá-cama polipiel', 'VIC 15769', 'publish', 'closed', 'open', 'VIC-15769', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15769', 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, 51, 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', '23'),
(@last_id, 'tcp_sku', 'VIC-15769'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-15769';
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(), '78x178x80(108)cm Sofá-cama polipiel', 'VIC 15770', 'publish', 'closed', 'open', 'VIC-15770', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15770', 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, 51, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '479'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '24'),
(@last_id, 'tcp_sku', 'VIC-15770'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-15770';
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(), '78x180x80(108)cm Sofá-cama polipiel patas plástico', 'VIC SOFACAMA', 'publish', 'closed', 'open', 'VIC-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-SOFACAMA', 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, 51, 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', '25'),
(@last_id, 'tcp_sku', 'VIC-SOFACAMA'),
(@last_id, 'tcp_tax_id', '0'),
(@last_id, 'tcp_back_end_label', ''),
(@last_id, 'tcp_hide_buy_button', ''),
(@last_id, 'tcp_exclude_range', ''),
(@last_id, 'tcp_is_downloadable', ''),
(@last_id, 'tcp_max_downloads', '0'),
(@last_id, 'tcp_days_to_expire', '0'),
(@last_id, 'tcp_is_visible', '1'),
(@last_id, 'tcp_weight', '0');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'VIC-SOFACAMA';

View File

@ -47,7 +47,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 433-000019', 'publish', 'closed', 'open', 'CAC-433-000019', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000019', 0, 'tcp_product', 0);
(1, now(), now(), ' También en marron, negro y rojo', 'CAC 433-000019', 'publish', 'closed', 'open', 'CAC-433-000019', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000019', 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, 51, 0);
@ -71,7 +71,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 433-000020-CAC', 'publish', 'closed', 'open', 'CAC-433-000020-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000020-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco, marron y rojo', 'CAC 433-000020-CAC', 'publish', 'closed', 'open', 'CAC-433-000020-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-433-000020-CAC', 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, 51, 0);
@ -95,7 +95,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '93x110x170cm', 'CAC 553-001522', 'publish', 'closed', 'open', 'CAC-553-001522', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-553-001522', 0, 'tcp_product', 0);
(1, now(), now(), '93x110x170cm También en negro', 'CAC 553-001522', 'publish', 'closed', 'open', 'CAC-553-001522', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-553-001522', 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, 51, 0);
@ -119,7 +119,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 559-001627-CAC', 'publish', 'closed', 'open', 'CAC-559-001627-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001627-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 559-001627-CAC', 'publish', 'closed', 'open', 'CAC-559-001627-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-559-001627-CAC', 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, 51, 0);
@ -143,7 +143,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004105-CAC', 'publish', 'closed', 'open', 'CAC-629-004105-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004105-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 629-004105-CAC', 'publish', 'closed', 'open', 'CAC-629-004105-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004105-CAC', 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, 51, 0);
@ -167,7 +167,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004106-CAC', 'publish', 'closed', 'open', 'CAC-629-004106-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004106-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en negro', 'CAC 629-004106-CAC', 'publish', 'closed', 'open', 'CAC-629-004106-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004106-CAC', 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, 51, 0);
@ -191,7 +191,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'CAC 629-004286-CAC', 'publish', 'closed', 'open', 'CAC-629-004286-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004286-CAC', 0, 'tcp_product', 0);
(1, now(), now(), ' También en blanco', 'CAC 629-004286-CAC', 'publish', 'closed', 'open', 'CAC-629-004286-CAC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-629-004286-CAC', 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, 51, 0);
@ -215,7 +215,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 1-SILLON-SF24-S1-BOTON-CRISTAL', 'publish', 'closed', 'open', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', 0, 'tcp_product', 0);
(1, now(), now(), ' Botón forrado', 'DUG 1-SILLON-SF24-S1-BOTON-CRISTAL', 'publish', 'closed', 'open', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', 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, 51, 0);
@ -287,7 +287,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 12 580 SILLON', 'publish', 'closed', 'open', 'DUG-12-580-SILLON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-12-580-SILLON', 0, 'tcp_product', 0);
(1, now(), now(), ' Piel', 'DUG 12 580 SILLON', 'publish', 'closed', 'open', 'DUG-12-580-SILLON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-12-580-SILLON', 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, 51, 0);
@ -311,7 +311,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '92x140x71cm', 'DUG 13 B-6', 'publish', 'closed', 'open', 'DUG-13-B-6', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-13-B-6', 0, 'tcp_product', 0);
(1, now(), now(), '92x140x71cm PIEL B-N 899€ POLIPIEL PLATA', 'DUG 13 B-6', 'publish', 'closed', 'open', 'DUG-13-B-6', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-13-B-6', 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, 51, 0);
@ -359,7 +359,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 2-SOF-SF24-S2-BOTONCRISTAL', 'publish', 'closed', 'open', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-2-SOF-SF24-S2-BOTONCRISTAL', 0, 'tcp_product', 0);
(1, now(), now(), ' BOTONCRISTAL 1.189€ BOTON FORRADO 1.089€', 'DUG 2-SOF-SF24-S2-BOTONCRISTAL', 'publish', 'closed', 'open', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-2-SOF-SF24-S2-BOTONCRISTAL', 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, 51, 0);
@ -455,7 +455,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 6-WY001-PIEL', 'publish', 'closed', 'open', 'DUG-6-WY001-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-6-WY001-PIEL', 0, 'tcp_product', 0);
(1, now(), now(), ' Piel', 'DUG 6-WY001-PIEL', 'publish', 'closed', 'open', 'DUG-6-WY001-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-6-WY001-PIEL', 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, 51, 0);
@ -479,7 +479,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'DUG 7-SILLON-GIRATORIO', 'publish', 'closed', 'open', 'DUG-7-SILLON-GIRATORIO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-7-SILLON-GIRATORIO', 0, 'tcp_product', 0);
(1, now(), now(), ' Símil piel', 'DUG 7-SILLON-GIRATORIO', 'publish', 'closed', 'open', 'DUG-7-SILLON-GIRATORIO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-7-SILLON-GIRATORIO', 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, 51, 0);
@ -551,7 +551,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '75x208x85cm', 'IMO 29-335', 'publish', 'closed', 'open', 'IMO-29-335', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-29-335', 0, 'tcp_product', 0);
(1, now(), now(), '75x208x85cm ches dcha 29-339 ches izq piel 749?', 'IMO 29-335', 'publish', 'closed', 'open', 'IMO-29-335', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-29-335', 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, 51, 0);
@ -575,7 +575,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '65x210x105cm', 'IMO 32-200', 'publish', 'closed', 'open', 'IMO-32-200', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-32-200', 0, 'tcp_product', 0);
(1, now(), now(), '65x210x105cm ', 'IMO 32-200', 'publish', 'closed', 'open', 'IMO-32-200', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-32-200', 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, 51, 0);
@ -599,7 +599,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '70x90x60cm', 'IXI 19541', 'publish', 'closed', 'open', 'IXI-19541', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19541', 0, 'tcp_product', 0);
(1, now(), now(), '70x90x60cm Puff', 'IXI 19541', 'publish', 'closed', 'open', 'IXI-19541', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19541', 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, 51, 0);
@ -623,7 +623,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '110x130x86cm', 'IXI 19542', 'publish', 'closed', 'open', 'IXI-19542', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19542', 0, 'tcp_product', 0);
(1, now(), now(), '110x130x86cm Puff', 'IXI 19542', 'publish', 'closed', 'open', 'IXI-19542', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19542', 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, 51, 0);
@ -647,7 +647,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '110x130x86cm', 'IXI 19543', 'publish', 'closed', 'open', 'IXI-19543', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19543', 0, 'tcp_product', 0);
(1, now(), now(), '110x130x86cm Puff', 'IXI 19543', 'publish', 'closed', 'open', 'IXI-19543', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-19543', 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, 51, 0);
@ -1031,7 +1031,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'moragora - sofacama', 'publish', 'closed', 'open', 'MORAGORA-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAGORA-SOFACAMA', 0, 'tcp_product', 0);
(1, now(), now(), ' sofacama', 'moragora - sofacama', 'publish', 'closed', 'open', 'MORAGORA-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAGORA-SOFACAMA', 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, 51, 0);
@ -1415,7 +1415,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'morapiscis-sofacama', 'publish', 'closed', 'open', 'MORAPISCIS-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPISCIS-SOFACAMA', 0, 'tcp_product', 0);
(1, now(), now(), ' sofacama', 'morapiscis-sofacama', 'publish', 'closed', 'open', 'MORAPISCIS-SOFACAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MORAPISCIS-SOFACAMA', 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, 51, 0);
@ -1967,7 +1967,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '96x66x60cm', 'MOY-30863', 'publish', 'closed', 'open', 'MOY-30863', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30863', 0, 'tcp_product', 0);
(1, now(), now(), '96x66x60cm ', 'MOY-30863', 'publish', 'closed', 'open', 'MOY-30863', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30863', 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, 51, 0);
@ -2135,7 +2135,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '85x85x85cm', 'PORT 1409-38-PORT', 'publish', 'closed', 'open', 'PORT-1409-38-PORT', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=PORT-1409-38-PORT', 0, 'tcp_product', 0);
(1, now(), now(), '85x85x85cm ', 'PORT 1409-38-PORT', 'publish', 'closed', 'open', 'PORT-1409-38-PORT', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=PORT-1409-38-PORT', 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, 51, 0);
@ -2303,7 +2303,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '', 'SP 31686', 'publish', 'closed', 'open', 'SP-31686', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31686', 0, 'tcp_product', 0);
(1, now(), now(), ' ', 'SP 31686', 'publish', 'closed', 'open', 'SP-31686', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31686', 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, 51, 0);
@ -2351,7 +2351,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x75x76cm', 'SP 31785', 'publish', 'closed', 'open', 'SP-31785', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31785', 0, 'tcp_product', 0);
(1, now(), now(), '100x75x76cm ', 'SP 31785', 'publish', 'closed', 'open', 'SP-31785', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31785', 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, 51, 0);
@ -2375,7 +2375,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '100x125x60cm', 'SP 9608', 'publish', 'closed', 'open', 'SP-9608', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-9608', 0, 'tcp_product', 0);
(1, now(), now(), '100x125x60cm ', 'SP 9608', 'publish', 'closed', 'open', 'SP-9608', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-9608', 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, 51, 0);
@ -2399,7 +2399,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '81x68x67cm', 'VA-1323', 'publish', 'closed', 'open', 'VA-1323', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VA-1323', 0, 'tcp_product', 0);
(1, now(), now(), '81x68x67cm microfibra', 'VA-1323', 'publish', 'closed', 'open', 'VA-1323', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VA-1323', 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, 51, 0);
@ -2495,7 +2495,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '76x72x72cm', 'VIC 12310', 'publish', 'closed', 'open', 'VIC-12310', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12310', 0, 'tcp_product', 0);
(1, now(), now(), '76x72x72cm Simil piel marron envejecido', 'VIC 12310', 'publish', 'closed', 'open', 'VIC-12310', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-12310', 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, 51, 0);
@ -2519,7 +2519,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '104x75x75cm', 'VIC 15124', 'publish', 'closed', 'open', 'VIC-15124', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15124', 0, 'tcp_product', 0);
(1, now(), now(), '104x75x75cm Simil piel', 'VIC 15124', 'publish', 'closed', 'open', 'VIC-15124', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15124', 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, 51, 0);
@ -2543,7 +2543,7 @@ SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type`
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(), '70x74x78cm', 'VIC 15805', 'publish', 'closed', 'open', 'VIC-15805', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15805', 0, 'tcp_product', 0);
(1, now(), now(), '70x74x78cm Simil piel envejecido', 'VIC 15805', 'publish', 'closed', 'open', 'VIC-15805', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15805', 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, 51, 0);

File diff suppressed because it is too large Load Diff

View File

@ -1,990 +0,0 @@
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(), '85x130x45cm', 'ACRO 66ML', 'publish', 'closed', 'open', 'ACRO-66ML', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-66ML', 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, 48, 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', '0'),
(@last_id, 'tcp_sku', 'ACRO-66ML');
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-66ML';
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(), '90x150x45cm', 'ACRO-30A', 'publish', 'closed', 'open', 'ACRO-30A', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ACRO-30A', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '649'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '1'),
(@last_id, 'tcp_sku', 'ACRO-30A');
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-30A';
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(), '82x123x40cm', 'ARI 102247', 'publish', 'closed', 'open', 'ARI-102247', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ARI-102247', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '649'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '2'),
(@last_id, 'tcp_sku', 'ARI-102247');
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-102247';
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(), '90x146x35cm', 'ARI 102284', 'publish', 'closed', 'open', 'ARI-102284', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ARI-102284', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '679'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '3'),
(@last_id, 'tcp_sku', 'ARI-102284');
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-102284';
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(), '89x140x35cm', 'ARI 102287', 'publish', 'closed', 'open', 'ARI-102287', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=ARI-102287', 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, 48, 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', '4'),
(@last_id, 'tcp_sku', 'ARI-102287');
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-102287';
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(), '80x165X50cm', 'CAC 599-003649', 'publish', 'closed', 'open', 'CAC-599-003649', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-599-003649', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '635'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '5'),
(@last_id, 'tcp_sku', 'CAC-599-003649');
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-003649';
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(), '80x170x50cm TAMBIEN EN BLANCO', 'CAC 599-004463', 'publish', 'closed', 'open', 'CAC-599-004463', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-599-004463', 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, 48, 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', '6'),
(@last_id, 'tcp_sku', 'CAC-599-004463');
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-004463';
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(), '80x180x40cm TAMBIEN EN AZUL', 'CAC 599-004565', 'publish', 'closed', 'open', 'CAC-599-004565', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=CAC-599-004565', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '629'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '7'),
(@last_id, 'tcp_sku', 'CAC-599-004565');
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-004565';
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(), '78x178x49cm', 'DUG 661', 'publish', 'closed', 'open', 'DUG-661', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-661', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1037'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '8'),
(@last_id, 'tcp_sku', 'DUG-661');
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-661';
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(), '78x190x50cm', 'DUG 741', 'publish', 'closed', 'open', 'DUG-741', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-741', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '929'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '9'),
(@last_id, 'tcp_sku', 'DUG-741');
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-741';
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(), '78x190x50cm NEGRO', 'DUG 741 NEGRO', 'publish', 'closed', 'open', 'DUG-741-NEGRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-741-NEGRO', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '929'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '10'),
(@last_id, 'tcp_sku', 'DUG-741-NEGRO');
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-741-NEGRO';
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(), '78x160x50cm', 'DUG W 743', 'publish', 'closed', 'open', 'DUG-W-743', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=DUG-W-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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '837'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '11'),
(@last_id, 'tcp_sku', 'DUG-W-743');
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-W-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(), '88x140x45cm', 'IMO 35-113', 'publish', 'closed', 'open', 'IMO-35-113', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-35-113', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '797'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '12'),
(@last_id, 'tcp_sku', 'IMO-35-113');
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-113';
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(), '110x150x45cm', 'IMO 35-126', 'publish', 'closed', 'open', 'IMO-35-126', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-35-126', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '998'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '13'),
(@last_id, 'tcp_sku', 'IMO-35-126');
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-126';
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(), '110x160x43cm', 'IMO 35-57', 'publish', 'closed', 'open', 'IMO-35-57', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-35-57', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '897'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '14'),
(@last_id, 'tcp_sku', 'IMO-35-57');
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-57';
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(), '90x160x45cm', 'IMO 35-81', 'publish', 'closed', 'open', 'IMO-35-81', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-35-81', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '879'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '15'),
(@last_id, 'tcp_sku', 'IMO-35-81');
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-81';
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(), '95x145x45cm', 'IMO 75-12', 'publish', 'closed', 'open', 'IMO-75-12', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-75-12', 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, 48, 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', '16'),
(@last_id, 'tcp_sku', 'IMO-75-12');
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-12';
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(), '95x127x35cm', 'IMO 75-25', 'publish', 'closed', 'open', 'IMO-75-25', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-75-25', 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, 48, 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', '17'),
(@last_id, 'tcp_sku', 'IMO-75-25');
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-25';
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(), '80x180x45cm', 'IMO 75-26', 'publish', 'closed', 'open', 'IMO-75-26', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-75-26', 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, 48, 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', '18'),
(@last_id, 'tcp_sku', 'IMO-75-26');
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-26';
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(), '115x165x45cm', 'IMO 75-39', 'publish', 'closed', 'open', 'IMO-75-39', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-75-39', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '928'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '19'),
(@last_id, 'tcp_sku', 'IMO-75-39');
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-39';
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(), '85x120x40cm', 'IMO 75-46', 'publish', 'closed', 'open', 'IMO-75-46', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IMO-75-46', 0, 'tcp_product', 0);
SET @last_id := LAST_INSERT_ID();
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(@last_id, 48, 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', '20'),
(@last_id, 'tcp_sku', 'IMO-75-46');
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-46';
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
(1, now(), now(), '90x150x45cm', 'IXI 16265', 'publish', 'closed', 'open', 'IXI-16265', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-16265', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '637'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '21'),
(@last_id, 'tcp_sku', 'IXI-16265');
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-16265';
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(), '86x160x40cm', 'IXI 7600400', 'publish', 'closed', 'open', 'IXI-7600400', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-7600400', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '657'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '22'),
(@last_id, 'tcp_sku', 'IXI-7600400');
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-7600400';
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(), '116x160x40cm', 'IXI 7600500', 'publish', 'closed', 'open', 'IXI-7600500', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-7600500', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '747'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '23'),
(@last_id, 'tcp_sku', 'IXI-7600500');
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-7600500';
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(), '85x120x40cm', 'IXI 7600600', 'publish', 'closed', 'open', 'IXI-7600600', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=IXI-7600600', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '24'),
(@last_id, 'tcp_sku', 'IXI-7600600');
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-7600600';
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(), '80x180x40cm', 'KUBIK 1400', 'publish', 'closed', 'open', 'KUBIK-1400', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=KUBIK-1400', 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, 48, 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', '25'),
(@last_id, 'tcp_sku', 'KUBIK-1400');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'KUBIK-1400';
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(), '100x180x42cm', 'MIR-10700', 'publish', 'closed', 'open', 'MIR-10700', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MIR-10700', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1049'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '26'),
(@last_id, 'tcp_sku', 'MIR-10700');
insert into wp_postmeta (post_id, meta_key, meta_value)
SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'MIR-10700';
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(), '85x160x40cm', 'MOY 145062J', 'publish', 'closed', 'open', 'MOY-145062J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-145062J', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '719'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '27'),
(@last_id, 'tcp_sku', 'MOY-145062J');
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-145062J';
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(), '80x170x40cm', 'MOY 30950', 'publish', 'closed', 'open', 'MOY-30950', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30950', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '759'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '28'),
(@last_id, 'tcp_sku', 'MOY-30950');
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-30950';
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(), '85x160x40cm', 'MOY-145062', 'publish', 'closed', 'open', 'MOY-145062', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-145062', 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, 48, 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', '29'),
(@last_id, 'tcp_sku', 'MOY-145062');
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-145062';
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(), '80x150x40cm', 'MOY-145071', 'publish', 'closed', 'open', 'MOY-145071', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-145071', 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, 48, 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', '30'),
(@last_id, 'tcp_sku', 'MOY-145071');
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-145071';
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(), '115x140x40cm', 'MOY-14601', 'publish', 'closed', 'open', 'MOY-14601', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-14601', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '769'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '31'),
(@last_id, 'tcp_sku', 'MOY-14601');
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-14601';
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(), '75x182x45cm', 'MOY-14608', 'publish', 'closed', 'open', 'MOY-14608', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-14608', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '654'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '32'),
(@last_id, 'tcp_sku', 'MOY-14608');
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-14608';
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(), '80x135x40cm', 'MOY-30137', 'publish', 'closed', 'open', 'MOY-30137', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30137', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '579'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '33'),
(@last_id, 'tcp_sku', 'MOY-30137');
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-30137';
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(), '85x160x40cm', 'MOY-301528', 'publish', 'closed', 'open', 'MOY-301528', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-301528', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '667'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '34'),
(@last_id, 'tcp_sku', 'MOY-301528');
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-301528';
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(), '80x135x40cm', 'MOY-301529', 'publish', 'closed', 'open', 'MOY-301529', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-301529', 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, 48, 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', '35'),
(@last_id, 'tcp_sku', 'MOY-301529');
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-301529';
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(), '88x160x40cm', 'MOY-30212', 'publish', 'closed', 'open', 'MOY-30212', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30212', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '619'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '36'),
(@last_id, 'tcp_sku', 'MOY-30212');
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-30212';
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(), '80x120x45cm', 'MOY-30298', 'publish', 'closed', 'open', 'MOY-30298', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30298', 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, 48, 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', '37'),
(@last_id, 'tcp_sku', 'MOY-30298');
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-30298';
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(), '85x180x45cm', 'MOY-30313', 'publish', 'closed', 'open', 'MOY-30313', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30313', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '715'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '38'),
(@last_id, 'tcp_sku', 'MOY-30313');
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-30313';
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(), '86x160x40cm', 'MOY-30541', 'publish', 'closed', 'open', 'MOY-30541', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30541', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '657'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '39'),
(@last_id, 'tcp_sku', 'MOY-30541');
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-30541';
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(), '116X160X40cm', 'MOY-30550', 'publish', 'closed', 'open', 'MOY-30550', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30550', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '825'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '40'),
(@last_id, 'tcp_sku', 'MOY-30550');
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-30550';
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(), '80x160x45cm', 'MOY-30940', 'publish', 'closed', 'open', 'MOY-30940', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=MOY-30940', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '679'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '41'),
(@last_id, 'tcp_sku', 'MOY-30940');
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-30940';
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(), '95x170x40cm', 'OM 555', 'publish', 'closed', 'open', 'OM-555', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-555', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '842'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '42'),
(@last_id, 'tcp_sku', 'OM-555');
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-555';
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(), '95x180x45cm', 'OM 627', 'publish', 'closed', 'open', 'OM-627', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-627', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '784'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '43'),
(@last_id, 'tcp_sku', 'OM-627');
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-627';
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(), '90x180x45cm', 'OM 666', 'publish', 'closed', 'open', 'OM-666', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-666', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '842'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '44'),
(@last_id, 'tcp_sku', 'OM-666');
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-666';
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(), '90x170x40cm', 'OM 706', 'publish', 'closed', 'open', 'OM-706', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-706', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '898'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '45'),
(@last_id, 'tcp_sku', 'OM-706');
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-706';
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(), '65x150x45cm', 'OM 728', 'publish', 'closed', 'open', 'OM-728', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-728', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '754'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '46'),
(@last_id, 'tcp_sku', 'OM-728');
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-728';
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(), '90x175x45cm', 'OM-1150', 'publish', 'closed', 'open', 'OM-1150', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-1150', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '986'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '47'),
(@last_id, 'tcp_sku', 'OM-1150');
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-1150';
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(), '75x150x45cm', 'OM-1151', 'publish', 'closed', 'open', 'OM-1151', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-1151', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '798'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '48'),
(@last_id, 'tcp_sku', 'OM-1151');
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-1151';
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(), '75x120x45cm', 'OM-1161', 'publish', 'closed', 'open', 'OM-1161', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-1161', 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, 48, 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'),
(@last_id, 'tcp_sku', 'OM-1161');
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-1161';
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(), '70x140x40cm', 'OM-1167', 'publish', 'closed', 'open', 'OM-1167', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-1167', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '578'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '50'),
(@last_id, 'tcp_sku', 'OM-1167');
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-1167';
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(), '85x180x45cm', 'OM-1172', 'publish', 'closed', 'open', 'OM-1172', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-1172', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '947'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '51'),
(@last_id, 'tcp_sku', 'OM-1172');
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-1172';
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(), '85x200x40cm', 'OM-732', 'publish', 'closed', 'open', 'OM-732', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-732', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1119'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '52'),
(@last_id, 'tcp_sku', 'OM-732');
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-732';
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(), '80x170x45cm', 'OM-740', 'publish', 'closed', 'open', 'OM-740', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=OM-740', 0, 'tcp_product', 0);
SET @last_id := LAST_INSERT_ID();
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(@last_id, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '832'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '53'),
(@last_id, 'tcp_sku', 'OM-740');
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-740';
INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES
(1, now(), now(), '90x180x50cm', 'SOC-10077', 'publish', 'closed', 'open', 'SOC-10077', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SOC-10077', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1129'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '54'),
(@last_id, 'tcp_sku', 'SOC-10077');
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-10077';
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(), '85x160x45cm tambien en rojo 10185 negro 10184', 'SOC-10093', 'publish', 'closed', 'open', 'SOC-10093', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SOC-10093', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '1029'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '55'),
(@last_id, 'tcp_sku', 'SOC-10093');
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-10093';
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(), '90x130x40cm', 'SP-30214', 'publish', 'closed', 'open', 'SP-30214', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-30214', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '567'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '56'),
(@last_id, 'tcp_sku', 'SP-30214');
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-30214';
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(), '87x150x40cm', 'SP-31440', 'publish', 'closed', 'open', 'SP-31440', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31440', 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, 48, 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', '57'),
(@last_id, 'tcp_sku', 'SP-31440');
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-31440';
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(), '85x150x40cm', 'SP-31577', 'publish', 'closed', 'open', 'SP-31577', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=SP-31577', 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, 48, 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'),
(@last_id, 'tcp_sku', 'SP-31577');
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-31577';
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(), '82x205x55cm', 'VA-3127', 'publish', 'closed', 'open', 'VA-3127', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VA-3127', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '739'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '59'),
(@last_id, 'tcp_sku', 'VA-3127');
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-3127';
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(), '80x170x40cm', 'VA-8302', 'publish', 'closed', 'open', 'VA-8302', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VA-8302', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '629'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '60'),
(@last_id, 'tcp_sku', 'VA-8302');
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-8302';
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(), '80x170x40cm', 'VA-8316', 'publish', 'closed', 'open', 'VA-8316', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VA-8316', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '629'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '61'),
(@last_id, 'tcp_sku', 'VA-8316');
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-8316';
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(), '80x120x38cm', 'VIC-16224', 'publish', 'closed', 'open', 'VIC-16224', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-16224', 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, 48, 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', '62'),
(@last_id, 'tcp_sku', 'VIC-16224');
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-16224';
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(), '80x120x38cm', 'VIC-15671', 'publish', 'closed', 'open', 'VIC-15671', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-15671', 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, 48, 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', '63'),
(@last_id, 'tcp_sku', 'VIC-15671');
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-15671';
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(), '78x130x40cm', 'VIC-16205', 'publish', 'closed', 'open', 'VIC-16205', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=VIC-16205', 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, 48, 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', '64'),
(@last_id, 'tcp_sku', 'VIC-16205');
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-16205';
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(), '', '', 'publish', 'closed', 'open', '', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&#038;p=', 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, 48, 0);
insert into wp_postmeta (post_id, meta_key, meta_value) values
(@last_id, 'tcp_price', '0'),
(@last_id, 'tcp_stock', -1),
(@last_id, 'tcp_type', 'SIMPLE'),
(@last_id, 'tcp_order', '65'),
(@last_id, 'tcp_sku', '');
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` = '';

221
src/sofas-cama.xml Normal file
View File

@ -0,0 +1,221 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" generated="2011-07-19T16:40:24">
<Sofás_x0020_cama>
<F1>IMO 29-900 75x195x80(160) tela 679? .jpg</F1>
<titulo>IMO 29-900</titulo>
<medidas>75x195x80(160)</medidas>
<Obs>Sofá-cama desmontable izq-dcha mesa piel</Obs>
<precio>679</precio>
<slug>IMO-29-900</slug>
<F9>move &quot;IMO 29-900 75x195x80(160) tela 679? .jpg&quot; IMO-29-900.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>IMO 29-903 88x225x85(145) 1.097? desmontable izq-dchamesa 40x120x60 197? piel .jpg</F1>
<titulo>IMO 29-903</titulo>
<medidas>40x120x60</medidas>
<Obs>Sofá-cama</Obs>
<precio>197</precio>
<slug>IMO-29-903</slug>
<F9>move &quot;IMO 29-903 88x225x85(145) 1.097? desmontable izq-dchamesa 40x120x60 197? piel .jpg&quot; IMO-29-903.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraBERLIN-SOFACAMA.jpg</F1>
<titulo>moraBERLIN</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORABERLIN</slug>
<F9>move &quot;moraBERLIN-SOFACAMA.jpg&quot; MORABERLIN.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>morabogart - sofacama.jpg</F1>
<titulo>morabogart</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORABOGART</slug>
<F9>move &quot;morabogart - sofacama.jpg&quot; MORABOGART.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moracometa -sofacama.jpg</F1>
<titulo>moracometa</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORACOMETA</slug>
<F9>move &quot;moracometa -sofacama.jpg&quot; MORACOMETA.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPARIS-SOFA-CAMA.jpg</F1>
<titulo>moraPARIS</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPARIS</slug>
<F9>move &quot;moraPARIS-SOFA-CAMA.jpg&quot; MORAPARIS.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>MoraPARIS-SOFA-CAMA-ABIERTO.jpg</F1>
<titulo>moraPARIS</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPARIS</slug>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPRAGA-SOFA-CAMA.jpg</F1>
<titulo>moraPRAGA</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPRAGA</slug>
<F9>move &quot;moraPRAGA-SOFA-CAMA.jpg&quot; MORAPRAGA.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>moraPRAGA.jpg</F1>
<titulo>moraPRAGA</titulo>
<Obs>Sofá-cama</Obs>
<slug>MORAPRAGA</slug>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30722 87x193x90 579?.jpg</F1>
<titulo>SP 30722</titulo>
<medidas>87x193x90</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30722</slug>
<F9>move &quot;SP 30722 87x193x90 579?.jpg&quot; SP-30722.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30724 87x193x90 579? .jpg</F1>
<titulo>SP 30724</titulo>
<medidas>87x193x90</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30724</slug>
<F9>move &quot;SP 30724 87x193x90 579? .jpg&quot; SP-30724.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30726 90x188x88 579? .jpg</F1>
<titulo>SP 30726</titulo>
<medidas>90x188x88</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30726</slug>
<F9>move &quot;SP 30726 90x188x88 579? .jpg&quot; SP-30726.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 30731 88x194x96 597?.jpg</F1>
<titulo>SP 30731</titulo>
<medidas>88x194x96</medidas>
<Obs>Sofá-cama</Obs>
<precio>579</precio>
<slug>SP-30731</slug>
<F9>move &quot;SP 30731 88x194x96 597?.jpg&quot; SP-30731.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31695 83x200x120 1.079?.jpg</F1>
<titulo>SP 31695</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31695</slug>
<F9>move &quot;SP 31695 83x200x120 1.079?.jpg&quot; SP-31695.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31696 83x200x120 1.079?.jpg</F1>
<titulo>SP 31696</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31696</slug>
<F9>move &quot;SP 31696 83x200x120 1.079?.jpg&quot; SP-31696.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31697 83x200x120 1.079? .jpg</F1>
<titulo>SP 31697</titulo>
<medidas>83x200x120</medidas>
<Obs>Sofá-cama</Obs>
<precio>1079</precio>
<slug>SP-31697</slug>
<F9>move &quot;SP 31697 83x200x120 1.079? .jpg&quot; SP-31697.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31701 76x92(196)x85 637?.jpg</F1>
<titulo>SP 31701</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-31701</slug>
<F9>move &quot;SP 31701 76x92(196)x85 637?.jpg&quot; SP-31701.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31751 200x117 1.049? .jpg</F1>
<titulo>SP 31751</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31751</slug>
<F9>move &quot;SP 31751 200x117 1.049? .jpg&quot; SP-31751.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31752 200x117 1.049? .jpg</F1>
<titulo>SP 31752</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31752</slug>
<F9>move &quot;SP 31752 200x117 1.049? .jpg&quot; SP-31752.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31753 200x117 1.049? .jpg</F1>
<titulo>SP 31753</titulo>
<medidas>200x117</medidas>
<Obs>Sofá-cama</Obs>
<precio>1049</precio>
<slug>SP-31753</slug>
<F9>move &quot;SP 31753 200x117 1.049? .jpg&quot; SP-31753.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 31755 200x113 897? .jpg</F1>
<titulo>SP 31755</titulo>
<medidas>200x113</medidas>
<Obs>Sofá-cama</Obs>
<precio>897</precio>
<slug>SP-31755</slug>
<F9>move &quot;SP 31755 200x113 897? .jpg&quot; SP-31755.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 32111 76x92(196)x85 637?.jpg</F1>
<titulo>SP 32111</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-32111</slug>
<F9>move &quot;SP 32111 76x92(196)x85 637?.jpg&quot; SP-32111.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>SP 32112 76x92(196)x85 637?.jpg</F1>
<titulo>SP 32112</titulo>
<medidas>76x92(196)x85</medidas>
<Obs>Sofá-cama</Obs>
<precio>637</precio>
<slug>SP-32112</slug>
<F9>move &quot;SP 32112 76x92(196)x85 637?.jpg&quot; SP-32112.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 15769 78x178x80(108) 479? polipiel .jpg</F1>
<titulo>VIC 15769</titulo>
<medidas>78x178x80(108)</medidas>
<Obs>Sofá-cama polipiel</Obs>
<precio>479</precio>
<slug>VIC-15769</slug>
<F9>move &quot;VIC 15769 78x178x80(108) 479? polipiel .jpg&quot; VIC-15769.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 15770 78x178x80(108) 479? polipiel.jpg</F1>
<titulo>VIC 15770</titulo>
<medidas>78x178x80(108)</medidas>
<Obs>Sofá-cama polipiel</Obs>
<precio>479</precio>
<slug>VIC-15770</slug>
<F9>move &quot;VIC 15770 78x178x80(108) 479? polipiel.jpg&quot; VIC-15770.jpg</F9>
</Sofás_x0020_cama>
<Sofás_x0020_cama>
<F1>VIC 78x180x80(108) 437?polipiel patas plastico .jpg</F1>
<titulo>VIC SOFACAMA</titulo>
<medidas>78x180x80(108)</medidas>
<Obs>Sofá-cama polipiel patas plástico</Obs>
<precio>437</precio>
<slug>VIC-SOFACAMA</slug>
<F9>move &quot;VIC 78x180x80(108) 437?polipiel patas plastico .jpg&quot; VIC-SOFACAMA.jpg</F9>
</Sofás_x0020_cama>
</dataroot>

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

View File

@ -0,0 +1 @@
ul.list-point{list-style:square;margin-left:22px}table.form-table,table.wp-cleanfix{clear:none}div.saidmade-adv{text-align:center;border:1px solid #aaa;width:250px;height:250px;margin:6px auto}span.wpcleanfix-ok{color:#0c0;background:url(images/ok.png) no-repeat;padding:2px 0 0 24px}span.wpcleanfix-warning{color:#f60;font-weight:bold;background:url(images/warning.png) no-repeat;padding:2px 0 0 24px}span.wpcleanfix-cleaned{color:#09f;font-weight:bold;background:url(images/cleaned.png) no-repeat;padding:2px 0 0 24px}table.wp-cleanfix tbody td{vertical-align:middle;white-space:nowrap}table.wp-cleanfix tbody td:last-child{white-space:normal}.wp-cleanfix button{background:url(images/clean.png) no-repeat 6px center;border:1px solid #aaa;cursor:pointer;text-shadow:1px 1px 1px #fff;padding:4px 12px 4px 24px;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px}tr.tools{background:#fafafa}tr.tools td:first-child img{margin:6px}button.wp-cleanfix-refresh span{display:none}button.wp-cleanfix-refresh{background:transparent url(images/refresh.png) center center no-repeat;border:none;padding:12px}div#ajax-wait{background:url(images/wait.gif) no-repeat;width:16px;height:16px}h4.wp-cleanfix-title-dashboard{display:block;border-bottom:1px solid #ddd;padding-bottom:4px!important;color:#666}p.wp-cleanfix-copy{text-align:center}div.wp_cleanfix_box{border:1px solid #aaa;background:#0096ff;background:-webkit-gradient(linear, left left, left right, from(#0096ff), to(#ffffff));background:-webkit-linear-gradient(left,#0096ff,#ffffff);background:-moz-linear-gradient(left, #0096ff, #ffffff);background:-ms-linear-gradient(left,#0096ff,#ffffff);background:-o-linear-gradient(left,#0096ff,#ffffff);background:linear-gradient(left,#0096ff,#ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#0096ff',EndColorStr='#ffffff');height:120px;margin:16px 0;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}div.wp_cleanfix_box a.wp_cleanfix_logo{background:url(images/logo.png) 8px center no-repeat;display:block;font-family:"trebuchet MS",sans-serif;font-size:26px;height:80px;letter-spacing:-1px;line-height:80px;padding-left:76px;text-decoration:none;color:#fff;text-shadow:1px 1px 1px #000;margin:1px;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0}div.wp_cleanfix_box p{color:#FFFFFF;font-weight:bold;text-shadow:1px 1px 2px #444444;margin:0 24px}div.wp_cleanfix_box p.wp_cleanfix_copy_info{display:block;margin-top:82px;position:absolute;right:6px;text-align:right;color:#666;font-weight:bold;text-shadow:none}div.wp_cleanfix_box p.wp_cleanfix_copy_info a{color:#0a0;text-decoration:none;text-shadow:0 0 5px #fff}textarea.wpCleanFixCode{width:99%;font-family:Monaco, "Courier New", Courier, monospace;font-size:11px;background:#fafafa;margin:8px 0}span.wpCleanFixColorPreview{border:1px solid #333;margin:0 0 0 4px;padding:2px 12px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}a.wpCleanFixClearNextTextarea{margin:0;padding:0 24px}

View File

@ -0,0 +1,182 @@
/**
* WP CleanFix Admim Styles
*
* @package wp-cleanfix
* @subpackage style.css
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*/
ul.list-point {
list-style:square;
margin-left:22px;
}
table.form-table,
table.wp-cleanfix {
clear:none;
}
div.saidmade-adv {
text-align: center;
margin: 6px auto;
border: 1px solid #aaa;
width: 250px;
height: 250px;
}
span.wpcleanfix-ok {
color: #0c0;
padding: 2px 0 0 24px;
background: url(images/ok.png) no-repeat;
}
span.wpcleanfix-warning {
color: #f60;
font-weight: bold;
padding: 2px 0 0 24px;
background: url(images/warning.png) no-repeat;
}
span.wpcleanfix-cleaned {
color: #09f;
font-weight: bold;
padding: 2px 0 0 24px;
background: url(images/cleaned.png) no-repeat;
}
table.wp-cleanfix tbody td {
vertical-align: middle;
white-space: nowrap;
}
table.wp-cleanfix tbody td:last-child {
white-space: normal;
}
.wp-cleanfix button {
background:url(images/clean.png) no-repeat 6px center;
border:1px solid #aaa;
cursor:pointer;
padding:4px 12px 4px 24px;
text-shadow:1px 1px 1px #fff;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
}
tr.tools {
background: #fafafa;
}
tr.tools td:first-child img {
margin: 6px;
}
button.wp-cleanfix-refresh span {
display:none;
}
button.wp-cleanfix-refresh {
background:transparent url(images/refresh.png) center center no-repeat;
padding: 12px;
border: none;
}
div#ajax-wait {
background: url(images/wait.gif) no-repeat;
width: 16px;
height: 16px;
}
h4.wp-cleanfix-title-dashboard {
display: block;
border-bottom: 1px solid #ddd;
padding-bottom: 4px !important;
color:#666;
}
p.wp-cleanfix-copy {
text-align: center;
}
div.wp_cleanfix_box {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
margin:16px 0;
border:1px solid #aaa;
background-color: #0096ff;
background-image: -webkit-gradient(linear, left left, left right, from(#0096ff), to(#ffffff)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(left, #0096ff, #ffffff); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(left, #0096ff, #ffffff); /* FF3.6 */
background-image: -ms-linear-gradient(left, #0096ff, #ffffff); /* IE10 */
background-image: -o-linear-gradient(left, #0096ff, #ffffff); /* Opera 11.10+ */
background-image: linear-gradient(left, #0096ff, #ffffff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0096ff', EndColorStr='#ffffff'); /* IE6IE9 */
height:120px;
}
div.wp_cleanfix_box a.wp_cleanfix_logo {
-moz-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
background:url("images/logo.png") 8px center no-repeat;
display:block;
font-family:"trebuchet MS",sans-serif;
font-size:26px;
height:80px;
letter-spacing:-1px;
line-height:80px;
margin:1px;
padding-left:76px;
text-decoration:none;
color:#fff;
text-shadow:1px 1px 1px #000;
}
div.wp_cleanfix_box p {
color: #FFFFFF;
font-weight: bold;
margin: 0 24px;
text-shadow: 1px 1px 2px #444444;
}
div.wp_cleanfix_box p.wp_cleanfix_copy_info {
display:block;
margin-top:82px;
position:absolute;
right:6px;
text-align:right;
color:#666;
font-weight:bold;
text-shadow:none;
}
div.wp_cleanfix_box p.wp_cleanfix_copy_info a {
color:#0a0;
text-decoration:none;
text-shadow:0 0 5px #fff;
}
textarea.wpCleanFixCode {
width:99%;
font-family:Monaco, "Courier New", Courier, monospace;
font-size:11px;
background:#fafafa;
margin:8px 0;
}
span.wpCleanFixColorPreview {
border:1px solid #333;
padding:2px 12px;
margin:0 0 0 4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.wpCleanFixClearNextTextarea {
margin:0;
padding:0 24px;
}

View File

@ -0,0 +1 @@
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('2(1A).1B(7(){7 D(a){2(\'v#\'+a).w(\'<v 1C="1D-1E"></v>\')}7 1(c,d,e){j f=!(E[3]==F);j g=(d==\'\');j h={x:d};k(!(E[4]==F)){j i=E[4]}2(\'G#\'+c).1F(\'H\',7(){k(g){1G(y.1H);n}k(f&&e!=\'o-l\'){k(!1I(y.1J)){n}}k(i!=F){j b=i();b.x=h.x;h=b}D(e);2.p(y.I,h,7(a){2(\'v#\'+e).w(a);k(e!=\'o-l\'&&f){M()}})})}7 M(){D(\'o-l\');2.p(y.I,{x:\'$J->N();\'},7(a){2(\'v#o-l\').w(a)});j b={x:\'1K::1L();\'};2.p(y.I,b,7(a){k(a>0||a!=\'0\'){2(\'q#O\').w(\'<q P="Q-1M R-%d"><q P="Q-R">\'+a+\'</q></q>\')}1N{2(\'q#O\').w(\'\')}})}7 z(a,b){2(\'G#\'+a).H(7(){1O(j i=0;i<b.1P;i++){2(\'G#\'+b[i]).1Q(\'H\')}})}1(\'1R\',\'$J->l();\',\'o-l\',5);1(\'1S\',\'$J->N();\',\'o-l\');1(\'1T\',\'$S->1U();\',\'T-A\',5);1(\'1V\',\'$S->1W();\',\'T-A\');z(\'1X\',[\'U\',\'V\',\'W\',\'X\',\'Y\',\'Z\',\'10\']);1(\'1Y\',\'$6->1Z();\',\'8-11\',5);1(\'U\',\'$6->20();\',\'8-11\');1(\'21\',\'$6->12();\',\'8-B\',5);1(\'V\',\'$6->13();\',\'8-B\');1(\'22\',\'$6->23();\',\'8-14\',5);1(\'W\',\'$6->24();\',\'8-14\');1(\'25\',\'$6->26();\',\'8-15\',5);1(\'X\',\'$6->27();\',\'8-15\');1(\'28\',\'$6->16();\',\'8-r\',5);1(\'29\',\'$6->17();\',\'8-r\',5,7(){n{18:2(\'19#18 1a:1b\').9(),1c:2(\'s#1c\').9()}});1(\'Y\',\'$6->1d();\',\'8-r\');1(\'2a\',\'$6->16(K);\',\'L-r\',5);1(\'2b\',\'$6->17(K);\',\'L-r\',5,7(){n{1e:2(\'19#1e 1a:1b\').9(),1f:2(\'s#1f\').9()}});1(\'Z\',"$6->1d(2c, 5, K);",\'L-r\');1(\'2d\',\'$6->2e();\',\'1g-p\',5);1(\'10\',\'$6->2f();\',\'1g-p\');1(\'2g\',\'$6->1h();\',\'1i-1j-p-1k\',5,7(){n{1l:2(\'s#1l\').9(),1m:2(\'s#1m\').9()}});z(\'2h\',[\'1n\',\'1o\',\'1p\']);1(\'2i\',\'$t->2j();\',\'1q-A\',5);1(\'1n\',\'$t->2k();\',\'1q-A\');1(\'2l\',\'$t->2m();\',\'1r-C\',5);1(\'1o\',\'$t->2n();\',\'1r-C\');1(\'2o\',\'$t->2p();\',\'1s-C\',5);1(\'1p\',\'$t->2q();\',\'1s-C\');z(\'2r\',[\'1t\',\'1u\',\'1v\']);1(\'2s\',\'$m->2t();\',\'u-1w\',5);1(\'1t\',\'$m->2u();\',\'u-1w\');1(\'2v\',\'$m->12();\',\'u-B\',5);1(\'1u\',\'$m->13();\',\'u-B\');1(\'2w\',\'$m->2x();\',\'u-1x\',5);1(\'1v\',\'$m->2y();\',\'u-1x\');1(\'2z\',\'$m->1h();\',\'1i-1j-2A-1k\',5,7(){n{1y:2(\'s#1y\').9(),1z:2(\'s#1z\').9()}})});',62,161,'|wp_cleanfix_ajax_command|jQuery|||true|WPCLEANFIX_POSTS|function|posts|val||||||||||var|if|optimize|WPCLEANFIX_COMMENTS|return|database|post|span|users|input|WPCLEANFIX_CATEGORY|comments|div|html|command|wpCleanFixMainL10n|wp_cleanfix_refresh_all|unused|trash|unlink|wp_cleanfix_ajax_wait|arguments|undefined|button|click|ajaxURL|WPCLEANFIX_DATABASE|page|pages|wp_cleanfix_check_optimize|checkTables|wpcleanfix_badge|class|update|count|WPCLEANFIX_USERMETA|usersmeta|buttonPostRevisionRefresh|buttonPostTrashRefresh|buttonPostMetaRefresh|buttonPostTagsRefresh|buttonPostsUsersRefresh|buttonPagesUsersRefresh|buttonAttachmentsRefresh|revision|removeTrash|checkTrash|meta|tags|removePostsUsers|relinkPostsUsers|wpcleanfix_post_author_id|select|option|selected|wpcleanfix_post_ids|checkPostsUsers|wpcleanfix_page_author_id|wpcleanfix_page_ids|attachment|findAndReplace|find|replace|content|wpcleanfix_find_post_content|wpcleanfix_replace_post_content|buttonCategoryUnusedRefresh|buttonTermsUnlinkRefresh|buttonTermTaxonomyUnlinkRefresh|category|terms|termtaxonomy|buttonCommentUnapprovedCommentRefresh|buttonCommentTrashCommentRefresh|buttonCommentSpamRefresh|unapproved|spam|wpcleanfix_find_comment_content|wpcleanfix_replace_comment_content|document|ready|id|ajax|wait|live|alert|notImplement|confirm|messageConfirm|WPCLEANFIX_BADGE|countRepair|plugins|else|for|length|trigger|buttonDatabaseOptimize|buttonDatabaseOptimizeTableRefresh|buttonUserMetaRemoveUnlink|removeUserMeta|buttonUserMetaUnusedRefresh|checkUserMeta|buttonPostsRefreshAll|buttonPostsRemoveRevision|removeRevision|checkRevisions|buttonPostsRemoveTrash|buttonPostsRemoveMeta|removePostMeta|checkPostMeta|buttonPostsRemoveTag|removeTags|checkTags|buttonpostUsersRemoveUnlink|buttonpostUsersLinkToAuthor|buttonpageUsersRemoveUnlink|buttonpageUsersLinkToAuthor|null|buttonAttachementsRemoveUnlink|removeAttachment|checkAttachment|buttonFindReplacePost|buttonCategoryRefreshAll|buttonCategoryRemoveUnsed|removeCategory|checkCategory|buttonTermsUnlinkRemove|removeTermInTaxonomy|checkTermInTaxonomy|buttonTermTaxonomyUnlinkRemove|removeTaxonomyInTerm|checkTaxonomyInTerm|buttonCommentsRefreshAll|buttonCommentsRemoveUnapproved|removeComments|checkComments|buttonCommentsRemoveTrash|buttonCommentsRemoveSPAM|removeSpam|checkSpam|buttonFindReplaceComment|comment'.split('|'),0,{}))

View File

@ -0,0 +1,264 @@
/**
* Javascript functions
*
* @package wp-cleanfix
* @subpackage main.js
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*
*/
jQuery(document).ready(function() {
/*
jQuery('form#wp-cleanfix-form-postbox').submit(
function() {
return false;
});
*/
/**
* Mostra l'animazione gif per attesa ajax
*
* @since 0.1.1
* @var string id del contenitore
*/
function wp_cleanfix_ajax_wait(id) {
jQuery('div#' + id).html( '<div id="ajax-wait"></div>' );
}
/**
* Imposta il bottone di refresh
*
* @since 0.1.1
* @var string button
* @var string command
* @var string id
*/
function wp_cleanfix_ajax_command(button, command, id) {
var cc = !( arguments[3] == undefined );
var uu = (command == '');
var pd = {command: command};
if( !( arguments[4] == undefined ) ) {
var callBack = arguments[4];
}
jQuery('button#' + button).live('click',
function() {
// @since 0.3.0
if(uu) {
alert(wpCleanFixMainL10n.notImplement);
return;
}
if(cc && id != 'database-optimize') {
if(!confirm(wpCleanFixMainL10n.messageConfirm)) {
return;
}
}
if(callBack != undefined) {
var no = callBack();
no.command = pd.command;
pd = no;
}
wp_cleanfix_ajax_wait(id);
jQuery.post( wpCleanFixMainL10n.ajaxURL, pd,
function( data ) {
jQuery('div#' + id).html( data );
// @since 0.5.3
if(id != 'database-optimize' && cc) {
wp_cleanfix_check_optimize();
}
}
);
}
);
}
/**
* Refresh only "database optimize" section
*/
function wp_cleanfix_check_optimize() {
// fix ajax loader
// @since 0.5.3
wp_cleanfix_ajax_wait('database-optimize');
jQuery.post( wpCleanFixMainL10n.ajaxURL, {
command : '$WPCLEANFIX_DATABASE->checkTables();'
},
function( data ) {
jQuery('div#database-optimize').html( data );
}
);
var badge = {command: 'WPCLEANFIX_BADGE::countRepair();' };
jQuery.post( wpCleanFixMainL10n.ajaxURL, badge,
function( data ) {
if(data > 0 || data != '0') {
jQuery('span#wpcleanfix_badge').html('<span class="update-plugins count-%d"><span class="update-count">'+data+'</span></span>');
} else {
jQuery('span#wpcleanfix_badge').html('');
}
}
);
}
/**
* Register refresh button id for refresh all
*/
function wp_cleanfix_refresh_all(button_id, button_ids) {
jQuery('button#' + button_id).click(function(){
for(var i = 0; i < button_ids.length; i++) {
jQuery('button#' + button_ids[i]).trigger('click');
}
});
}
// -----------------------------------------------------------------------------------------------------------------
// Database
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonDatabaseOptimize', '$WPCLEANFIX_DATABASE->optimize();', 'database-optimize', true );
wp_cleanfix_ajax_command('buttonDatabaseOptimizeTableRefresh', '$WPCLEANFIX_DATABASE->checkTables();', 'database-optimize' );
// -------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------
// UserMeta
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonUserMetaRemoveUnlink', '$WPCLEANFIX_USERMETA->removeUserMeta();', 'usersmeta-unused', true );
wp_cleanfix_ajax_command('buttonUserMetaUnusedRefresh', '$WPCLEANFIX_USERMETA->checkUserMeta();', 'usersmeta-unused' );
// -----------------------------------------------------------------------------------------------------------------
// Posts
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_refresh_all('buttonPostsRefreshAll',
['buttonPostRevisionRefresh',
'buttonPostTrashRefresh',
'buttonPostMetaRefresh',
'buttonPostTagsRefresh',
'buttonPostsUsersRefresh',
'buttonPagesUsersRefresh',
'buttonAttachmentsRefresh'
] );
// -----------------------------------------------------------------------------------------------------------------
// Post Revision
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonPostsRemoveRevision', '$WPCLEANFIX_POSTS->removeRevision();', 'posts-revision', true );
wp_cleanfix_ajax_command('buttonPostRevisionRefresh', '$WPCLEANFIX_POSTS->checkRevisions();', 'posts-revision' );
// -----------------------------------------------------------------------------------------------------------------
// Post Trash
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonPostsRemoveTrash', '$WPCLEANFIX_POSTS->removeTrash();', 'posts-trash', true );
wp_cleanfix_ajax_command('buttonPostTrashRefresh', '$WPCLEANFIX_POSTS->checkTrash();', 'posts-trash' );
// -----------------------------------------------------------------------------------------------------------------
// Post Meta
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonPostsRemoveMeta', '$WPCLEANFIX_POSTS->removePostMeta();', 'posts-meta', true );
wp_cleanfix_ajax_command('buttonPostMetaRefresh', '$WPCLEANFIX_POSTS->checkPostMeta();', 'posts-meta' );
// -----------------------------------------------------------------------------------------------------------------
// Post Tags
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_ajax_command('buttonPostsRemoveTag', '$WPCLEANFIX_POSTS->removeTags();', 'posts-tags', true );
wp_cleanfix_ajax_command('buttonPostTagsRefresh', '$WPCLEANFIX_POSTS->checkTags();', 'posts-tags' );
// -----------------------------------------------------------------------------------------------------------------
// Posts Users
// @todo: da fare
wp_cleanfix_ajax_command('buttonpostUsersRemoveUnlink', '$WPCLEANFIX_POSTS->removePostsUsers();', 'posts-users', true );
wp_cleanfix_ajax_command('buttonpostUsersLinkToAuthor', '$WPCLEANFIX_POSTS->relinkPostsUsers();', 'posts-users', true,
function() {
return {
wpcleanfix_post_author_id: jQuery('select#wpcleanfix_post_author_id option:selected').val(),
wpcleanfix_post_ids: jQuery('input#wpcleanfix_post_ids').val()
};
}
);
wp_cleanfix_ajax_command('buttonPostsUsersRefresh', '$WPCLEANFIX_POSTS->checkPostsUsers();', 'posts-users' );
// -----------------------------------------------------------------------------------------------------------------
// Pages Users
// @todo: da fare
wp_cleanfix_ajax_command('buttonpageUsersRemoveUnlink', '$WPCLEANFIX_POSTS->removePostsUsers(page);', 'pages-users', true );
wp_cleanfix_ajax_command('buttonpageUsersLinkToAuthor', '$WPCLEANFIX_POSTS->relinkPostsUsers(page);', 'pages-users', true,
function() {
return {
wpcleanfix_page_author_id: jQuery('select#wpcleanfix_page_author_id option:selected').val(),
wpcleanfix_page_ids: jQuery('input#wpcleanfix_page_ids').val()
};
}
);
wp_cleanfix_ajax_command('buttonPagesUsersRefresh', "$WPCLEANFIX_POSTS->checkPostsUsers(null, true, page);", 'pages-users' );
// -----------------------------------------------------------------------------------------------------------------
// Attachment unlink to Post
// @todo: da fare
wp_cleanfix_ajax_command('buttonAttachementsRemoveUnlink', '$WPCLEANFIX_POSTS->removeAttachment();', 'attachment-post', true );
wp_cleanfix_ajax_command('buttonAttachmentsRefresh', '$WPCLEANFIX_POSTS->checkAttachment();', 'attachment-post' );
// -----------------------------------------------------------------------------------------------------------------
// Find & Replace Post Content
wp_cleanfix_ajax_command('buttonFindReplacePost', '$WPCLEANFIX_POSTS->findAndReplace();', 'find-replace-post-content', true,
function() {
return {
wpcleanfix_find_post_content: jQuery('input#wpcleanfix_find_post_content').val(),
wpcleanfix_replace_post_content: jQuery('input#wpcleanfix_replace_post_content').val()
};
}
);
// -----------------------------------------------------------------------------------------------------------------
// Categories
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_refresh_all('buttonCategoryRefreshAll',
['buttonCategoryUnusedRefresh',
'buttonTermsUnlinkRefresh',
'buttonTermTaxonomyUnlinkRefresh'
] );
// -----------------------------------------------------------------------------------------------------------------
// Category unused
wp_cleanfix_ajax_command('buttonCategoryRemoveUnsed', '$WPCLEANFIX_CATEGORY->removeCategory();', 'category-unused', true );
wp_cleanfix_ajax_command('buttonCategoryUnusedRefresh', '$WPCLEANFIX_CATEGORY->checkCategory();', 'category-unused' );
// Category Terms unlink
wp_cleanfix_ajax_command('buttonTermsUnlinkRemove', '$WPCLEANFIX_CATEGORY->removeTermInTaxonomy();', 'terms-unlink', true );
wp_cleanfix_ajax_command('buttonTermsUnlinkRefresh', '$WPCLEANFIX_CATEGORY->checkTermInTaxonomy();', 'terms-unlink' );
// Category TermTaxonomy unlink
wp_cleanfix_ajax_command('buttonTermTaxonomyUnlinkRemove', '$WPCLEANFIX_CATEGORY->removeTaxonomyInTerm();', 'termtaxonomy-unlink', true );
wp_cleanfix_ajax_command('buttonTermTaxonomyUnlinkRefresh', '$WPCLEANFIX_CATEGORY->checkTaxonomyInTerm();', 'termtaxonomy-unlink' );
// -----------------------------------------------------------------------------------------------------------------
// Comments
// -----------------------------------------------------------------------------------------------------------------
wp_cleanfix_refresh_all('buttonCommentsRefreshAll',
['buttonCommentUnapprovedCommentRefresh',
'buttonCommentTrashCommentRefresh',
'buttonCommentSpamRefresh'
] );
// Unapproved Comments
wp_cleanfix_ajax_command('buttonCommentsRemoveUnapproved', '$WPCLEANFIX_COMMENTS->removeComments();', 'comments-unapproved', true );
wp_cleanfix_ajax_command('buttonCommentUnapprovedCommentRefresh', '$WPCLEANFIX_COMMENTS->checkComments();', 'comments-unapproved' );
// Comments in Trash
wp_cleanfix_ajax_command('buttonCommentsRemoveTrash', '$WPCLEANFIX_COMMENTS->removeTrash();', 'comments-trash', true );
wp_cleanfix_ajax_command('buttonCommentTrashCommentRefresh', '$WPCLEANFIX_COMMENTS->checkTrash();', 'comments-trash' );
// Spam Comments
wp_cleanfix_ajax_command('buttonCommentsRemoveSPAM', '$WPCLEANFIX_COMMENTS->removeSpam();', 'comments-spam', true );
wp_cleanfix_ajax_command('buttonCommentSpamRefresh', '$WPCLEANFIX_COMMENTS->checkSpam();', 'comments-spam' );
// Find & Replace Comment Content
wp_cleanfix_ajax_command('buttonFindReplaceComment', '$WPCLEANFIX_COMMENTS->findAndReplace();', 'find-replace-comment-content', true,
function() {
return {wpcleanfix_find_comment_content: jQuery('input#wpcleanfix_find_comment_content').val(),
wpcleanfix_replace_comment_content: jQuery('input#wpcleanfix_replace_comment_content').val()};
}
);
});

View File

@ -0,0 +1 @@
jQuery(document).ready(function(){jQuery('input#wpCleanFixEditor').change(function(){if(jQuery(this).is(':checked')){jQuery('form#wpCleanFixEditorForm input[type=text]').removeAttr('disabled')}else{jQuery('form#wpCleanFixEditorForm input[type=text]').attr('disabled','disabled')}});jQuery('input#wpCleanFixToolsPostsLimitExcerptLength').change(function(){if(jQuery(this).is(':checked')){jQuery('input#wpCleanFixToolsPostsExcerptLength').removeAttr('disabled')}else{jQuery('input#wpCleanFixToolsPostsExcerptLength').attr('disabled','disabled')}});jQuery('input.wpCleanFixColorSelect').blur(function(){jQuery(this).next().css({background:'#'+jQuery(this).val()})});jQuery('a.wpCleanFixClearNextTextarea').click(function(){jQuery(this).parent().children("textarea").text('');return false})});

View File

@ -0,0 +1,38 @@
/**
* Javascript functions
*
* @package wp-cleanfix
* @subpackage tools.js
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*
*/
jQuery(document).ready(function() {
jQuery('input#wpCleanFixEditor').change(function() {
if (jQuery(this).is(':checked')) {
jQuery('form#wpCleanFixEditorForm input[type=text]').removeAttr('disabled');
} else {
jQuery('form#wpCleanFixEditorForm input[type=text]').attr('disabled', 'disabled');
}
});
jQuery('input#wpCleanFixToolsPostsLimitExcerptLength').change(function() {
if (jQuery(this).is(':checked')) {
jQuery('input#wpCleanFixToolsPostsExcerptLength').removeAttr('disabled');
} else {
jQuery('input#wpCleanFixToolsPostsExcerptLength').attr('disabled', 'disabled');
}
});
jQuery('input.wpCleanFixColorSelect').blur(function() {
jQuery(this).next().css({background: '#' + jQuery(this).val()
});
});
jQuery('a.wpCleanFixClearNextTextarea').click(function() {
jQuery(this).parent().children("textarea").text('');
return false;
});
});

View File

@ -0,0 +1,413 @@
msgid ""
msgstr ""
"Project-Id-Version: WP CleanFix\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-05-11 14:58+0100\n"
"PO-Revision-Date: 2011-05-13 02:29+0100\n"
"Last-Translator: rauchmelder <team@fakten-fiktionen.de>\n"
"Language-Team: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wp-cleanfix_admin.php:112
msgid "Warning!! Are you sure to confirm this operation?"
msgstr "Warnung! Bist du sicher, das diese Operation richtig ist?"
#: ../wp-cleanfix_admin.php:113
msgid "Sorry! Be patient. Not yet implemented in this beta release"
msgstr "Verzeihung, Sei geduldig. Noch nicht implementiert in dier Beta Version"
#: ../wp-cleanfix_admin.php:137
msgid "WP CleanFix - Summary Report"
msgstr "WP CleanFix - Zusammenfassung"
#: ../wp-cleanfix_admin.php:158
#, php-format
msgid "%s Kb tables gain"
msgstr "%s Kb Tabellengewinn"
#: ../wp-cleanfix_admin.php:164
#: ../wp-cleanfix_admin.php:377
msgid "Database"
msgstr "Datenbank"
#: ../wp-cleanfix_admin.php:175
#, php-format
msgid "%s unused User Meta"
msgstr "%s unbenutzte Nutzerdaten"
#: ../wp-cleanfix_admin.php:181
msgid "User Meta"
msgstr "Benutzerdaten"
#: ../wp-cleanfix_admin.php:192
#, php-format
msgid "%s Post Revisions"
msgstr "%s Artikel Revisionen"
#: ../wp-cleanfix_admin.php:198
#, php-format
msgid "%s Post in Trash"
msgstr "%s Artikel im Müll"
#: ../wp-cleanfix_admin.php:204
#, php-format
msgid "%s unused Post Meta"
msgstr "%s ungenutzte Artikeldaten"
#: ../wp-cleanfix_admin.php:210
#, php-format
msgid "%s unused Tags"
msgstr "%s unbenutze Schlagworte"
#: ../wp-cleanfix_admin.php:216
#, php-format
msgid "%s Posts without author"
msgstr "%s Artiekl ohne Autor"
#: ../wp-cleanfix_admin.php:222
#, php-format
msgid "%s Pages without author"
msgstr "%s Seiten ohne Autor"
#: ../wp-cleanfix_admin.php:228
#, php-format
msgid "%s Attachment unlink"
msgstr "%s Anhänge nicht verlinkt"
#: ../wp-cleanfix_admin.php:234
#: ../wp-cleanfix_admin.php:397
msgid "Posts"
msgstr "Artikel"
#: ../wp-cleanfix_admin.php:245
#, php-format
msgid "%s unused Categories"
msgstr "%s ungenutze Kategorien"
#: ../wp-cleanfix_admin.php:251
#, php-format
msgid "%s terms unlink in taxonomy"
msgstr "%s Begriffe nicht benutzt in den Klassifizierungen"
#: ../wp-cleanfix_admin.php:257
#, php-format
msgid "%s taxonomy unlink in term"
msgstr "%s Klassifizierungen noch nicht benutzt ni den Begriffen"
#: ../wp-cleanfix_admin.php:263
#: ../wp-cleanfix_admin.php:407
msgid "Categories"
msgstr "Kategorien"
#: ../wp-cleanfix_admin.php:273
msgid "Go to Repair"
msgstr "Gehe zur Reparatur"
#: ../wp-cleanfix_admin.php:275
msgid "Nothing to Report"
msgstr "Nichts zu berichten"
#: ../wp-cleanfix_admin.php:310
msgid "Your settings have been saved."
msgstr "Deine Einstellungen sind gespeichert"
#: ../wp-cleanfix_admin.php:330
#: ../wp-cleanfix_admin.php:340
#: ../wp-cleanfix_admin.php:366
#: ../wp-cleanfix_admin.php:376
#: ../wp-cleanfix_admin.php:386
#: ../wp-cleanfix_admin.php:396
#: ../wp-cleanfix_admin.php:406
#: ../wp-cleanfix_admin.php:416
msgid "Open/Collapse"
msgstr "Geöffnet/Fehlgeschlagen"
#: ../wp-cleanfix_admin.php:367
msgid "Important informations"
msgstr "Wichtige Informationen"
#: ../wp-cleanfix_admin.php:387
msgid "Users"
msgstr "Nutzer"
#: ../wp-cleanfix_admin.php:417
msgid "Comments"
msgstr "Kommentare"
#: ../wp-cleanfix_admin.php:441
#: ../module/database_view.php:16
msgid "Refresh"
msgstr "Erneuert"
#: ../wp-cleanfix_admin.php:452
msgid "Refresh All"
msgstr "Erneuere alles"
#: ../wp-cleanfix_admin.php:470
msgid "For more info and plugins visit"
msgstr "Für mehr Information und Plugins besuche"
#: ../wp-cleanfix_admin.php:482
msgid "Settings"
msgstr "Einstellungen"
#: ../module/category.php:40
#: ../module/category.php:88
#: ../module/category.php:124
#: ../module/comments.php:40
#: ../module/comments.php:80
#: ../module/comments.php:120
#: ../module/posts.php:43
#: ../module/posts.php:86
#: ../module/posts.php:128
#: ../module/posts.php:209
#: ../module/posts.php:275
#: ../module/usermeta.php:32
msgid "Erase!"
msgstr "Lösche!"
#: ../module/category.php:43
#: ../module/category.php:91
#: ../module/category.php:130
#: ../module/comments.php:43
#: ../module/comments.php:83
#: ../module/comments.php:123
#: ../module/database.php:91
#: ../module/posts.php:46
#: ../module/posts.php:89
#: ../module/posts.php:131
#: ../module/posts.php:174
#: ../module/posts.php:232
#: ../module/posts.php:278
#: ../module/usermeta.php:35
msgid "None"
msgstr "Nichts"
#: ../module/category.php:45
#, php-format
msgid "%s Categories erased"
msgstr "%s Kategorien gelöscht"
#: ../module/category.php:64
msgid "erased external links too"
msgstr "lösche äußere Verweise auch"
#: ../module/category.php:93
#, php-format
msgid "%s Terms erased"
msgstr "%s Begriffe gelöscht"
#: ../module/category.php:132
#, php-format
msgid "%s Taxonomy erased"
msgstr "%s Klassifizierungen gelöscht"
#: ../module/category_view.php:17
#: ../module/comments_view.php:16
#: ../module/database_view.php:17
#: ../module/posts_view.php:17
msgid "Action"
msgstr "Aktion"
#: ../module/category_view.php:18
#: ../module/comments_view.php:17
#: ../module/database_view.php:18
#: ../module/posts_view.php:18
msgid "Status"
msgstr ""
#: ../module/category_view.php:27
msgid "Unused Categories"
msgstr "Unbenutzte Kategorien"
#: ../module/category_view.php:39
msgid "Unlink Terms"
msgstr "unbenutze Begriffe"
#: ../module/category_view.php:51
msgid "Unlink Taxonomy"
msgstr "Getrennte Klassifizierungen"
#: ../module/comments.php:36
#: ../module/comments.php:76
#: ../module/comments.php:116
msgid "Quick View"
msgstr "Schnellansicht"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid "Check Them"
msgstr "Überprüfe es"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid ", or Do you want erase them?"
msgstr ", oder willst du es löschen?"
#: ../module/comments.php:45
#: ../module/comments.php:85
#: ../module/comments.php:125
#, php-format
msgid "%s Comments erased"
msgstr "%s Kommentare gelöscht"
#: ../module/comments.php:153
#: ../module/posts.php:308
#, php-format
msgid "%s - found and replaced - "
msgstr "%s - gefunden und ersetzt - "
#: ../module/comments.php:155
#: ../module/posts.php:310
msgid "Find:"
msgstr "Finde:"
#: ../module/comments.php:155
#: ../module/posts.php:313
msgid "and replace with:"
msgstr "und ersetze mit:"
#: ../module/comments.php:155
#: ../module/posts.php:314
msgid "Find/Replace"
msgstr "Finde/Ersetze"
#: ../module/comments_view.php:26
msgid "Unapproved Comments"
msgstr "ungenehmigte Kommentare"
#: ../module/comments_view.php:40
msgid "Comments in Trash"
msgstr "Kommentare im Müll"
#: ../module/comments_view.php:54
msgid "SPAM Comments"
msgstr "SPAM Kommentare"
#: ../module/comments_view.php:65
#: ../module/posts_view.php:108
msgid "Tools"
msgstr "Werkzeuge"
#: ../module/comments_view.php:67
msgid "Comment Content"
msgstr "Kommentar Inhalt"
#: ../module/database.php:45
msgid "Internal Error #1: no such DB_NAME setting properly"
msgstr "Inter Fehler #1: "
#: ../module/database.php:80
#, php-format
msgid "%s of %s:"
msgstr "%s von %s:"
#: ../module/database.php:83
msgid " if optimized them you gain:"
msgstr "wenn optimiert, gewinnst du:"
#: ../module/database.php:85
msgid "Optimizes!"
msgstr "Optimiert!"
#: ../module/database_view.php:27
msgid "Tables optimize"
msgstr "Tabellen optimier!"
#: ../module/info.php:13
msgid "WARNING! SOME ACTION IS POTENTIALLY DANGEROUS FOR YOUR DATABASE INTEGRETY. PLEASE MAKE A DATABASE'S BACKUP BEFORE EXECUTE ANY DELETING OR ANY ACTION. ALL DELETING OPERATIONS ARE IRREVERSIBLE!"
msgstr "WARNUNG! MANCHE AKTIONEN SIND POTENTIELL GEFÄHRLICH FÜR DIE DATENBANK INTEGRITÄT, BITTE SICHERE DEINE DATENBANK BEVOR DU EINE AKTION STARTEST ODER IRGEND ETWAS LÖSCHST: JEDE LÖSCHOPERATION IST NICHT MEHR RÜCKGÄNGIG ZU MACHEN!"
#: ../module/posts.php:48
#: ../module/posts.php:91
#: ../module/posts.php:133
#: ../module/posts.php:176
#, php-format
msgid "%s Rows erased"
msgstr "%s Reihen gelöscht"
#: ../module/posts.php:171
msgid "Erased!"
msgstr "Gelöscht!"
#: ../module/posts.php:220
msgid "Or link to: "
msgstr "Oder verweise zu: "
#: ../module/posts.php:229
msgid "Link"
msgstr "Verweis"
#: ../module/posts.php:248
#, php-format
msgid "%s Posts relinked"
msgstr "%s Artikel neu verlinkt"
#: ../module/posts.php:256
#, php-format
msgid "%s Posts erased"
msgstr "%s Artikel gelöscht"
#: ../module/posts.php:280
#, php-format
msgid "%s Attachments erased"
msgstr "%s Anhänge gelöscht"
#: ../module/posts_view.php:26
msgid "Revisions"
msgstr "Revisionen"
#: ../module/posts_view.php:38
msgid "Trash"
msgstr "Müll"
#: ../module/posts_view.php:50
msgid "Post Meta"
msgstr "Artikeldaten"
#: ../module/posts_view.php:62
msgid "Tags"
msgstr "Schlagworte"
#: ../module/posts_view.php:74
msgid "Posts without author"
msgstr "Artikel ohne Autor"
#: ../module/posts_view.php:86
msgid "Pages without author"
msgstr "Seiten ohne Autor"
#: ../module/posts_view.php:98
msgid "Attachment without Post"
msgstr "Anhänge ohne Artikel"
#: ../module/posts_view.php:110
msgid "Post Content"
msgstr "Artikel Inhalt"
#: ../module/usermeta.php:37
#, php-format
msgid "%s User Meta erased"
msgstr "%s Nutzerdaten gelöscht"
#: ../module/usersmeta.php:21
msgid "unused User Meta:"
msgstr "unbenutzte Nutzerdaten:"
#: ../module/usersmeta.php:28
msgid "no unused User Meta"
msgstr "genutzte Nutzerdaten"
#: ../module/usersmeta.php:30
#, php-format
msgid "%s - User Meta erased"
msgstr "%s - Nutzerdaten gelöscht"

View File

@ -0,0 +1,413 @@
msgid ""
msgstr ""
"Project-Id-Version: WP CleanFix\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-05-11 14:58+0100\n"
"PO-Revision-Date: 2010-06-27 21:26+0100\n"
"Last-Translator: Valentin Brandt <nitraxer@gmail.com>\n"
"Language-Team: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wp-cleanfix_admin.php:112
msgid "Warning!! Are you sure to confirm this operation?"
msgstr "Attention ! Être-vous sûr de vouloir faire cette opération ?"
#: ../wp-cleanfix_admin.php:113
msgid "Sorry! Be patient. Not yet implemented in this beta release"
msgstr "Désolé ! Soyez patient. Ce n'est pas encore implémenté dans cette version beta."
#: ../wp-cleanfix_admin.php:137
msgid "WP CleanFix - Summary Report"
msgstr "WordPress CleanFix - Informations importantes !"
#: ../wp-cleanfix_admin.php:158
#, php-format
msgid "%s Kb tables gain"
msgstr "%s "
#: ../wp-cleanfix_admin.php:164
#: ../wp-cleanfix_admin.php:377
msgid "Database"
msgstr "Base de données"
#: ../wp-cleanfix_admin.php:175
#, php-format
msgid "%s unused User Meta"
msgstr "%s informations d'utilisateurs inutilisées :"
#: ../wp-cleanfix_admin.php:181
msgid "User Meta"
msgstr "Informations d'utilisateurs"
#: ../wp-cleanfix_admin.php:192
#, php-format
msgid "%s Post Revisions"
msgstr "%s Brouillons d'articles"
#: ../wp-cleanfix_admin.php:198
#, php-format
msgid "%s Post in Trash"
msgstr "%s articles dans votre corbeille"
#: ../wp-cleanfix_admin.php:204
#, php-format
msgid "%s unused Post Meta"
msgstr "%s informations d'articles inutilisées :"
#: ../wp-cleanfix_admin.php:210
#, php-format
msgid "%s unused Tags"
msgstr "%s informations de mots-clefs inutilisées :"
#: ../wp-cleanfix_admin.php:216
#, php-format
msgid "%s Posts without author"
msgstr "%s articles sans auteur"
#: ../wp-cleanfix_admin.php:222
#, php-format
msgid "%s Pages without author"
msgstr "%s pages sans auteur"
#: ../wp-cleanfix_admin.php:228
#, php-format
msgid "%s Attachment unlink"
msgstr "%s pièces jointes dissociées"
#: ../wp-cleanfix_admin.php:234
#: ../wp-cleanfix_admin.php:397
msgid "Posts"
msgstr "Articles"
#: ../wp-cleanfix_admin.php:245
#, php-format
msgid "%s unused Categories"
msgstr "%s catégories non utilisées"
#: ../wp-cleanfix_admin.php:251
#, php-format
msgid "%s terms unlink in taxonomy"
msgstr "%s conditions non associées dans les taxinomies"
#: ../wp-cleanfix_admin.php:257
#, php-format
msgid "%s taxonomy unlink in term"
msgstr "%s taxinomies non associées dans les conditions"
#: ../wp-cleanfix_admin.php:263
#: ../wp-cleanfix_admin.php:407
msgid "Categories"
msgstr "Catégories"
#: ../wp-cleanfix_admin.php:273
msgid "Go to Repair"
msgstr "Démarrer la réparation"
#: ../wp-cleanfix_admin.php:275
msgid "Nothing to Report"
msgstr "Rien à raporter"
#: ../wp-cleanfix_admin.php:310
msgid "Your settings have been saved."
msgstr "Vos paramètres ont été enregistrés."
#: ../wp-cleanfix_admin.php:330
#: ../wp-cleanfix_admin.php:340
#: ../wp-cleanfix_admin.php:366
#: ../wp-cleanfix_admin.php:376
#: ../wp-cleanfix_admin.php:386
#: ../wp-cleanfix_admin.php:396
#: ../wp-cleanfix_admin.php:406
#: ../wp-cleanfix_admin.php:416
msgid "Open/Collapse"
msgstr "Ouvrir/Réduire"
#: ../wp-cleanfix_admin.php:367
msgid "Important informations"
msgstr "Informations importantes"
#: ../wp-cleanfix_admin.php:387
msgid "Users"
msgstr "Utilisateurs"
#: ../wp-cleanfix_admin.php:417
msgid "Comments"
msgstr "Commentaires"
#: ../wp-cleanfix_admin.php:441
#: ../module/database_view.php:16
msgid "Refresh"
msgstr "Actualiser"
#: ../wp-cleanfix_admin.php:452
msgid "Refresh All"
msgstr "Tout actualiser"
#: ../wp-cleanfix_admin.php:470
msgid "For more info and plugins visit"
msgstr "Pour plus d'informations et d'extensions visitez"
#: ../wp-cleanfix_admin.php:482
msgid "Settings"
msgstr "Paramètres"
#: ../module/category.php:40
#: ../module/category.php:88
#: ../module/category.php:124
#: ../module/comments.php:40
#: ../module/comments.php:80
#: ../module/comments.php:120
#: ../module/posts.php:43
#: ../module/posts.php:86
#: ../module/posts.php:128
#: ../module/posts.php:209
#: ../module/posts.php:275
#: ../module/usermeta.php:32
msgid "Erase!"
msgstr "Supprimer !"
#: ../module/category.php:43
#: ../module/category.php:91
#: ../module/category.php:130
#: ../module/comments.php:43
#: ../module/comments.php:83
#: ../module/comments.php:123
#: ../module/database.php:91
#: ../module/posts.php:46
#: ../module/posts.php:89
#: ../module/posts.php:131
#: ../module/posts.php:174
#: ../module/posts.php:232
#: ../module/posts.php:278
#: ../module/usermeta.php:35
msgid "None"
msgstr "Aucun"
#: ../module/category.php:45
#, php-format
msgid "%s Categories erased"
msgstr "%s catégories effacés"
#: ../module/category.php:64
msgid "erased external links too"
msgstr "Effacer les liens externes"
#: ../module/category.php:93
#, php-format
msgid "%s Terms erased"
msgstr "%s conditions effacées"
#: ../module/category.php:132
#, php-format
msgid "%s Taxonomy erased"
msgstr "%s taxinomies effacées"
#: ../module/category_view.php:17
#: ../module/comments_view.php:16
#: ../module/database_view.php:17
#: ../module/posts_view.php:17
msgid "Action"
msgstr "Action"
#: ../module/category_view.php:18
#: ../module/comments_view.php:17
#: ../module/database_view.php:18
#: ../module/posts_view.php:18
msgid "Status"
msgstr "Status"
#: ../module/category_view.php:27
msgid "Unused Categories"
msgstr "Catégories non utilisées"
#: ../module/category_view.php:39
msgid "Unlink Terms"
msgstr "Conditions non suivies"
#: ../module/category_view.php:51
msgid "Unlink Taxonomy"
msgstr "Taxinomies non utilisées"
#: ../module/comments.php:36
#: ../module/comments.php:76
#: ../module/comments.php:116
msgid "Quick View"
msgstr "Vue rapide"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid "Check Them"
msgstr "Les vérifier"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid ", or Do you want erase them?"
msgstr ", ou voulez-vous les effacer ?"
#: ../module/comments.php:45
#: ../module/comments.php:85
#: ../module/comments.php:125
#, php-format
msgid "%s Comments erased"
msgstr "%s commentaires effacés"
#: ../module/comments.php:153
#: ../module/posts.php:308
#, php-format
msgid "%s - found and replaced - "
msgstr "%s - trouvés et remplacés"
#: ../module/comments.php:155
#: ../module/posts.php:310
msgid "Find:"
msgstr "Trouver:"
#: ../module/comments.php:155
#: ../module/posts.php:313
msgid "and replace with:"
msgstr "et remplacer avec:"
#: ../module/comments.php:155
#: ../module/posts.php:314
msgid "Find/Replace"
msgstr "Trouver/Remplacer"
#: ../module/comments_view.php:26
msgid "Unapproved Comments"
msgstr "Commentaires en attente de relecture"
#: ../module/comments_view.php:40
msgid "Comments in Trash"
msgstr "Commentaires dans la corbeille"
#: ../module/comments_view.php:54
msgid "SPAM Comments"
msgstr "Commentaires indésirables"
#: ../module/comments_view.php:65
#: ../module/posts_view.php:108
msgid "Tools"
msgstr "Outils"
#: ../module/comments_view.php:67
msgid "Comment Content"
msgstr "Contenu des commentaires"
#: ../module/database.php:45
msgid "Internal Error #1: no such DB_NAME setting properly"
msgstr "Erreur interne #1 : DB_NAME incorrect"
#: ../module/database.php:80
#, php-format
msgid "%s of %s:"
msgstr "%s de %s"
#: ../module/database.php:83
msgid " if optimized them you gain:"
msgstr "si vous optimisez cela, vous gagnez :"
#: ../module/database.php:85
msgid "Optimizes!"
msgstr "Optimisez !"
#: ../module/database_view.php:27
msgid "Tables optimize"
msgstr "Optimisez les tables"
#: ../module/info.php:13
msgid "WARNING! SOME ACTION IS POTENTIALLY DANGEROUS FOR YOUR DATABASE INTEGRETY. PLEASE MAKE A DATABASE'S BACKUP BEFORE EXECUTE ANY DELETING OR ANY ACTION. ALL DELETING OPERATIONS ARE IRREVERSIBLE!"
msgstr "ATTENTION! CES ACTIONS SONT POTENTIELLEMENT DANGEREUSE POUR VOTRE BLOG ! S'IL VOUS PLAÎT FAITES DES SAUVEGARDES DE VOTRE BASE DE DONNÉES AVANT D'EXÉCUTER DES OPÉRATIONS. TOUTES LES DONNÉES SÉLECTIONNÉES SERONT SUPPRIMÉES, C'EST IRRÉVERSIBLE !"
#: ../module/posts.php:48
#: ../module/posts.php:91
#: ../module/posts.php:133
#: ../module/posts.php:176
#, php-format
msgid "%s Rows erased"
msgstr "%s lignes effacées"
#: ../module/posts.php:171
msgid "Erased!"
msgstr "Effacez !"
#: ../module/posts.php:220
msgid "Or link to: "
msgstr "Ou lier à "
#: ../module/posts.php:229
msgid "Link"
msgstr "Liens"
#: ../module/posts.php:248
#, php-format
msgid "%s Posts relinked"
msgstr "%s articles lier"
#: ../module/posts.php:256
#, php-format
msgid "%s Posts erased"
msgstr "%s articles effacés"
#: ../module/posts.php:280
#, php-format
msgid "%s Attachments erased"
msgstr "%s pièces jointes effacées"
#: ../module/posts_view.php:26
msgid "Revisions"
msgstr "Brouillon"
#: ../module/posts_view.php:38
msgid "Trash"
msgstr "Corbeille"
#: ../module/posts_view.php:50
msgid "Post Meta"
msgstr "Données d'articles"
#: ../module/posts_view.php:62
msgid "Tags"
msgstr "Mots-clefs"
#: ../module/posts_view.php:74
msgid "Posts without author"
msgstr "Articles sans auteur"
#: ../module/posts_view.php:86
msgid "Pages without author"
msgstr "Page sans auteur"
#: ../module/posts_view.php:98
msgid "Attachment without Post"
msgstr "%s pièces jointes sans articles"
#: ../module/posts_view.php:110
msgid "Post Content"
msgstr "Contenu de l'article"
#: ../module/usermeta.php:37
#, php-format
msgid "%s User Meta erased"
msgstr "%s données d'utilisateurs effacées"
#: ../module/usersmeta.php:21
msgid "unused User Meta:"
msgstr "informations d'utilisateurs inutilisées :"
#: ../module/usersmeta.php:28
msgid "no unused User Meta"
msgstr "informations d'utilisateurs non utilisées :"
#: ../module/usersmeta.php:30
#, php-format
msgid "%s - User Meta erased"
msgstr "%s informations d'utilisateurs effacées :"

View File

@ -0,0 +1,499 @@
# Translation of the WordPress plugin WP-CLEANFIX 1.0.0 by Giovambattista Fazioli.
# Copyright (C) 2010 Giovambattista Fazioli
# This file is distributed under the same license as the WP-CLEANFIX package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: WP CleanFix\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-06-22 23:10+0100\n"
"PO-Revision-Date: 2011-06-22 23:14+0100\n"
"Last-Translator: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"Language-Team: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wp-cleanfix_admin.php:118
msgid "Cheatin&#8217; uh?"
msgstr ""
#: ../wp-cleanfix_admin.php:170
msgid "Warning!! Are you sure to confirm this operation?"
msgstr "Attenzione! Sei sicuro di voler eseguire questa operazione?"
#: ../wp-cleanfix_admin.php:171
msgid "Sorry! Be patient. Not yet implemented in this beta release"
msgstr "Spiacente! Si paziente. Non implementata in questa beta release"
#: ../wp-cleanfix_admin.php:219
msgid "WP CleanFix - Summary Report"
msgstr "WP CleanFix - Relazione di sintesi"
#: ../wp-cleanfix_admin.php:271
#, php-format
msgid "%s Kb tables gain"
msgstr "%s Kb in eccesso"
#: ../wp-cleanfix_admin.php:277
#: ../wp-cleanfix_admin.php:447
msgid "Database"
msgstr "Database"
#: ../wp-cleanfix_admin.php:288
#, php-format
msgid "%s unused User Meta"
msgstr "%s User Meta non utilizzati"
#: ../wp-cleanfix_admin.php:294
msgid "User Meta"
msgstr "User Meta"
#: ../wp-cleanfix_admin.php:305
#, php-format
msgid "%s Post Revisions"
msgstr "%s Revisioni Articoli"
#: ../wp-cleanfix_admin.php:311
#, php-format
msgid "%s Post in Trash"
msgstr "%s Articoli nel Cestino"
#: ../wp-cleanfix_admin.php:317
#, php-format
msgid "%s unused Post Meta"
msgstr "%s Articoli Meta non utilizzati"
#: ../wp-cleanfix_admin.php:323
#, php-format
msgid "%s unused Tags"
msgstr "%s Tags non utilizzati"
#: ../wp-cleanfix_admin.php:329
#, php-format
msgid "%s Posts without author"
msgstr "%s Articoli senza Autore"
#: ../wp-cleanfix_admin.php:335
#, php-format
msgid "%s Pages without author"
msgstr "%s Pagine senza Autore"
#: ../wp-cleanfix_admin.php:341
#, php-format
msgid "%s Attachment unlink"
msgstr "%s Allegati non collegati"
#: ../wp-cleanfix_admin.php:347
#: ../wp-cleanfix_admin.php:449
msgid "Posts"
msgstr "Articoli"
#: ../wp-cleanfix_admin.php:358
#, php-format
msgid "%s unused Categories"
msgstr "%s Categorie non utilizzate"
#: ../wp-cleanfix_admin.php:364
#, php-format
msgid "%s terms unlink in taxonomy"
msgstr "%s Termini non collegati a nessuna Taxonomia"
#: ../wp-cleanfix_admin.php:370
#, php-format
msgid "%s taxonomy unlink in term"
msgstr "%s Taxonomie non collegate a nessun Termine"
#: ../wp-cleanfix_admin.php:376
#: ../wp-cleanfix_admin.php:450
msgid "Categories"
msgstr "Categorie"
#: ../wp-cleanfix_admin.php:386
msgid "Go to Repair"
msgstr "Ripara"
#: ../wp-cleanfix_admin.php:388
msgid "Nothing to Report"
msgstr "Nulla da segnalare"
#: ../wp-cleanfix_admin.php:395
#: ../wp-cleanfix_admin.php:583
msgid "Look the new \"CleanFix Tools\" panel for to extend Wordpress features: utility, comodity and tools "
msgstr "Visita il nuovo pannello \"CleanFix Tools\" per estendere le funzionalità di Wordpress"
#: ../wp-cleanfix_admin.php:418
msgid "CleanFix Tools"
msgstr ""
#: ../wp-cleanfix_admin.php:426
msgid "Comodity"
msgstr "Comodità"
#: ../wp-cleanfix_admin.php:427
msgid "Extends Editor"
msgstr "Estensioni Editor"
#: ../wp-cleanfix_admin.php:428
msgid "Extends Posts"
msgstr "Estensioni Post"
#: ../wp-cleanfix_admin.php:446
msgid "Important informations"
msgstr "Informazioni importanti"
#: ../wp-cleanfix_admin.php:448
msgid "Users"
msgstr "Utenti"
#: ../wp-cleanfix_admin.php:451
msgid "Comments"
msgstr "Commenti"
#: ../wp-cleanfix_admin.php:495
#: ../wp-cleanfix_admin.php:565
msgid "Your settings have been saved."
msgstr "Le tue impostazioni sono state salvate"
#: ../wp-cleanfix_admin.php:509
#: ../wp-cleanfix_admin.php:579
#: ../wp-cleanfix_admin.php:659
msgid "For more info and plugins visit"
msgstr "Per maggiori informazioni e Plugin visita"
#: ../wp-cleanfix_admin.php:630
#: ../module/database_view.php:16
msgid "Refresh"
msgstr "Aggiorna"
#: ../wp-cleanfix_admin.php:641
msgid "Refresh All"
msgstr "Aggiorna tutto"
#: ../wp-cleanfix_admin.php:671
msgid "Settings"
msgstr "Impostazioni"
#: ../module/category.php:40
#: ../module/category.php:88
#: ../module/category.php:124
#: ../module/comments.php:40
#: ../module/comments.php:80
#: ../module/comments.php:120
#: ../module/posts.php:43
#: ../module/posts.php:86
#: ../module/posts.php:128
#: ../module/posts.php:210
#: ../module/posts.php:276
msgid "Erase!"
msgstr "Elimina!"
#: ../module/category.php:43
#: ../module/category.php:91
#: ../module/category.php:130
#: ../module/comments.php:43
#: ../module/comments.php:83
#: ../module/comments.php:123
#: ../module/database.php:95
#: ../module/posts.php:46
#: ../module/posts.php:89
#: ../module/posts.php:131
#: ../module/posts.php:175
#: ../module/posts.php:233
#: ../module/posts.php:279
msgid "None"
msgstr "Nessuno"
#: ../module/category.php:45
#, php-format
msgid "%s Categories erased"
msgstr "%s Categorie eliminate"
#: ../module/category.php:64
msgid "erased external links too"
msgstr "elimina anche i collegamenti esterni"
#: ../module/category.php:93
#, php-format
msgid "%s Terms erased"
msgstr "%s Termini eliminati"
#: ../module/category.php:132
#, php-format
msgid "%s Taxonomy erased"
msgstr "%s Taxonomie eliminate"
#: ../module/category_view.php:17
#: ../module/comments_view.php:16
#: ../module/database_view.php:17
#: ../module/posts_view.php:17
msgid "Action"
msgstr "Azione"
#: ../module/category_view.php:18
#: ../module/comments_view.php:17
#: ../module/database_view.php:18
#: ../module/posts_view.php:18
msgid "Status"
msgstr "Stato"
#: ../module/category_view.php:27
msgid "Unused Categories"
msgstr "Categorie non utilizzate"
#: ../module/category_view.php:39
msgid "Unlink Terms"
msgstr "Termini non collegati"
#: ../module/category_view.php:51
msgid "Unlink Taxonomy"
msgstr "Taxonomie non collegate"
#: ../module/comments.php:36
#: ../module/comments.php:76
#: ../module/comments.php:116
msgid "Quick View"
msgstr "Vista rapida"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid "Check Them"
msgstr "Controllali"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid ", or Do you want erase them?"
msgstr ", o vuoi eliminarli?"
#: ../module/comments.php:45
#: ../module/comments.php:85
#: ../module/comments.php:125
#, php-format
msgid "%s Comments erased"
msgstr "%s Commenti eliminati"
#: ../module/comments.php:153
#: ../module/posts.php:309
#, php-format
msgid "%s - found and replaced - "
msgstr "%s - trovati e sostituiti -"
#: ../module/comments.php:155
#: ../module/posts.php:311
msgid "Find:"
msgstr "Trova:"
#: ../module/comments.php:155
#: ../module/posts.php:314
msgid "and replace with:"
msgstr "e sostituisci con:"
#: ../module/comments.php:155
#: ../module/posts.php:315
msgid "Find/Replace"
msgstr "Trova/Sostituisci"
#: ../module/comments_view.php:26
msgid "Unapproved Comments"
msgstr "Commenti non approvati"
#: ../module/comments_view.php:40
msgid "Comments in Trash"
msgstr "Commenti nel Cestino"
#: ../module/comments_view.php:54
msgid "SPAM Comments"
msgstr "Commenti SPAM"
#: ../module/comments_view.php:65
#: ../module/posts_view.php:108
msgid "Tools"
msgstr "Strumenti"
#: ../module/comments_view.php:67
msgid "Comment Content"
msgstr "Contenuto Commenti"
#: ../module/database.php:45
msgid "Internal Error #1: no such DB_NAME setting properly"
msgstr "Errore Interno #1: manca la definizione di DB_NAME"
#: ../module/database.php:84
#, php-format
msgid "%s of %s:"
msgstr "%s di %s:"
#: ../module/database.php:87
msgid " if optimized them you gain:"
msgstr "se le ottimizzi guadagneresti:"
#: ../module/database.php:89
msgid "Optimize!"
msgstr "Ottimizza!"
#: ../module/database_view.php:27
msgid "Tables optimize"
msgstr "Tabelle da ottimizzare"
#: ../module/info.php:13
#, fuzzy
msgid "WARNING! SOME ACTIONS CAN POTENTIALLY COMPROMISE THE INTEGRITY OF YOUR DATABASE. PLEASE BACKUP YOUR DATABASE BEFORE EXECUTING ANY ACTIONS. ALL DELETIONS ARE IRREVERSIBLE!"
msgstr "ATTENZIONE!! QUALCHE AZIONE POTREBBE ESSERE POTENZIALMENTE PERICOLOSA PER L'INTEGRITA' DEL DATABASE. ASSICURATI DI ESEGUIRE UNA COPIA DI BACKUP DEL DATABASE PRIMA DI EFFETTUARE QUALSIASI AZIONE. TUTTE LE FUNZIONI DI RIMOZIONE SONO IRREVERSIBILI!"
#: ../module/posts.php:48
#: ../module/posts.php:91
#: ../module/posts.php:133
#: ../module/posts.php:177
#, php-format
msgid "%s Rows erased"
msgstr "%s righe eliminate"
#: ../module/posts.php:172
msgid "Erased!"
msgstr "Eliminate!"
#: ../module/posts.php:221
msgid "Or link to: "
msgstr "O collegali a:"
#: ../module/posts.php:230
msgid "Link"
msgstr "Collega"
#: ../module/posts.php:249
#, php-format
msgid "%s Posts relinked"
msgstr "%s Articoli ricollegati"
#: ../module/posts.php:257
#, php-format
msgid "%s Posts erased"
msgstr "%s Articoli eliminati"
#: ../module/posts.php:281
#, php-format
msgid "%s Attachments erased"
msgstr "%s Allegati eliminati"
#: ../module/posts_view.php:26
msgid "Revisions"
msgstr "Revisioni"
#: ../module/posts_view.php:38
msgid "Trash"
msgstr "Cestino"
#: ../module/posts_view.php:50
msgid "Post Meta"
msgstr "Post Meta"
#: ../module/posts_view.php:62
msgid "Tags"
msgstr "Tags"
#: ../module/posts_view.php:74
msgid "Posts without author"
msgstr "Articoli senza Autore"
#: ../module/posts_view.php:86
msgid "Pages without author"
msgstr "Pagine senza Autore"
#: ../module/posts_view.php:98
msgid "Attachment without Post"
msgstr "Allegati senza Autore"
#: ../module/posts_view.php:110
msgid "Post Content"
msgstr "Contenuto articolo"
#: ../module/tools_comodity_view.php:23
msgid "Remove Frontend Admin Bar"
msgstr "Rimuove la barra di amministrazione dal Frontend"
#: ../module/tools_comodity_view.php:26
msgid "Add to header:"
msgstr "Aggiungi all'header:"
#: ../module/tools_comodity_view.php:27
#: ../module/tools_comodity_view.php:35
msgid "Clear"
msgstr "Pulisci"
#: ../module/tools_comodity_view.php:34
msgid "Add to footer:"
msgstr "Aggiungi al footer:"
#: ../module/tools_comodity_view.php:43
#: ../module/tools_editor_view.php:74
#: ../module/tools_posts_view.php:31
msgid "Save"
msgstr "Salva"
#: ../module/tools_editor_view.php:23
msgid "Fix HTML editor"
msgstr "Fissa l'editor HTML"
#: ../module/tools_editor_view.php:25
msgid "Font name:"
msgstr "Nome del font:"
#: ../module/tools_editor_view.php:28
msgid "(Ex. Monaco, Curier)"
msgstr "(Es. Monaco, Courier)"
#: ../module/tools_editor_view.php:31
msgid "Editor's height:"
msgstr "Altezza Editor:"
#: ../module/tools_editor_view.php:38
msgid "Text size:"
msgstr "Dimensione testo;"
#: ../module/tools_editor_view.php:45
msgid "Background color:"
msgstr "Colore di sfondo:"
#: ../module/tools_editor_view.php:56
msgid "Text color:"
msgstr "Colore del testo:"
#: ../module/tools_editor_view.php:67
msgid "Extra HTML tags allowed:"
msgstr "Altri tag permessi:"
#: ../module/tools_posts_view.php:23
msgid "Limit Excerpt Length"
msgstr "Lunghezza del riassunto"
#: ../module/tools_posts_view.php:27
msgid "Characters"
msgstr "Caratteri"
#: ../module/usermeta.php:37
#, php-format
msgid "%s User Meta erased"
msgstr "%s User Meta eliminati"
#: ../module/usersmeta.php:21
msgid "unused User Meta:"
msgstr "%s User Meta non utilizzati:"
#: ../module/usersmeta.php:28
msgid "no unused User Meta"
msgstr "Nessuno User Meta non utilizzati"
#: ../module/usersmeta.php:30
#, php-format
msgid "%s - User Meta erased"
msgstr "%s User Meta eliminati"
#~ msgid "Open/Collapse"
#~ msgstr "Apri/Collassa"

View File

@ -0,0 +1,413 @@
msgid ""
msgstr ""
"Project-Id-Version: WP CleanFix\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-05-11 14:58+0100\n"
"PO-Revision-Date: 2010-10-04 14:14+0200\n"
"Last-Translator: Baris Unver <baris.unver@beyn.org>\n"
"Language-Team: Baris Unver <baris.unver@beyn.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Turkish\n"
"X-Poedit-Country: TURKEY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wp-cleanfix_admin.php:112
msgid "Warning!! Are you sure to confirm this operation?"
msgstr "Dikkat!! Bu eylemi onaylıyor musunuz?"
#: ../wp-cleanfix_admin.php:113
msgid "Sorry! Be patient. Not yet implemented in this beta release"
msgstr "Üzgünüm! Sabırlı olun; bu özellik bu BETA sürümünde mevcut değil"
#: ../wp-cleanfix_admin.php:137
msgid "WP CleanFix - Summary Report"
msgstr "WP CleanFix - Özet Rapor"
#: ../wp-cleanfix_admin.php:158
#, php-format
msgid "%s Kb tables gain"
msgstr "%s KB tablo artığı"
#: ../wp-cleanfix_admin.php:164
#: ../wp-cleanfix_admin.php:377
msgid "Database"
msgstr "Veritabanı"
#: ../wp-cleanfix_admin.php:175
#, php-format
msgid "%s unused User Meta"
msgstr "%s kullanılmayan kullanıcı Meta Bilgisi var."
#: ../wp-cleanfix_admin.php:181
msgid "User Meta"
msgstr "Kullanıcı Meta Bilgisi"
#: ../wp-cleanfix_admin.php:192
#, php-format
msgid "%s Post Revisions"
msgstr "%s yazı sürümü var."
#: ../wp-cleanfix_admin.php:198
#, php-format
msgid "%s Post in Trash"
msgstr "%s yazı çöpte."
#: ../wp-cleanfix_admin.php:204
#, php-format
msgid "%s unused Post Meta"
msgstr "%s kullanılmayan yazı Meta bilgisi var."
#: ../wp-cleanfix_admin.php:210
#, php-format
msgid "%s unused Tags"
msgstr "%s kullanılmayan etiket var."
#: ../wp-cleanfix_admin.php:216
#, php-format
msgid "%s Posts without author"
msgstr "%s yazının yazarı yok."
#: ../wp-cleanfix_admin.php:222
#, php-format
msgid "%s Pages without author"
msgstr "%s sayfanın yazarı yok."
#: ../wp-cleanfix_admin.php:228
#, php-format
msgid "%s Attachment unlink"
msgstr "%s bağlantısız ek dosyası (attachment) var."
#: ../wp-cleanfix_admin.php:234
#: ../wp-cleanfix_admin.php:397
msgid "Posts"
msgstr "Yazılar"
#: ../wp-cleanfix_admin.php:245
#, php-format
msgid "%s unused Categories"
msgstr "%s kullanılmayan kategori var."
#: ../wp-cleanfix_admin.php:251
#, php-format
msgid "%s terms unlink in taxonomy"
msgstr "%s terimin bağlantısı bozuk."
#: ../wp-cleanfix_admin.php:257
#, php-format
msgid "%s taxonomy unlink in term"
msgstr "%s sınıflandırmanın bağlantısı bozuk."
#: ../wp-cleanfix_admin.php:263
#: ../wp-cleanfix_admin.php:407
msgid "Categories"
msgstr "Kategoriler"
#: ../wp-cleanfix_admin.php:273
msgid "Go to Repair"
msgstr "Tamir Et"
#: ../wp-cleanfix_admin.php:275
msgid "Nothing to Report"
msgstr "Rapor edilecek bir şey yok."
#: ../wp-cleanfix_admin.php:310
msgid "Your settings have been saved."
msgstr "Seçenekleriniz kaydedildi."
#: ../wp-cleanfix_admin.php:330
#: ../wp-cleanfix_admin.php:340
#: ../wp-cleanfix_admin.php:366
#: ../wp-cleanfix_admin.php:376
#: ../wp-cleanfix_admin.php:386
#: ../wp-cleanfix_admin.php:396
#: ../wp-cleanfix_admin.php:406
#: ../wp-cleanfix_admin.php:416
msgid "Open/Collapse"
msgstr "Aç/Kapa"
#: ../wp-cleanfix_admin.php:367
msgid "Important informations"
msgstr "Önemli Bilgiler"
#: ../wp-cleanfix_admin.php:387
msgid "Users"
msgstr "Kullanıcılar"
#: ../wp-cleanfix_admin.php:417
msgid "Comments"
msgstr "Yorumlar"
#: ../wp-cleanfix_admin.php:441
#: ../module/database_view.php:16
msgid "Refresh"
msgstr "Yenile"
#: ../wp-cleanfix_admin.php:452
msgid "Refresh All"
msgstr "Tümünü Yenile"
#: ../wp-cleanfix_admin.php:470
msgid "For more info and plugins visit"
msgstr "Ayrıntılı bilgi ve başka eklentiler için:"
#: ../wp-cleanfix_admin.php:482
msgid "Settings"
msgstr "Ayarlar"
#: ../module/category.php:40
#: ../module/category.php:88
#: ../module/category.php:124
#: ../module/comments.php:40
#: ../module/comments.php:80
#: ../module/comments.php:120
#: ../module/posts.php:43
#: ../module/posts.php:86
#: ../module/posts.php:128
#: ../module/posts.php:209
#: ../module/posts.php:275
#: ../module/usermeta.php:32
msgid "Erase!"
msgstr "Temizle!"
#: ../module/category.php:43
#: ../module/category.php:91
#: ../module/category.php:130
#: ../module/comments.php:43
#: ../module/comments.php:83
#: ../module/comments.php:123
#: ../module/database.php:91
#: ../module/posts.php:46
#: ../module/posts.php:89
#: ../module/posts.php:131
#: ../module/posts.php:174
#: ../module/posts.php:232
#: ../module/posts.php:278
#: ../module/usermeta.php:35
msgid "None"
msgstr "Yok"
#: ../module/category.php:45
#, php-format
msgid "%s Categories erased"
msgstr "%s kategori silindi."
#: ../module/category.php:64
msgid "erased external links too"
msgstr "dış bağlantılar da temizlendi"
#: ../module/category.php:93
#, php-format
msgid "%s Terms erased"
msgstr "%s terim silindi."
#: ../module/category.php:132
#, php-format
msgid "%s Taxonomy erased"
msgstr "%s sınıflandırma silindi."
#: ../module/category_view.php:17
#: ../module/comments_view.php:16
#: ../module/database_view.php:17
#: ../module/posts_view.php:17
msgid "Action"
msgstr "Eylem"
#: ../module/category_view.php:18
#: ../module/comments_view.php:17
#: ../module/database_view.php:18
#: ../module/posts_view.php:18
msgid "Status"
msgstr "Durum"
#: ../module/category_view.php:27
msgid "Unused Categories"
msgstr "Kullanılmayan Kategoriler"
#: ../module/category_view.php:39
msgid "Unlink Terms"
msgstr "Kullanılmayan Terimler"
#: ../module/category_view.php:51
msgid "Unlink Taxonomy"
msgstr "Kullanılmayan Sınıflandırmalar"
#: ../module/comments.php:36
#: ../module/comments.php:76
#: ../module/comments.php:116
msgid "Quick View"
msgstr "Hızlı Görünüm"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid "Check Them"
msgstr "Kontrol Et"
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid ", or Do you want erase them?"
msgstr ", veya bunları silmek mi istersiniz?"
#: ../module/comments.php:45
#: ../module/comments.php:85
#: ../module/comments.php:125
#, php-format
msgid "%s Comments erased"
msgstr "%s yorum silindi."
#: ../module/comments.php:153
#: ../module/posts.php:308
#, php-format
msgid "%s - found and replaced - "
msgstr "%s - bulundu ve değiştirildi - "
#: ../module/comments.php:155
#: ../module/posts.php:310
msgid "Find:"
msgstr "Bul:"
#: ../module/comments.php:155
#: ../module/posts.php:313
msgid "and replace with:"
msgstr "ve şununla değiştir:"
#: ../module/comments.php:155
#: ../module/posts.php:314
msgid "Find/Replace"
msgstr "Bul/Değiştir"
#: ../module/comments_view.php:26
msgid "Unapproved Comments"
msgstr "Onaylanmayan Yorumlar"
#: ../module/comments_view.php:40
msgid "Comments in Trash"
msgstr "Çöpteki Yorumlar"
#: ../module/comments_view.php:54
msgid "SPAM Comments"
msgstr "SPAM Yorumlar"
#: ../module/comments_view.php:65
#: ../module/posts_view.php:108
msgid "Tools"
msgstr "Araçlar"
#: ../module/comments_view.php:67
msgid "Comment Content"
msgstr "Yorum içeriği"
#: ../module/database.php:45
msgid "Internal Error #1: no such DB_NAME setting properly"
msgstr "İç Hata #1: Düzgün bir DB_NAME ayarı yok"
#: ../module/database.php:80
#, php-format
msgid "%s of %s:"
msgstr "%s of %s:"
#: ../module/database.php:83
msgid " if optimized them you gain:"
msgstr "eniyileştirilirse kazanacağınız alan:"
#: ../module/database.php:85
msgid "Optimizes!"
msgstr "Eniyile!"
#: ../module/database_view.php:27
msgid "Tables optimize"
msgstr "Tablo eniyilemesi"
#: ../module/info.php:13
msgid "WARNING! SOME ACTION IS POTENTIALLY DANGEROUS FOR YOUR DATABASE INTEGRETY. PLEASE MAKE A DATABASE'S BACKUP BEFORE EXECUTE ANY DELETING OR ANY ACTION. ALL DELETING OPERATIONS ARE IRREVERSIBLE!"
msgstr "ÖNEMLİ! BAZI İŞLEMLERİN VERİTABANINIZIN BÜTÜNLÜĞÜ AÇISINDAN ZARARLI OLMA İHTİMALİ VARDIR. LÜTFEN İŞLEM YAPMADAN ÖNCE VERİTABANI YEDEĞİ ALMAYI UNUTMAYIN. UNUTMAYIN: HİÇBİR SİLME İŞLEMİ GERİ ALINAMAZ!"
#: ../module/posts.php:48
#: ../module/posts.php:91
#: ../module/posts.php:133
#: ../module/posts.php:176
#, php-format
msgid "%s Rows erased"
msgstr "%s satır silindi."
#: ../module/posts.php:171
msgid "Erased!"
msgstr "Sil!"
#: ../module/posts.php:220
msgid "Or link to: "
msgstr "Veya bağla:"
#: ../module/posts.php:229
msgid "Link"
msgstr "Bağlantı"
#: ../module/posts.php:248
#, php-format
msgid "%s Posts relinked"
msgstr "%s yazının bağlantısı düzenlendi."
#: ../module/posts.php:256
#, php-format
msgid "%s Posts erased"
msgstr "%s yazı silindi."
#: ../module/posts.php:280
#, php-format
msgid "%s Attachments erased"
msgstr "%s ek dosyası (attachment) silindi."
#: ../module/posts_view.php:26
msgid "Revisions"
msgstr "Yazı Sürümleri"
#: ../module/posts_view.php:38
msgid "Trash"
msgstr "Çöp"
#: ../module/posts_view.php:50
msgid "Post Meta"
msgstr "Yazı Meta Bilgileri"
#: ../module/posts_view.php:62
msgid "Tags"
msgstr "Etiketler"
#: ../module/posts_view.php:74
msgid "Posts without author"
msgstr "Yazarsız yazılar"
#: ../module/posts_view.php:86
msgid "Pages without author"
msgstr "Yazarsız sayfalar"
#: ../module/posts_view.php:98
msgid "Attachment without Post"
msgstr "Yazısız ek dosyaları (attachment)"
#: ../module/posts_view.php:110
msgid "Post Content"
msgstr "Yazı İçeriği"
#: ../module/usermeta.php:37
#, php-format
msgid "%s User Meta erased"
msgstr "%s yazı Meta bilgisi silindi."
#: ../module/usersmeta.php:21
msgid "unused User Meta:"
msgstr "kullanılmayan kullanıcı Meta bilgileri:"
#: ../module/usersmeta.php:28
msgid "no unused User Meta"
msgstr "kullanılmayan kullanıcı Meta bilgisi yok"
#: ../module/usersmeta.php:30
#, php-format
msgid "%s - User Meta erased"
msgstr "%s - kullanıcı Meta bilgisi silindi."

View File

@ -0,0 +1,413 @@
msgid ""
msgstr ""
"Project-Id-Version: WP CleanFix\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-05-11 14:58+0100\n"
"PO-Revision-Date: 2010-05-11 14:58+0100\n"
"Last-Translator: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"Language-Team: Giovambattista Fazioli <g.fazioli@undolog.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: Italian\n"
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wp-cleanfix_admin.php:112
msgid "Warning!! Are you sure to confirm this operation?"
msgstr ""
#: ../wp-cleanfix_admin.php:113
msgid "Sorry! Be patient. Not yet implemented in this beta release"
msgstr ""
#: ../wp-cleanfix_admin.php:137
msgid "WP CleanFix - Summary Report"
msgstr ""
#: ../wp-cleanfix_admin.php:158
#, php-format
msgid "%s Kb tables gain"
msgstr ""
#: ../wp-cleanfix_admin.php:164
#: ../wp-cleanfix_admin.php:377
msgid "Database"
msgstr ""
#: ../wp-cleanfix_admin.php:175
#, php-format
msgid "%s unused User Meta"
msgstr ""
#: ../wp-cleanfix_admin.php:181
msgid "User Meta"
msgstr ""
#: ../wp-cleanfix_admin.php:192
#, php-format
msgid "%s Post Revisions"
msgstr ""
#: ../wp-cleanfix_admin.php:198
#, php-format
msgid "%s Post in Trash"
msgstr ""
#: ../wp-cleanfix_admin.php:204
#, php-format
msgid "%s unused Post Meta"
msgstr ""
#: ../wp-cleanfix_admin.php:210
#, php-format
msgid "%s unused Tags"
msgstr ""
#: ../wp-cleanfix_admin.php:216
#, php-format
msgid "%s Posts without author"
msgstr ""
#: ../wp-cleanfix_admin.php:222
#, php-format
msgid "%s Pages without author"
msgstr ""
#: ../wp-cleanfix_admin.php:228
#, php-format
msgid "%s Attachment unlink"
msgstr ""
#: ../wp-cleanfix_admin.php:234
#: ../wp-cleanfix_admin.php:397
msgid "Posts"
msgstr ""
#: ../wp-cleanfix_admin.php:245
#, php-format
msgid "%s unused Categories"
msgstr ""
#: ../wp-cleanfix_admin.php:251
#, php-format
msgid "%s terms unlink in taxonomy"
msgstr ""
#: ../wp-cleanfix_admin.php:257
#, php-format
msgid "%s taxonomy unlink in term"
msgstr ""
#: ../wp-cleanfix_admin.php:263
#: ../wp-cleanfix_admin.php:407
msgid "Categories"
msgstr ""
#: ../wp-cleanfix_admin.php:273
msgid "Go to Repair"
msgstr ""
#: ../wp-cleanfix_admin.php:275
msgid "Nothing to Report"
msgstr ""
#: ../wp-cleanfix_admin.php:310
msgid "Your settings have been saved."
msgstr ""
#: ../wp-cleanfix_admin.php:330
#: ../wp-cleanfix_admin.php:340
#: ../wp-cleanfix_admin.php:366
#: ../wp-cleanfix_admin.php:376
#: ../wp-cleanfix_admin.php:386
#: ../wp-cleanfix_admin.php:396
#: ../wp-cleanfix_admin.php:406
#: ../wp-cleanfix_admin.php:416
msgid "Open/Collapse"
msgstr ""
#: ../wp-cleanfix_admin.php:367
msgid "Important informations"
msgstr ""
#: ../wp-cleanfix_admin.php:387
msgid "Users"
msgstr ""
#: ../wp-cleanfix_admin.php:417
msgid "Comments"
msgstr ""
#: ../wp-cleanfix_admin.php:441
#: ../module/database_view.php:16
msgid "Refresh"
msgstr ""
#: ../wp-cleanfix_admin.php:452
msgid "Refresh All"
msgstr ""
#: ../wp-cleanfix_admin.php:470
msgid "For more info and plugins visit"
msgstr ""
#: ../wp-cleanfix_admin.php:482
msgid "Settings"
msgstr ""
#: ../module/category.php:40
#: ../module/category.php:88
#: ../module/category.php:124
#: ../module/comments.php:40
#: ../module/comments.php:80
#: ../module/comments.php:120
#: ../module/posts.php:43
#: ../module/posts.php:86
#: ../module/posts.php:128
#: ../module/posts.php:209
#: ../module/posts.php:275
#: ../module/usermeta.php:32
msgid "Erase!"
msgstr ""
#: ../module/category.php:43
#: ../module/category.php:91
#: ../module/category.php:130
#: ../module/comments.php:43
#: ../module/comments.php:83
#: ../module/comments.php:123
#: ../module/database.php:91
#: ../module/posts.php:46
#: ../module/posts.php:89
#: ../module/posts.php:131
#: ../module/posts.php:174
#: ../module/posts.php:232
#: ../module/posts.php:278
#: ../module/usermeta.php:35
msgid "None"
msgstr ""
#: ../module/category.php:45
#, php-format
msgid "%s Categories erased"
msgstr ""
#: ../module/category.php:64
msgid "erased external links too"
msgstr ""
#: ../module/category.php:93
#, php-format
msgid "%s Terms erased"
msgstr ""
#: ../module/category.php:132
#, php-format
msgid "%s Taxonomy erased"
msgstr ""
#: ../module/category_view.php:17
#: ../module/comments_view.php:16
#: ../module/database_view.php:17
#: ../module/posts_view.php:17
msgid "Action"
msgstr ""
#: ../module/category_view.php:18
#: ../module/comments_view.php:17
#: ../module/database_view.php:18
#: ../module/posts_view.php:18
msgid "Status"
msgstr ""
#: ../module/category_view.php:27
msgid "Unused Categories"
msgstr ""
#: ../module/category_view.php:39
msgid "Unlink Terms"
msgstr ""
#: ../module/category_view.php:51
msgid "Unlink Taxonomy"
msgstr ""
#: ../module/comments.php:36
#: ../module/comments.php:76
#: ../module/comments.php:116
msgid "Quick View"
msgstr ""
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid "Check Them"
msgstr ""
#: ../module/comments.php:40
#: ../module/comments.php:120
msgid ", or Do you want erase them?"
msgstr ""
#: ../module/comments.php:45
#: ../module/comments.php:85
#: ../module/comments.php:125
#, php-format
msgid "%s Comments erased"
msgstr ""
#: ../module/comments.php:153
#: ../module/posts.php:308
#, php-format
msgid "%s - found and replaced - "
msgstr ""
#: ../module/comments.php:155
#: ../module/posts.php:310
msgid "Find:"
msgstr ""
#: ../module/comments.php:155
#: ../module/posts.php:313
msgid "and replace with:"
msgstr ""
#: ../module/comments.php:155
#: ../module/posts.php:314
msgid "Find/Replace"
msgstr ""
#: ../module/comments_view.php:26
msgid "Unapproved Comments"
msgstr ""
#: ../module/comments_view.php:40
msgid "Comments in Trash"
msgstr ""
#: ../module/comments_view.php:54
msgid "SPAM Comments"
msgstr ""
#: ../module/comments_view.php:65
#: ../module/posts_view.php:108
msgid "Tools"
msgstr ""
#: ../module/comments_view.php:67
msgid "Comment Content"
msgstr ""
#: ../module/database.php:45
msgid "Internal Error #1: no such DB_NAME setting properly"
msgstr ""
#: ../module/database.php:80
#, php-format
msgid "%s of %s:"
msgstr ""
#: ../module/database.php:83
msgid " if optimized them you gain:"
msgstr ""
#: ../module/database.php:85
msgid "Optimizes!"
msgstr ""
#: ../module/database_view.php:27
msgid "Tables optimize"
msgstr ""
#: ../module/info.php:13
msgid "WARNING! SOME ACTION IS POTENTIALLY DANGEROUS FOR YOUR DATABASE INTEGRETY. PLEASE MAKE A DATABASE'S BACKUP BEFORE EXECUTE ANY DELETING OR ANY ACTION. ALL DELETING OPERATIONS ARE IRREVERSIBLE!"
msgstr ""
#: ../module/posts.php:48
#: ../module/posts.php:91
#: ../module/posts.php:133
#: ../module/posts.php:176
#, php-format
msgid "%s Rows erased"
msgstr ""
#: ../module/posts.php:171
msgid "Erased!"
msgstr ""
#: ../module/posts.php:220
msgid "Or link to: "
msgstr ""
#: ../module/posts.php:229
msgid "Link"
msgstr ""
#: ../module/posts.php:248
#, php-format
msgid "%s Posts relinked"
msgstr ""
#: ../module/posts.php:256
#, php-format
msgid "%s Posts erased"
msgstr ""
#: ../module/posts.php:280
#, php-format
msgid "%s Attachments erased"
msgstr ""
#: ../module/posts_view.php:26
msgid "Revisions"
msgstr ""
#: ../module/posts_view.php:38
msgid "Trash"
msgstr ""
#: ../module/posts_view.php:50
msgid "Post Meta"
msgstr ""
#: ../module/posts_view.php:62
msgid "Tags"
msgstr ""
#: ../module/posts_view.php:74
msgid "Posts without author"
msgstr ""
#: ../module/posts_view.php:86
msgid "Pages without author"
msgstr ""
#: ../module/posts_view.php:98
msgid "Attachment without Post"
msgstr ""
#: ../module/posts_view.php:110
msgid "Post Content"
msgstr ""
#: ../module/usermeta.php:37
#, php-format
msgid "%s User Meta erased"
msgstr ""
#: ../module/usersmeta.php:21
msgid "unused User Meta:"
msgstr ""
#: ../module/usersmeta.php:28
msgid "no unused User Meta"
msgstr ""
#: ../module/usersmeta.php:30
#, php-format
msgid "%s - User Meta erased"
msgstr ""

View File

@ -0,0 +1,46 @@
<?php
/**
* Module Badge
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_BADGE
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
require_once "module/module.php";
require_once "module/usermeta.php";
require_once "module/posts.php";
require_once "module/category.php";
class WPCLEANFIX_BADGE {
public static function countRepair() {
global $WPCLEANFIX_USERMETA;
global $WPCLEANFIX_POSTS;
global $WPCLEANFIX_CATEGORY;
$tot = 0;
$check = $WPCLEANFIX_USERMETA->checkUserMeta(null, false);
$tot += count($check);
$tot += $WPCLEANFIX_POSTS->checkRevisions(null, false);
$tot += $WPCLEANFIX_POSTS->checkTrash(null, false);
$tot += count( $WPCLEANFIX_POSTS->checkPostMeta(null, false) );
$tot += count( $WPCLEANFIX_POSTS->checkTags(null, false) );
$tot += count( $WPCLEANFIX_POSTS->checkPostsUsers(null, false) );
$tot += count( $WPCLEANFIX_POSTS->checkPostsUsers(null, false, 'page') );
$tot += count( $WPCLEANFIX_POSTS->checkAttachment(null, false, 'page') );
$tot += count( $WPCLEANFIX_CATEGORY->checkCategory(null, false) );
$tot += count( $WPCLEANFIX_CATEGORY->checkTermInTaxonomy(null, false) );
$tot += count( $WPCLEANFIX_CATEGORY->checkTaxonomyInTerm(null, false) );
echo $tot;
}
}
?>

View File

@ -0,0 +1,152 @@
<?php
/**
* Category management
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_CATEGORY
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
class WPCLEANFIX_CATEGORY {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
/**
* Check unused categories
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkCategory($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT x.count AS howmany, t.name AS name FROM `$wpdb->terms` AS t, `$wpdb->term_taxonomy` AS x WHERE t.term_id = x.term_id AND t.term_id <> 1 AND x.taxonomy='category' AND x.count = 0 ORDER BY x.count";
$categories = $wpdb->get_results( $sql );
if($echo) {
if( count($categories) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($categories) . '</span> <select>';
foreach($categories as $row) {
echo '<option>'. $row->name . '</option>';
}
echo '</select> <button id="buttonCategoryRemoveUnsed">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">' . __('%s Categories erased','wp-cleanfix') . '</span>', $mes );
}
}
} else {
return $categories;
}
}
// Remove
function removeCategory() {
global $wpdb;
$sql = "DELETE t, x FROM `$wpdb->terms` AS t, `$wpdb->term_taxonomy` AS x WHERE t.term_id = x.term_id AND t.term_id <> 1 AND x.taxonomy='category' AND x.count = 0";
$mes = $wpdb->query( $sql );
$sql = "SELECT * FROM `$wpdb->term_relationships` WHERE `term_taxonomy_id` IN(SELECT term_taxonomy_id FROM `$wpdb->terms` AS t, `$wpdb->term_taxonomy` AS x WHERE t.term_id = x.term_id AND x.count = 0 AND taxonomy = 'category' ORDER BY x.count)";
$res = $wpdb->get_results( $sql );
if(count($res) > 0) {
$sql = "DELETE FROM `$wpdb->term_relationships` WHERE `term_taxonomy_id` IN(SELECT term_taxonomy_id FROM `$wpdb->terms` AS t, `$wpdb->term_taxonomy` AS x WHERE t.term_id = x.term_id AND x.count = 0 AND taxonomy = 'category' ORDER BY x.count)";
$res = $wpdb->query( $sql );
$mes .= ' ' . __('erased external links too');
}
$this->checkCategory( $mes );
}
/**
* Check Terms in Taxonomy. Return term_id not present in term_taxonomy
* Questa Select ritorna tutti i term_id della tabella wp_terms che NON si trovano in wp_term_taxonomy
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
*/
function checkTermInTaxonomy($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->terms` AS a WHERE 1 AND NOT EXISTS (SELECT * FROM `$wpdb->term_taxonomy` b WHERE b.term_id = a.term_id )";
$check = $wpdb->get_results( $sql );
if($echo) {
if( count($check) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($check) . '</span> <select>';
foreach($check as $row) {
echo '<option>'. $row->name . '</option>';
}
echo '</select> <button id="buttonTermsUnlinkRemove">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">' . __('%s Terms erased','wp-cleanfix') . '</span>', $mes );
}
}
} else {
return $check;
}
}
// Remove
function removeTermInTaxonomy() {
global $wpdb;
$sql = "DELETE a FROM `$wpdb->terms` AS a WHERE 1 AND NOT EXISTS (SELECT * FROM `$wpdb->term_taxonomy` b WHERE b.term_id = a.term_id )";
$mes = $wpdb->query( $sql );
$this->checkTermInTaxonomy($mes);
}
/**
* Check Taxonomy in Terms. Return term_id not present in terms
* Questa, invece, controlla che non ci siano defunti: cioè term_id presenti in term_taxonomy ma mancanti in wp_terms
*
* @param <type> $mes
* @param <type> $echo
*/
function checkTaxonomyInTerm($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->term_taxonomy` AS a WHERE 1 AND NOT EXISTS (SELECT * FROM `$wpdb->terms` b WHERE b.term_id = a.term_id )";
$check = $wpdb->get_results( $sql );
if($echo) {
if( count($check) > 0 ) {
$warning = 0;
echo '<span class="wpcleanfix-warning">' . count($check) . '</span> <button id="buttonTermTaxonomyUnlinkRemove">' . __('Erase!', 'wp-cleanfix') . '</button>';
foreach($check as $row) {
if($row->count > 0) $warning++;
}
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">' . __('%s Taxonomy erased','wp-cleanfix') . '</span>', $mes );
}
}
} else {
return $check;
}
}
// Remove
function removeTaxonomyInTerm() {
global $wpdb;
$sql = "DELETE a FROM `$wpdb->term_taxonomy` AS a WHERE 1 AND NOT EXISTS (SELECT * FROM `$wpdb->terms` b WHERE b.term_id = a.term_id )";
$mes = $wpdb->query( $sql );
$this->checkTaxonomyInTerm($mes);
}
}
$WPCLEANFIX_CATEGORY = new WPCLEANFIX_CATEGORY();
?>

View File

@ -0,0 +1,62 @@
<?php
/**
* Category management
*
* @package wp-cleanfix
* @subpackage category_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
?>
<table class="widefat wp-cleanfix" width="100%" cellpadding="4" cellspacing="0">
<thead>
<tr>
<th scope="col"><?php $this->button_refresh_all('buttonCategoryRefreshAll') ?></th>
<th scope="col"><?php _e('Action', 'wp-cleanfix') ?></th>
<th width="100%" scope="col"><?php _e('Status', 'wp-cleanfix') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php $this->button_refresh('buttonCategoryUnusedRefresh') ?></td>
<td>
<strong><?php _e('Unused Categories', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="category-unused">
<?php $WPCLEANFIX_CATEGORY->checkCategory() ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonTermsUnlinkRefresh') ?></td>
<td>
<strong><?php _e('Unlink Terms', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="terms-unlink">
<?php $WPCLEANFIX_CATEGORY->checkTermInTaxonomy(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonTermTaxonomyUnlinkRefresh') ?></td>
<td>
<strong><?php _e('Unlink Taxonomy', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="termtaxonomy-unlink">
<?php $WPCLEANFIX_CATEGORY->checkTaxonomyInTerm() ?>
</div>
</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,181 @@
<?php
/**
* Comments management
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_COMMENTS
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
class WPCLEANFIX_COMMENTS extends WPCLEANFIX_MODULE {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
/**
* Check unapproved comments
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkComments($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->comments` WHERE comment_approved = '0';";
$comments = $wpdb->get_results( $sql );
if($echo) {
if( count($comments) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($comments) . '</span> (' . __('Quick View', 'wp-cleanfix') . '): <select>';
foreach($comments as $row) {
echo '<option>' . $this->cut_string_at($row->comment_author, 16) . ' - [' . $this->cut_string_at( strip_tags($row->comment_content) ) . ']</option>';
}
echo '</select> <a href="edit-comments.php?comment_status=moderated">' . __('Check Them', 'wp-cleanfix') . '</a>' . __(', or Do you want erase them?', 'wp-cleanfix') . ' <button id="buttonCommentsRemoveUnapproved">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Comments erased','wp-cleanfix'), $mes ); ?></span>
<?php endif;
}
} else {
return $comments;
}
}
// Remove
function removeComments() {
global $wpdb;
$sql = "DELETE FROM `$wpdb->comments` WHERE comment_approved = '0';";
$mes = $wpdb->query( $sql );
$this->checkComments( $mes );
}
/**
* Check trash comments
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkTrash($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->comments` WHERE comment_approved = 'trash';";
$comments = $wpdb->get_results( $sql );
if($echo) {
if( count($comments) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($comments) . '</span> (' . __('Quick View', 'wp-cleanfix') . '): <select>';
foreach($comments as $row) {
echo '<option>' . $this->cut_string_at($row->comment_author, 16) . ' - [' . $this->cut_string_at( strip_tags($row->comment_content) ) . ']</option>';
}
echo '</select> <button id="buttonCommentsRemoveTrash">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Comments erased','wp-cleanfix'), $mes ); ?></span>
<?php endif;
}
} else {
return $comments;
}
}
// Remove
function removeTrash() {
global $wpdb;
$sql = "DELETE FROM `$wpdb->comments` WHERE comment_approved = 'trash';";
$mes = $wpdb->query( $sql );
$this->checkTrash( $mes );
}
/**
* Check SPAM comments
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkSpam($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->comments` WHERE comment_approved = 'spam';";
$spam = $wpdb->get_results( $sql );
if($echo) {
if( count($spam) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($spam) . '</span> (' . __('Quick View', 'wp-cleanfix') . '): <select>';
foreach($spam as $row) {
echo '<option>' . $this->cut_string_at($row->comment_author, 16) . ' - [' . $this->cut_string_at( strip_tags($row->comment_content) ) . ']</option>';
}
echo '</select> <a href="edit-comments.php?comment_status=spam">' . __('Check Them', 'wp-cleanfix') . '</a>' . __(', or Do you want erase them?', 'wp-cleanfix') . ' <button id="buttonCommentsRemoveSPAM">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Comments erased','wp-cleanfix'), $mes ); ?></span>
<?php endif;
}
} else {
return $spam;
}
}
// Remove
function removeSpam() {
global $wpdb;
$sql = "DELETE FROM `$wpdb->comments` WHERE comment_approved = 'spam';";
$mes = $wpdb->query( $sql );
$this->checkSpam( $mes );
}
// -------------------------------------------------------------------------
// Tools
// -------------------------------------------------------------------------
/**
* Find and Replace User Interface
* @param <type> $find
* @param <type> $replace
* @param <type> $mes
*/
function findAndReplaceUI($find = "", $replace = "", $mes = null) {
if(!is_null($mes)) {
printf( '<span class="wpcleanfix-cleaned">' . __('%s - found and replaced - ', 'wp-cleanfix') . '</span>', $mes );
}
echo _e('Find:', 'wp-cleanfix') ?> <input value="<?php echo stripslashes( sanitize_text_field( $find )) ?>" type="text" name="wpcleanfix_find_comment_content" id="wpcleanfix_find_comment_content" /> <?php _e('and replace with:', 'wp-cleanfix') ?> <input value="<?php echo stripslashes( sanitize_text_field($replace)) ?>" type="text" name="wpcleanfix_replace_comment_content" id="wpcleanfix_replace_comment_content" /> <button style="background-image:none;padding-left:12px" id="buttonFindReplaceComment"><?php _e('Find/Replace', 'wp-cleanfix') ?></button>
<?php
}
/**
* Find a string in Post content and replace it
*
* @global <type> $wpdb
*/
function findAndReplace() {
global $wpdb;
$string_find = ($_POST['wpcleanfix_find_comment_content']);
$string_replace = ($_POST['wpcleanfix_replace_comment_content']);
if($string_find != "") {
$sql = "UPDATE `$wpdb->comments` SET comment_content = REPLACE (comment_content, '{$string_find}', '{$string_replace}')";
$mes = $wpdb->query( $sql );
}
$this->findAndReplaceUI($string_find, $string_replace, $mes);
}
}
$WPCLEANFIX_COMMENTS = new WPCLEANFIX_COMMENTS();
?>

View File

@ -0,0 +1,80 @@
<?php
/**
* Comments management
*
* @package wp-cleanfix
* @subpackage comments_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
?>
<table class="widefat wp-cleanfix" width="100%" cellpadding="4" cellspacing="0">
<thead>
<tr>
<th scope="col"><?php $this->button_refresh_all('buttonCommentsRefreshAll') ?></th>
<th scope="col"><?php _e('Action', 'wp-cleanfix') ?></th>
<th width="100%" scope="col"><?php _e('Status', 'wp-cleanfix') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php $this->button_refresh('buttonCommentUnapprovedCommentRefresh') ?></td>
<td>
<strong><?php _e('Unapproved Comments', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="comments-unapproved">
<?php $WPCLEANFIX_COMMENTS->checkComments(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonCommentTrashCommentRefresh') ?></td>
<td>
<strong><?php _e('Comments in Trash', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="comments-trash">
<?php $WPCLEANFIX_COMMENTS->checkTrash(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonCommentSpamRefresh') ?></td>
<td>
<strong><?php _e('SPAM Comments', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="comments-spam">
<?php $WPCLEANFIX_COMMENTS->checkSpam(); ?>
</div>
</td>
</tr>
<tr class="tools">
<td><img src="<?php echo $this->url . "/css/images/tools.png" ?>" alt="<?php _e('Tools', 'wp-cleanfix') ?>" /></td>
<td>
<strong><?php _e('Comment Content', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="find-replace-comment-content">
<?php $WPCLEANFIX_COMMENTS->findAndReplaceUI() ?>
</div>
</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,104 @@
<?php
/**
* Database management
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_DATABASE
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
class WPCLEANFIX_DATABASE {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
/**
* Do optiminazion of database tables
*
*/
function optimize() {
$local_query = sprintf('SHOW TABLE STATUS FROM `%s`', DB_NAME);
$result = mysql_query($local_query);
if (@mysql_num_rows($result)) {
while ($row = mysql_fetch_array($result)) {
$local_query = sprintf('OPTIMIZE TABLE `%s`', $row[0] );
$resulopt = mysql_query($local_query);
}
}
$this->checkTables();
}
/**
* Check Database table for optimizing
*
* @param boolean $echo If true print output, else do nothing (using in dashborard)
* @return string Total gain out
*/
function checkTables($echo = true) {
if( !defined('DB_NAME') || DB_NAME == "") {
die(__('Internal Error #1: no such DB_NAME setting properly', 'wp-cleanfix'));
}
$db_clean = DB_NAME;
$tot_data = 0;
$total_gain = 0;
$tot_idx = 0;
$tot_all = 0;
$local_query = sprintf('SHOW TABLE STATUS FROM `%s`', DB_NAME);
$result = mysql_query($local_query);
$flag = true;
$num = 0;
if(!is_null($result)) {
// Sembra che questa riga emetta un Warning su alcuni sistemi
$num = @mysql_num_rows($result);
}
$index_count = 0;
$buffer = "";
$gain = 0;
if ( $num > 0 ) {
while ($row = mysql_fetch_array($result)) {
$tot_data = $row['Data_length'];
$tot_idx = $row['Index_length'];
$total = round( ( $tot_data + $tot_idx ) / 1024, 3 );
$gain = round( floatval($row['Data_free']) / 1024, 2);
$total_gain += $gain;
if($gain > 0) {
$index_count++;
$gain_str = sprintf('%6.2f', $gain);
$buffer .= '<option>' . $row[0] . ' - ' . $gain_str . ' Kb</option>';
}
}
if($total_gain > 0) {
$total_gain = round ($total_gain,3);
if($echo) {
echo '<span class="wpcleanfix-warning">';
printf( __('%s of %s:', 'wp-cleanfix'), $index_count, $num );
echo ' </span>';
echo '<select>' . $buffer . '</select> ';
_e(' if optimized them you gain:', 'wp-cleanfix');
echo ' <span style="color:green;font-weight:bold">' . $total_gain . ' Kb</span>';
echo ' <button id="buttonDatabaseOptimize">' . __('Optimize!', 'wp-cleanfix'). '</button>';
} else {
return $total_gain;
}
} else {
if($echo) {
echo '<span class="wpcleanfix-ok">' . __('None', 'wp-cleanfix') . '</span>';
}
}
}
}
}
$WPCLEANFIX_DATABASE = new WPCLEANFIX_DATABASE();
?>

View File

@ -0,0 +1,36 @@
<?php
/**
* Database management
*
* @package wp-cleanfix
* @subpackage database_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
?>
<table class="widefat wp-cleanfix" width="100%" cellpadding="4" cellspacing="0">
<thead>
<tr>
<th scope="col"><?php _e('Refresh', 'wp-cleanfix') ?></th>
<th scope="col"><?php _e('Action', 'wp-cleanfix') ?></th>
<th width="100%" scope="col"><?php _e('Status', 'wp-cleanfix') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php $this->button_refresh('buttonDatabaseOptimizeTableRefresh') ?></td>
<td>
<strong><?php _e('Tables optimize', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="database-optimize">
<?php $WPCLEANFIX_DATABASE->checkTables() ?>
</div>
</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,13 @@
<?php
/**
* Display all usefull server and envirorment informations
*
* @package wp-cleanfix
* @subpackage info
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
* @version 1.0.0
*/
?>
<p><strong style="color:red"><?php _e('WARNING! SOME ACTIONS CAN POTENTIALLY COMPROMISE THE INTEGRITY OF YOUR DATABASE. PLEASE BACKUP YOUR DATABASE BEFORE EXECUTING ANY ACTIONS. ALL DELETIONS ARE IRREVERSIBLE!', 'wp-cleanfix') ?></strong></p>

View File

@ -0,0 +1,30 @@
<?php
/**
* Module "super" Class
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_MODULE
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
class WPCLEANFIX_MODULE {
/**
* Cut a string
*
* @param $s
* @param int $l
* @param string $e
* @return string
*/
function cut_string_at($s, $l = 32, $e = '...') {
if(strlen($s) > (int)$l) {
return( substr($s, 0, $l) . $e);
}
return $s;
}
}
?>

View File

@ -0,0 +1,341 @@
<?php
/**
* Posts management
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_POSTS
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*/
class WPCLEANFIX_POSTS {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
/**
* Verifica se ci sono revisioni per i post
*
* @param string $echo
* @return void
*/
function checkRevisions($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT COUNT(*) FROM `$wpdb->posts` WHERE post_type = 'revision'";
$revisions = $wpdb->get_var( $sql );
if($echo) {
if(intval($revisions) > 0) : ?>
<span class="wpcleanfix-warning"><?php echo $revisions ?></span>
<select>
<?php
$sql = "SELECT DISTINCT( COUNT(*) ) AS numero, ID, post_title FROM `$wpdb->posts` WHERE post_type = 'revision' GROUP BY post_title";
$res = $wpdb->get_results($sql);
foreach($res as $post) : ?>
<option><?php echo $post->post_title ?> (<?php echo $post->numero ?>)</option>
<?php endforeach; ?>
</select>
<button id="buttonPostsRemoveRevision"><?php _e('Erase!', 'wp-cleanfix') ?></button>
<?php else : ?>
<?php if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Rows erased','wp-cleanfix'), $mes ); ?></span>
<?php endif; ?>
<?php endif;
} else {
return ($revisions);
}
}
// Remove
function removeRevision() {
global $wpdb;
$sql = "DELETE a,b,c FROM `$wpdb->posts` a LEFT JOIN `$wpdb->term_relationships` b ON (a.ID = b.object_id) LEFT JOIN `$wpdb->postmeta` c ON (a.ID = c.post_id) WHERE a.post_type = 'revision'";
$mes = $wpdb->query($sql);
$this->checkRevisions( $mes );
}
/**
* Verifica se ci sono post nel cestino
*
* @param string $echo
* @return void
*/
function checkTrash($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT COUNT(*) FROM `$wpdb->posts` WHERE post_status = 'trash'";
$trash = $wpdb->get_var( $sql );
if($echo) {
if(intval($trash) > 0) : ?>
<span class="wpcleanfix-warning"><?php echo $trash ?></span>
<select>
<?php
$sql = "SELECT post_title FROM `$wpdb->posts` WHERE post_status = 'trash'";
$res = $wpdb->get_results($sql);
foreach($res as $post) : ?>
<option><?php echo $post->post_title ?></option>
<?php endforeach; ?>
</select>
<button id="buttonPostsRemoveTrash"><?php _e('Erase!', 'wp-cleanfix') ?></button>
<?php else : ?>
<?php if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Rows erased','wp-cleanfix'), $mes ); ?></span>
<?php endif; ?>
<?php endif;
} else {
return ($trash);
}
}
// Remove
function removeTrash() {
global $wpdb;
$sql = "DELETE a,b,c FROM `$wpdb->posts` a LEFT JOIN `$wpdb->term_relationships` b ON (a.ID = b.object_id) LEFT JOIN `$wpdb->postmeta` c ON (a.ID = c.post_id) WHERE a.post_status = 'trash'";
$mes = $wpdb->query($sql);
$this->checkTrash( $mes );
}
/**
* Controlla la presenza di Post Meta non utilizzati
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkPostMeta($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->postmeta` pm LEFT JOIN `$wpdb->posts` wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL;";
$res = $wpdb->get_results($sql);
if($echo) {
if(count($res) > 0 ) : ?>
<span class="wpcleanfix-warning"><?php echo count($res) ?></span> <select>
<?php
foreach($res as $row) : ?>
<option><?php echo $row->meta_key ?> [<?php echo $row->meta_value ?>]</option>
<?php endforeach; ?>
?></select> <button id="buttonPostsRemoveMeta"><?php _e('Erase!', 'wp-cleanfix') ?></button>
<?php else : ?>
<?php if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Rows erased','wp-cleanfix'), $mes ); ?></span>
<?php endif; ?>
<?php endif;
} else {
return ( $res );
}
}
// Remove
function removePostMeta() {
global $wpdb;
$sql = "DELETE pm FROM `$wpdb->postmeta` pm LEFT JOIN `$wpdb->posts` wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL";
$mes = $wpdb->query( $sql );
$this->checkPostMeta( $mes );
}
/**
* Controlla la presenza di Tags non utilizzati
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkTags($mes = null, $echo = true) {
global $wpdb;
// SELECT * FROM wp_terms wt INNER JOIN (wp_term_relationships wtr, wp_term_taxonomy wtt) ON wt.term_id = wtt.term_id AND wtr.term_taxonomy_id <> wt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0;
// $sql = "SELECT * FROM $wpdb->terms wt INNER JOIN $wpdb->term_taxonomy wtt ON wt.term_id = wtt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0;";
// $sql = "SELECT * FROM $wpdb->terms wt INNER JOIN $wpdb->term_taxonomy wtt ON wt.term_id = wtt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0 AND wt.term_id NOT IN (SELECT term_taxonomy_id FROM $wpdb->term_relationships)";
$sql = "SELECT * FROM `$wpdb->terms` AS a LEFT JOIN `$wpdb->term_taxonomy` AS c ON a.term_id = c.term_id LEFT JOIN `$wpdb->term_relationships` AS b ON b.term_taxonomy_id = c.term_taxonomy_id WHERE (c.taxonomy = 'post_tag' AND c.count = 0 AND b.term_taxonomy_id IS NULL )";
$res = $wpdb->get_results($sql);
if($echo) {
if(count($res) > 0 ) : ?>
<span class="wpcleanfix-warning"><?php echo count($res) ?></span> <select>
<?php
foreach($res as $row) : ?>
<option><?php echo $row->name ?></option>
<?php endforeach; ?>
</select> <button id="buttonPostsRemoveTag"><?php _e('Erased!', 'wp-cleanfix') ?></button>
<?php else : ?>
<?php if(is_null($mes)) : ?>
<span class="wpcleanfix-ok"><?php _e('None','wp-cleanfix'); ?></span>
<?php else : ?>
<span class="wpcleanfix-cleaned"><?php printf( __('%s Rows erased','wp-cleanfix'), $mes ); ?></span>
<?php endif; ?>
<?php endif;
} else {
return $res;
}
}
// Remove
function removeTags() {
global $wpdb;
$sql = "DELETE a,b,c FROM `$wpdb->terms` AS a LEFT JOIN `$wpdb->term_taxonomy` AS c ON a.term_id = c.term_id LEFT JOIN `$wpdb->term_relationships` AS b ON b.term_taxonomy_id = c.term_taxonomy_id WHERE (c.taxonomy = 'post_tag' AND c.count = 0 AND b.term_taxonomy_id IS NULL )";
$mes = $wpdb->query( $sql );
$this->checkTags( $mes );
}
/**
* Check the ID author's Post
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @param string $type Post or Page. Default 'post'
* @return <type>
*/
function checkPostsUsers($mes = null, $echo = true, $type = 'post') {
global $wpdb;
$sql = "SELECT wpp.ID as postID FROM `$wpdb->posts` wpp LEFT JOIN `$wpdb->users` wpu ON wpu.ID = wpp.post_author WHERE wpp.post_type = '$type' AND wpp.post_status = 'publish' AND wpu.ID IS NULL";
$usersposts = $wpdb->get_results( $sql );
if($echo) {
if( count($usersposts) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($usersposts) . '</span> ';
echo '<button id="button'.$type.'UsersRemoveUnlink">' . __('Erase!', 'wp-cleanfix') . '</button> ';
// Costruisco la lista dei Post senza autore
$pids = "";
foreach ($usersposts as $post_id) {
$pids .= ($pids == "") ? $post_id->postID : "," . $post_id->postID;
}
?>
<input type="hidden" id="wpcleanfix_<?php echo $type ?>_ids" value="(<?php echo $pids ?>)" />
<?php
_e('Or link to: ', 'wp-cleanfix');
$sql = "SELECT * FROM `$wpdb->users` WHERE user_status = 0 ORDER BY user_login";
$users = $wpdb->get_results( $sql );
echo '<select id="wpcleanfix_' . $type . '_author_id">';
foreach($users as $user) : ?>
<option value="<?php echo $user->ID ?>"><?php echo $user->user_login . " [" . $user->display_name , "]" ?></option>
<?php endforeach;
echo '</select>';
echo ' <button id="button'.$type.'UsersLinkToAuthor">' . __('Link', 'wp-cleanfix') . '</button> ';
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">%s</span>', $mes );
}
}
} else {
global $wpdb;
return $usersposts;
}
}
// Re-link
function relinkPostsUsers($type = 'post') {
global $wpdb;
$sql = "UPDATE `$wpdb->posts` SET post_author = " . $_POST['wpcleanfix_' . $type . '_author_id'] . " WHERE ID IN " . $_POST['wpcleanfix_' . $type . '_ids'];
$mes = $wpdb->query( $sql );
$this->checkPostsUsers( sprintf( __('%s Posts relinked', 'wp-cleanfix'), $mes), true, $type );
}
// Remove
function removePostsUsers($type = 'post') {
global $wpdb;
$sql = "DELETE wpp FROM `$wpdb->posts` wpp LEFT JOIN `$wpdb->users` wpu ON wpu.ID = wpp.post_author WHERE wpp.post_type = '$type' AND wpp.post_status = 'publish' AND wpu.ID IS NULL";
$mes = $wpdb->query( $sql );
$this->checkPostsUsers( sprintf( __('%s Posts erased', 'wp-cleanfix'), $mes), true, $type );
}
/**
* Check post attachment unlink
*
* @global <type> $wpdb
* @param <type> $mes
* @param <type> $echo
* @return <type>
*/
function checkAttachment($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->posts` wpa LEFT JOIN `$wpdb->posts` wpp ON wpa.post_parent = wpp.ID WHERE wpa.post_type = 'attachment' AND wpa.post_parent > 0 AND wpp.ID IS NULL";
$attachments = $wpdb->get_results( $sql );
if($echo) {
if( count($attachments) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($attachments ) . '</span> ';
echo '<button id="buttonAttachementsRemoveUnlink">' . __('Erase!', 'wp-cleanfix') . '</button> ';
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">' . __('%s Attachments erased','wp-cleanfix') . '</span>', $mes );
}
}
} else {
return $attachments;
}
}
// Remove
function removeAttachment() {
global $wpdb;
$sql = "DELETE wpa FROM `$wpdb->posts` wpa LEFT JOIN `$wpdb->posts` wpp ON wpa.post_parent = wpp.ID WHERE wpa.post_type = 'attachment' AND wpa.post_parent > 0 AND wpp.ID IS NULL";
$mes = $wpdb->query( $sql );
$this->checkAttachment($mes);
}
// -------------------------------------------------------------------------
// Tools
// -------------------------------------------------------------------------
/**
* Find and Replace User Interface
*
* @param <type> $find
* @param <type> $replace
* @param <type> $mes
*/
function findAndReplaceUI($find = "", $replace = "", $mes = null) {
if(!is_null($mes)) {
printf( '<span class="wpcleanfix-cleaned">' . __('%s - found and replaced - ', 'wp-cleanfix') . '</span>', $mes );
}
_e('Find:', 'wp-cleanfix');
?>
<input value="<?php echo stripslashes( $find ) ?>" type="text" name="wpcleanfix_find_post_content" id="wpcleanfix_find_post_content" />
<?php _e('and replace with:', 'wp-cleanfix') ?> <input value="<?php echo stripslashes( $replace ) ?>" type="text" name="wpcleanfix_replace_post_content" id="wpcleanfix_replace_post_content" />
<button style="background-image:none;padding-left:12px" id="buttonFindReplacePost"><?php _e('Find/Replace', 'wp-cleanfix') ?></button>
<?php
}
/**
* Find a string in Post content and replace it
*
* @global <type> $wpdb
*/
function findAndReplace() {
global $wpdb;
$string_find = ($_POST['wpcleanfix_find_post_content']);
$string_replace = ($_POST['wpcleanfix_replace_post_content']);
if($string_find != "") {
$sql = "UPDATE `$wpdb->posts` SET post_content = REPLACE (post_content, '{$string_find}', '{$string_replace}')";
$mes = $wpdb->query( $sql );
}
$this->findAndReplaceUI($string_find, $string_replace, $mes);
}
}
$WPCLEANFIX_POSTS = new WPCLEANFIX_POSTS();
?>

View File

@ -0,0 +1,124 @@
<?php
/**
* Posts management
*
* @package wp-cleanfix
* @subpackage posts_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
?>
<table class="widefat wp-cleanfix" width="100%" cellpadding="4" cellspacing="0">
<thead>
<tr>
<th scope="col"><?php $this->button_refresh_all('buttonPostsRefreshAll') ?></th>
<th scope="col"><?php _e('Action', 'wp-cleanfix') ?></th>
<th width="100%" scope="col"><?php _e('Status', 'wp-cleanfix') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php $this->button_refresh('buttonPostRevisionRefresh') ?></td>
<td>
<strong><?php _e('Revisions', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="posts-revision">
<?php $WPCLEANFIX_POSTS->checkRevisions(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonPostTrashRefresh') ?></td>
<td>
<strong><?php _e('Trash', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="posts-trash">
<?php $WPCLEANFIX_POSTS->checkTrash(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonPostMetaRefresh') ?></td>
<td>
<strong><?php _e('Post Meta', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="posts-meta">
<?php $WPCLEANFIX_POSTS->checkPostMeta(); ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonPostTagsRefresh') ?></td>
<td>
<strong><?php _e('Tags', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="posts-tags">
<?php $WPCLEANFIX_POSTS->checkTags() ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonPostsUsersRefresh') ?></td>
<td>
<strong><?php _e('Posts without author', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="posts-users">
<?php $WPCLEANFIX_POSTS->checkPostsUsers() ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonPagesUsersRefresh') ?></td>
<td>
<strong><?php _e('Pages without author', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="pages-users">
<?php $WPCLEANFIX_POSTS->checkPostsUsers(null, true, 'page') ?>
</div>
</td>
</tr>
<tr>
<td><?php $this->button_refresh('buttonAttachmentsRefresh') ?></td>
<td>
<strong><?php _e('Attachment without Post', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="attachment-post">
<?php $WPCLEANFIX_POSTS->checkAttachment() ?>
</div>
</td>
</tr>
<tr class="tools">
<td><img src="<?php echo $this->url . "/css/images/tools.png" ?>" alt="<?php _e('Tools', 'wp-cleanfix') ?>" /></td>
<td>
<strong><?php _e('Post Content', 'wp-cleanfix') ?></strong>
</td>
<td>
<div id="find-replace-post-content">
<?php $WPCLEANFIX_POSTS->findAndReplaceUI(); ?>
</div>
</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,40 @@
<?php
/**
* Tools Comodity
*
* @package wp-cleanfix
* @subpackage tools_comodity
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*/
class WPCLEANFIX_TOOLS_COMODITY {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
public static function options($value) {
global $wp_cleanfix_admin;
return $wp_cleanfix_admin->options[$value];
}
public static function update() {
global $wp_cleanfix_admin;
if (isset($_POST['wpCleanFixComodityForm'])) {
$wp_cleanfix_admin->options['wpCleanFixRemoveFrontendAdminBar'] = (isset($_POST['wpCleanFixRemoveFrontendAdminBar'])
? "1" : "0");
$wp_cleanfix_admin->options['wpCleanFixToolsComodityAddHeader'] = $_POST['wpCleanFixToolsComodityAddHeader'];
$wp_cleanfix_admin->options['wpCleanFixToolsComodityAddFooter'] = $_POST['wpCleanFixToolsComodityAddFooter'];
}
update_option($wp_cleanfix_admin->options_key, $wp_cleanfix_admin->options);
}
}
?>

View File

@ -0,0 +1,44 @@
<?php
/**
* Tools Comodity
*
* @package wp-cleanfix
* @subpackage tools_comodity_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*
*/
require_once('tools_comodity.php');
WPCLEANFIX_TOOLS_COMODITY::update();
?>
<form action="" method="post" id="wpCleanFixComodityForm">
<input type="hidden" value="1" name="wpCleanFixComodityForm"/>
<p><input type="checkbox" name="wpCleanFixRemoveFrontendAdminBar" id="wpCleanFixRemoveFrontendAdminBar"
value="1" <?php checked(WPCLEANFIX_TOOLS_COMODITY::options('wpCleanFixRemoveFrontendAdminBar'), 1) ?>/>
<label><?php _e('Remove Frontend Admin Bar', 'wp-cleanfix') ?></label></p>
<p>
<label><?php _e('Add to header:', 'wp-cleanfix') ?></label><a
class="button-secondary wpCleanFixClearNextTextarea" href="#"><?php _e('Clear', 'wp-cleanfix') ?></a><br/>
<textarea class="wpCleanFixCode" name="wpCleanFixToolsComodityAddHeader" id="wpCleanFixToolsComodityAddHeader"
rows="4"
cols="4"><?php echo stripslashes(WPCLEANFIX_TOOLS_COMODITY::options('wpCleanFixToolsComodityAddHeader')) ?></textarea>
</p>
<p>
<label><?php _e('Add to footer:', 'wp-cleanfix') ?></label> <a
class="button-secondary wpCleanFixClearNextTextarea" href="#"><?php _e('Clear', 'wp-cleanfix') ?></a><br/>
<textarea class="wpCleanFixCode" name="wpCleanFixToolsComodityAddFooter" id="wpCleanFixToolsComodityAddFooter"
rows="4"
cols="4"><?php echo stripslashes(WPCLEANFIX_TOOLS_COMODITY::options('wpCleanFixToolsComodityAddFooter')) ?></textarea>
</p>
<p style="text-align:right"><input type="submit" class="button-secondary"
value="<?php _e('Save', 'wp-cleanfix') ?>"/></p>
</form>

View File

@ -0,0 +1,53 @@
<?php
/**
* Tools Editor
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_TOOLS_EDIOR
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*/
class WPCLEANFIX_TOOLS_EDITOR {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
public static function options($value) {
global $wp_cleanfix_admin;
return $wp_cleanfix_admin->options[$value];
}
public static function update() {
global $wp_cleanfix_admin;
if ( get_magic_quotes_gpc() ) {
$_POST = array_map( 'stripslashes_deep', $_POST );
$_GET = array_map( 'stripslashes_deep', $_GET );
$_COOKIE = array_map( 'stripslashes_deep', $_COOKIE );
$_REQUEST = array_map( 'stripslashes_deep', $_REQUEST );
}
if( isset($_POST['wpCleanFixEditorForm']) ) {
$wp_cleanfix_admin->options['wpCleanFixEditor'] = ( isset($_POST['wpCleanFixEditor']) ? "1" : "0");
if( isset($_POST['wpCleanFixEditor']) ) {
$wp_cleanfix_admin->options['wpCleanFixFontEditorName'] = $_POST['wpCleanFixFontEditorName'];
$wp_cleanfix_admin->options['wpCleanFixEditorHeight'] = $_POST['wpCleanFixEditorHeight'];
$wp_cleanfix_admin->options['wpCleanFixBackgroundColor'] = $_POST['wpCleanFixBackgroundColor'];
$wp_cleanfix_admin->options['wpCleanFixTextSize'] = $_POST['wpCleanFixTextSize'];
$wp_cleanfix_admin->options['wpCleanFixTextColor'] = $_POST['wpCleanFixTextColor'];
$wp_cleanfix_admin->options['wpCleanFixAllowTags'] = $_POST['wpCleanFixAllowTags'];
}
}
update_option($wp_cleanfix_admin->options_key, $wp_cleanfix_admin->options);
}
}
?>

View File

@ -0,0 +1,75 @@
<?php
/**
* Tools Editor
*
* @package wp-cleanfix
* @subpackage tools_editor_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*
*/
require_once('tools_editor.php');
WPCLEANFIX_TOOLS_EDITOR::update();
?>
<form action="" method="post" id="wpCleanFixEditorForm">
<input type="hidden" value="1" name="wpCleanFixEditorForm"/>
<p><input type="checkbox" name="wpCleanFixEditor" id="wpCleanFixEditor"
value="1" <?php checked(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), 1) ?>/>
<label><?php _e('Fix HTML editor', 'wp-cleanfix') ?></label></p>
<p><label><?php _e('Font name:', 'wp-cleanfix') ?>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> size="32" type="text"
name="wpCleanFixFontEditorName"
value='<?php echo htmlspecialchars(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixFontEditorName'), ENT_QUOTES) ?>'/> <?php _e('(Ex. Monaco, Curier)', 'wp-cleanfix') ?>
</p>
<p><label><?php _e('Editor\'s height:', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> style="text-align:right;"
type="text" size="4"
name="wpCleanFixEditorHeight"
value="<?php echo WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditorHeight') ?>"/>
px</p>
<p><label><?php _e('Text size:', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> style="text-align:right;"
type="text" size="4"
name="wpCleanFixTextSize"
value="<?php echo WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixTextSize') ?>"/>
px</p>
<p><label><?php _e('Background color:', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> style="text-align:right;"
type="text" size="6"
class="wpCleanFixColorSelect"
name="wpCleanFixBackgroundColor"
id="wpCleanFixBackgroundColor"
value="<?php echo WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixBackgroundColor') ?>"/>
<span <?php echo (WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixBackgroundColor') != "")
? 'style="background:#' . WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixBackgroundColor') . ';"' : '' ?>
class="wpCleanFixColorPreview"></span></p>
<p><label><?php _e('Text color:', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> style="text-align:right;"
type="text" size="6"
class="wpCleanFixColorSelect"
name="wpCleanFixTextColor"
id="wpCleanFixTextColor"
value="<?php echo WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixTextColor') ?>"/>
<span <?php echo (WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixTextColor') != "")
? 'style="background:#' . WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixTextColor') . ';"' : '' ?>
class="wpCleanFixColorPreview"></span></p>
<p><label><?php _e('Extra HTML tags allowed:', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixEditor'), "0") ?> size="32" type="text"
name="wpCleanFixAllowTags"
value="<?php echo WPCLEANFIX_TOOLS_EDITOR::options('wpCleanFixAllowTags') ?>"/>
</p>
<p style="text-align:right"><input type="submit" class="button-secondary"
value="<?php _e('Save', 'wp-cleanfix') ?>"/></p>
</form>

View File

@ -0,0 +1,41 @@
<?php
/**
* Tools Posts
*
* @package wp-cleanfix
* @subpackage tools_posts
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*/
class WPCLEANFIX_TOOLS_POSTS {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
public static function options($value) {
global $wp_cleanfix_admin;
return $wp_cleanfix_admin->options[$value];
}
public static function update() {
global $wp_cleanfix_admin;
if( isset($_POST['wpCleanFixPostsForm']) ) {
$wp_cleanfix_admin->options['wpCleanFixToolsPostsLimitExcerptLength'] = ( isset($_POST['wpCleanFixToolsPostsLimitExcerptLength']) ? "1" : "0");
if( isset($_POST['wpCleanFixToolsPostsLimitExcerptLength']) ) {
$wp_cleanfix_admin->options['wpCleanFixToolsPostsExcerptLength'] = $_POST['wpCleanFixToolsPostsExcerptLength'];
}
}
update_option($wp_cleanfix_admin->options_key, $wp_cleanfix_admin->options);
}
}
?>

View File

@ -0,0 +1,32 @@
<?php
/**
* Tools Posts
*
* @package wp-cleanfix
* @subpackage tools_view
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2011 Saidmade Srl
*
*/
require_once('tools_posts.php');
WPCLEANFIX_TOOLS_POSTS::update();
?>
<form action="" method="post" id="wpCleanFixPostsForm">
<input type="hidden" value="1" name="wpCleanFixPostsForm"/>
<p><input type="checkbox" name="wpCleanFixToolsPostsLimitExcerptLength" id="wpCleanFixToolsPostsLimitExcerptLength"
value="1" <?php checked(WPCLEANFIX_TOOLS_POSTS::options('wpCleanFixToolsPostsLimitExcerptLength'), 1) ?>/>
<label><?php _e('Limit Excerpt Length', 'wp-cleanfix') ?></label>
<input <?php disabled(WPCLEANFIX_TOOLS_POSTS::options('wpCleanFixToolsPostsLimitExcerptLength'), "0") ?>
style="text-align:right;" type="text" size="4" name="wpCleanFixToolsPostsExcerptLength"
id="wpCleanFixToolsPostsExcerptLength"
value="<?php echo WPCLEANFIX_TOOLS_POSTS::options('wpCleanFixToolsPostsExcerptLength') ?>"/> <?php _e('Characters', 'wp-cleanfix') ?>
</p>
<p style="text-align:right"><input type="submit" class="button-secondary"
value="<?php _e('Save', 'wp-cleanfix') ?>"/></p>
</form>

View File

@ -0,0 +1,56 @@
<?php
/**
* Users management
*
* @package wp-cleanfix
* @subpackage WPCLEANFIX_USERMETA
* @author =undo= <g.fazioli@saidmade.com>
* @copyright Copyright (C) 2010 Saidmade Srl
*
*/
class WPCLEANFIX_USERMETA {
/**
* Class version
*
* @var string
*/
var $version = "1.0.0";
function checkUserMeta($mes = null, $echo = true) {
global $wpdb;
$sql = "SELECT * FROM `$wpdb->usermeta` wpum LEFT JOIN `$wpdb->users` wpu ON wpu.ID = wpum.user_id WHERE wpu.ID IS NULL";
$usersmeta = $wpdb->get_results( $sql );
if($echo) {
if( count($usersmeta) > 0 ) {
echo '<span class="wpcleanfix-warning">' . count($usersmeta) . '</span> <select>';
foreach($usersmeta as $row) {
echo '<option>'. $row->meta_key . ' [' . substr( strip_tags( $row->meta_value ), 0, 32 ) . ']</option>';
}
echo '</select> <button id="buttonUserMetaRemoveUnlink">' . __('Erase!', 'wp-cleanfix') . '</button>';
} else {
if(is_null($mes) ) {
echo '<span class="wpcleanfix-ok">' . __('None','wp-cleanfix') . '</span>';
} else {
printf( '<span class="wpcleanfix-cleaned">' . __('%s User Meta erased','wp-cleanfix') . '</span>', $mes );
}
}
} else {
return $usersmeta;
}
}
// Remove
function removeUserMeta() {
global $wpdb;
$sql = "DELETE wpum FROM `$wpdb->usermeta` wpum LEFT JOIN `$wpdb->users` wpu ON wpu.ID = wpum.user_id WHERE wpu.ID IS NULL";
$mes = $wpdb->query( $sql );
$this->checkUserMeta( $mes );
}
}
$WPCLEANFIX_USERMETA = new WPCLEANFIX_USERMETA();
?>

Some files were not shown because too many files have changed in this diff Show More