diff --git a/db/originalhouse.sql b/db/originalhouse.sql index f56f59f..37df662 100644 --- a/db/originalhouse.sql +++ b/db/originalhouse.sql @@ -3,7 +3,7 @@ -- http://www.phpmyadmin.net -- -- Servidor: localhost --- Tiempo de generación: 19-07-2011 a las 13:52:06 +-- Tiempo de generación: 19-07-2011 a las 14:25:22 -- Versión del servidor: 5.1.53 -- Versión de PHP: 5.3.4 @@ -304,8 +304,8 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, (100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (102, 0, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:21:{i:0;s:10:"woo_tabs-2";i:1;s:14:"woo_adwidget-2";i:2;s:20:"woo_blogauthorinfo-2";i:3;s:12:"woo_flickr-2";i:4;s:12:"woo_search-2";i:5;s:13:"woo_twitter-2";i:6;s:15:"woo_subscribe-2";i:7;s:7:"pages-2";i:8;s:10:"calendar-2";i:9;s:7:"links-2";i:10;s:6:"text-2";i:11;s:5:"rss-2";i:12;s:11:"tag_cloud-2";i:13;s:10:"nav_menu-2";i:14;s:14:"woo_archives-2";i:15;s:23:"dc_jqaccordion_widget-2";i:16;s:14:"recent-posts-2";i:17;s:17:"recent-comments-2";i:18;s:10:"archives-2";i:19;s:12:"categories-2";i:20;s:6:"meta-2";}s:7:"primary";a:1:{i:0;s:23:"dc_jqaccordion_widget-3";}s:13:"array_version";i:3;}', 'yes'), -(103, 0, 'cron', 'a:5:{i:1311085277;a:1:{s:22:"wpsc_hourly_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1311088368;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1311088372;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1311096077;a:1:{s:21:"wpsc_daily_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), -(104, 0, '_transient_doing_cron', '1311083520', 'yes'), +(103, 0, 'cron', 'a:5:{i:1311088368;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1311088372;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1311088877;a:1:{s:22:"wpsc_hourly_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1311096077;a:1:{s:21:"wpsc_daily_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), +(104, 0, '_transient_doing_cron', '1311085440', 'yes'), (397, 0, 'tubepress-disableHttpTransportCurl', '', 'yes'), (395, 0, 'tubepress-searchProvider', 'youtube', 'yes'), (107, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), @@ -835,7 +835,7 @@ CREATE TABLE IF NOT EXISTS `wp_postmeta` ( PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15934 ; +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=17821 ; -- -- Volcar la base de datos para la tabla `wp_postmeta` @@ -8974,7 +8974,1897 @@ INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE (15930, 2581, 'tcp_days_to_expire', '0'), (15931, 2581, 'tcp_is_visible', '1'), (15932, 2581, 'tcp_weight', '0'), -(15933, 2581, '_thumbnail_id', '2482'); +(15933, 2581, '_thumbnail_id', '2482'), +(15934, 2582, '_wp_attached_file', '2011/07/arti-k1555.jpg'), +(15935, 2582, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"730";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:22:"2011/07/arti-k1555.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"arti-k1555-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"arti-k1555-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15936, 2583, '_wp_attached_file', '2011/07/cac-433-000019.jpg'), +(15937, 2583, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"332";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''79''";s:4:"file";s:26:"2011/07/cac-433-000019.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cac-433-000019-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cac-433-000019-249x300.jpg";s:5:"width";s:3:"249";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15938, 2584, '_wp_attached_file', '2011/07/cac-433-000020-cac.jpg'), +(15939, 2584, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"363";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:30:"2011/07/cac-433-000020-cac.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"cac-433-000020-cac-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"cac-433-000020-cac-272x300.jpg";s:5:"width";s:3:"272";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15940, 2585, '_wp_attached_file', '2011/07/cac-553-001522.jpg'), +(15941, 2585, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"524";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:26:"2011/07/cac-553-001522.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cac-553-001522-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cac-553-001522-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15942, 2586, '_wp_attached_file', '2011/07/cac-559-001627-cac.jpg'), +(15943, 2586, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"332";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''79''";s:4:"file";s:30:"2011/07/cac-559-001627-cac.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"cac-559-001627-cac-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"cac-559-001627-cac-249x300.jpg";s:5:"width";s:3:"249";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15944, 2587, '_wp_attached_file', '2011/07/cac-629-004105-cac.jpg'), +(15945, 2587, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:30:"2011/07/cac-629-004105-cac.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"cac-629-004105-cac-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"cac-629-004105-cac-300x300.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15946, 2588, '_wp_attached_file', '2011/07/cac-629-004106-cac.jpg'), +(15947, 2588, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"340";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''81''";s:4:"file";s:30:"2011/07/cac-629-004106-cac.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"cac-629-004106-cac-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"cac-629-004106-cac-255x300.jpg";s:5:"width";s:3:"255";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15948, 2589, '_wp_attached_file', '2011/07/cac-629-004286-cac.jpg'), +(15949, 2589, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"292";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''70''";s:4:"file";s:30:"2011/07/cac-629-004286-cac.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"cac-629-004286-cac-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"cac-629-004286-cac-219x300.jpg";s:5:"width";s:3:"219";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15950, 2590, '_wp_attached_file', '2011/07/cro-yf20.jpg'), +(15951, 2590, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"388";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''82''";s:4:"file";s:20:"2011/07/cro-yf20.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"cro-yf20-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"cro-yf20-258x300.jpg";s:5:"width";s:3:"258";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15952, 2591, '_wp_attached_file', '2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg'), +(15953, 2591, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"508";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:46:"2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"dug-1-sillon-sf24-s1-boton-cristal-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:46:"dug-1-sillon-sf24-s1-boton-cristal-300x236.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"236";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15954, 2592, '_wp_attached_file', '2011/07/dug-2-sof-sf24-s2-botoncristal.jpg'), +(15955, 2592, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"674";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:42:"2011/07/dug-2-sof-sf24-s2-botoncristal.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"dug-2-sof-sf24-s2-botoncristal-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:42:"dug-2-sof-sf24-s2-botoncristal-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15956, 2593, '_wp_attached_file', '2011/07/dug-3-sf-02-1s.jpg'), +(15957, 2593, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1667";s:6:"height";s:3:"885";s:14:"hwstring_small";s:23:"height=''67'' width=''128''";s:4:"file";s:26:"2011/07/dug-3-sf-02-1s.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"dug-3-sf-02-1s-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"dug-3-sf-02-1s-300x159.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"159";}s:5:"large";a:3:{s:4:"file";s:27:"dug-3-sf-02-1s-1024x543.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"543";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15958, 2594, '_wp_attached_file', '2011/07/dug-4sofa-02-2s-piel.jpg'), +(15959, 2594, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"576";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:32:"2011/07/dug-4sofa-02-2s-piel.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"dug-4sofa-02-2s-piel-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"dug-4sofa-02-2s-piel-300x208.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"208";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15960, 2595, '_wp_attached_file', '2011/07/dug-5chaise-longue-rc006.jpg'), +(15961, 2595, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"702";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:36:"2011/07/dug-5chaise-longue-rc006.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"dug-5chaise-longue-rc006-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"dug-5chaise-longue-rc006-300x192.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"192";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15962, 2596, '_wp_attached_file', '2011/07/dug-6-wy001-piel.jpg'), +(15963, 2596, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"732";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:28:"2011/07/dug-6-wy001-piel.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"dug-6-wy001-piel-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"dug-6-wy001-piel-300x184.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"184";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15964, 2597, '_wp_attached_file', '2011/07/dug-7-sillon-giratorio.jpg'), +(15965, 2597, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"434";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''92''";s:4:"file";s:34:"2011/07/dug-7-sillon-giratorio.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"dug-7-sillon-giratorio-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"dug-7-sillon-giratorio-289x300.jpg";s:5:"width";s:3:"289";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15966, 2598, '_wp_attached_file', '2011/07/dug-8-137.jpg'), +(15967, 2598, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"697";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:21:"2011/07/dug-8-137.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"dug-8-137-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"dug-8-137-300x193.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"193";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15968, 2599, '_wp_attached_file', '2011/07/dug-9-652.jpg'), +(15969, 2599, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"779";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:21:"2011/07/dug-9-652.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"dug-9-652-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"dug-9-652-300x173.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"173";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15970, 2600, '_wp_attached_file', '2011/07/dug-10-928.jpg'), +(15971, 2600, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:22:"2011/07/dug-10-928.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"dug-10-928-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"dug-10-928-228x300.jpg";s:5:"width";s:3:"228";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15972, 2601, '_wp_attached_file', '2011/07/dug-11-sofacama-oslo.jpg'), +(15973, 2601, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"788";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:32:"2011/07/dug-11-sofacama-oslo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"dug-11-sofacama-oslo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:32:"dug-11-sofacama-oslo-300x190.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"190";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15974, 2602, '_wp_attached_file', '2011/07/dug-12-580-sillon.jpg'), +(15975, 2602, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"716";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:29:"2011/07/dug-12-580-sillon.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"dug-12-580-sillon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"dug-12-580-sillon-300x209.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"209";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15976, 2603, '_wp_attached_file', '2011/07/dug-13-b-6.jpg'), +(15977, 2603, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"585";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:22:"2011/07/dug-13-b-6.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"dug-13-b-6-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"dug-13-b-6-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15978, 2604, '_wp_attached_file', '2011/07/dug-14-b-7.jpg'), +(15979, 2604, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"433";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''96'' width=''118''";s:4:"file";s:22:"2011/07/dug-14-b-7.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"dug-14-b-7-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"dug-14-b-7-300x242.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"242";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15980, 2605, '_wp_attached_file', '2011/07/imo-29-335.jpg'), +(15981, 2605, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"594";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:22:"2011/07/imo-29-335.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"imo-29-335-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"imo-29-335-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15982, 2606, '_wp_attached_file', '2011/07/imo-32-200.jpg'), +(15983, 2606, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"619";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:22:"2011/07/imo-32-200.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"imo-32-200-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"imo-32-200-300x218.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"218";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15984, 2607, '_wp_attached_file', '2011/07/ixi-19541.jpg'), +(15985, 2607, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"604";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/ixi-19541.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ixi-19541-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"ixi-19541-300x223.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"223";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15986, 2608, '_wp_attached_file', '2011/07/ixi-19542.jpg'), +(15987, 2608, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"596";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/ixi-19542.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ixi-19542-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"ixi-19542-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15988, 2609, '_wp_attached_file', '2011/07/ixi-19543.jpg'), +(15989, 2609, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"596";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/ixi-19543.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ixi-19543-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"ixi-19543-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15990, 2610, '_wp_attached_file', '2011/07/moraanik.jpg'), +(15991, 2610, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"563";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''68'' width=''128''";s:4:"file";s:20:"2011/07/moraanik.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moraanik-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moraanik-300x159.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"159";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15992, 2611, '_wp_attached_file', '2011/07/moraanik2.jpg'), +(15993, 2611, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"638";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:21:"2011/07/moraanik2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moraanik2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moraanik2-300x235.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"235";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15994, 2612, '_wp_attached_file', '2011/07/moraartic.jpg'), +(15995, 2612, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"727";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:21:"2011/07/moraartic.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moraartic-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moraartic-300x206.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"206";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15996, 2613, '_wp_attached_file', '2011/07/morablaz.jpg'), +(15997, 2613, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"802";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:20:"2011/07/morablaz.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"morablaz-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"morablaz-300x168.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"168";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(15998, 2614, '_wp_attached_file', '2011/07/morabogart.jpg'), +(15999, 2614, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"797";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:22:"2011/07/morabogart.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"morabogart-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"morabogart-300x169.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"169";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16000, 2615, '_wp_attached_file', '2011/07/morachaise-longue-wire.jpg'), +(16001, 2615, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"622";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:34:"2011/07/morachaise-longue-wire.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"morachaise-longue-wire-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"morachaise-longue-wire-300x192.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"192";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16002, 2616, '_wp_attached_file', '2011/07/moracometa.jpg'), +(16003, 2616, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"809";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:22:"2011/07/moracometa.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moracometa-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moracometa-300x185.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"185";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16004, 2617, '_wp_attached_file', '2011/07/moracreta.jpg'), +(16005, 2617, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"780";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:21:"2011/07/moracreta.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moracreta-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moracreta-300x192.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"192";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16006, 2618, '_wp_attached_file', '2011/07/moradama.jpg'), +(16007, 2618, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"704";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:20:"2011/07/moradama.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moradama-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moradama-300x213.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"213";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16008, 2619, '_wp_attached_file', '2011/07/moradevon.jpg'), +(16009, 2619, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"769";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:21:"2011/07/moradevon.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moradevon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moradevon-300x195.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"195";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16010, 2620, '_wp_attached_file', '2011/07/moraencke.jpg'), +(16011, 2620, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"697";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:21:"2011/07/moraencke.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moraencke-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moraencke-300x193.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"193";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16012, 2621, '_wp_attached_file', '2011/07/morafloy.jpg'), +(16013, 2621, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"748";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:20:"2011/07/morafloy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"morafloy-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"morafloy-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16014, 2622, '_wp_attached_file', '2011/07/moragino.jpg'), +(16015, 2622, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"935";s:6:"height";s:3:"700";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/07/moragino.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moragino-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moragino-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16016, 2623, '_wp_attached_file', '2011/07/moragino2.jpg'), +(16017, 2623, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"740";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''77'' width=''128''";s:4:"file";s:21:"2011/07/moragino2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moragino2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moragino2-300x182.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"182";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16018, 2624, '_wp_attached_file', '2011/07/moragiro.jpg'), +(16019, 2624, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"708";s:6:"height";s:3:"800";s:14:"hwstring_small";s:22:"height=''96'' width=''84''";s:4:"file";s:20:"2011/07/moragiro.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moragiro-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moragiro-265x300.jpg";s:5:"width";s:3:"265";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16020, 2625, '_wp_attached_file', '2011/07/moragora.jpg'), +(16021, 2625, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"783";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:20:"2011/07/moragora.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moragora-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moragora-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16022, 2626, '_wp_attached_file', '2011/07/moragora-sofacama.jpg'), +(16023, 2626, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"783";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:29:"2011/07/moragora-sofacama.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"moragora-sofacama-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"moragora-sofacama-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16024, 2627, '_wp_attached_file', '2011/07/morainoxblanco.jpg'), +(16025, 2627, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"721";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:26:"2011/07/morainoxblanco.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"morainoxblanco-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"morainoxblanco-300x208.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"208";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16026, 2628, '_wp_attached_file', '2011/07/morainoxnegro.jpg'), +(16027, 2628, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"720";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:25:"2011/07/morainoxnegro.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"morainoxnegro-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"morainoxnegro-300x208.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"208";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16028, 2629, '_wp_attached_file', '2011/07/morajoy.jpg'), +(16029, 2629, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1127";s:6:"height";s:3:"800";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:19:"2011/07/morajoy.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"morajoy-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"morajoy-300x212.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}s:5:"large";a:3:{s:4:"file";s:20:"morajoy-1024x726.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"726";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16030, 2630, '_wp_attached_file', '2011/07/morakop.jpg'), +(16031, 2630, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"696";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:19:"2011/07/morakop.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"morakop-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"morakop-300x193.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"193";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16032, 2631, '_wp_attached_file', '2011/07/moralarson.jpg'), +(16033, 2631, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"545";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:22:"2011/07/moralarson.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moralarson-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moralarson-300x247.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"247";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16034, 2632, '_wp_attached_file', '2011/07/moralevi.jpg'), +(16035, 2632, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"776";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:20:"2011/07/moralevi.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moralevi-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moralevi-300x173.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"173";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16036, 2633, '_wp_attached_file', '2011/07/moralord.jpg'), +(16037, 2633, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"860";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''66'' width=''128''";s:4:"file";s:20:"2011/07/moralord.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moralord-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moralord-300x156.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"156";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16038, 2634, '_wp_attached_file', '2011/07/moramao.jpg'), +(16039, 2634, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"613";s:6:"height";s:3:"800";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:19:"2011/07/moramao.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"moramao-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"moramao-229x300.jpg";s:5:"width";s:3:"229";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16040, 2635, '_wp_attached_file', '2011/07/moramarco.jpg'), +(16041, 2635, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"711";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:21:"2011/07/moramarco.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moramarco-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moramarco-300x168.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"168";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16042, 2636, '_wp_attached_file', '2011/07/moramito.jpg'); +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(16043, 2636, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"714";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:20:"2011/07/moramito.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moramito-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moramito-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16044, 2637, '_wp_attached_file', '2011/07/moramito2.jpg'), +(16045, 2637, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"819";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:21:"2011/07/moramito2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moramito2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moramito2-300x183.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"183";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16046, 2638, '_wp_attached_file', '2011/07/moraneo.jpg'), +(16047, 2638, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"818";s:6:"height";s:3:"700";s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:19:"2011/07/moraneo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"moraneo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"moraneo-300x256.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"256";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16048, 2639, '_wp_attached_file', '2011/07/moranorma.jpg'), +(16049, 2639, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"448";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''107''";s:4:"file";s:21:"2011/07/moranorma.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moranorma-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moranorma-300x267.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"267";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16050, 2640, '_wp_attached_file', '2011/07/moranube.jpg'), +(16051, 2640, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"779";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:20:"2011/07/moranube.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moranube-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moranube-300x173.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"173";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16052, 2641, '_wp_attached_file', '2011/07/morapiscis.jpg'), +(16053, 2641, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"708";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:22:"2011/07/morapiscis.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"morapiscis-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"morapiscis-300x211.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"211";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16054, 2642, '_wp_attached_file', '2011/07/morapiscis-sofacama.jpg'), +(16055, 2642, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"708";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:31:"2011/07/morapiscis-sofacama.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"morapiscis-sofacama-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"morapiscis-sofacama-300x211.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"211";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16056, 2643, '_wp_attached_file', '2011/07/morasahara.jpg'), +(16057, 2643, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1555";s:6:"height";s:3:"800";s:14:"hwstring_small";s:23:"height=''65'' width=''128''";s:4:"file";s:22:"2011/07/morasahara.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"morasahara-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"morasahara-300x154.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"154";}s:5:"large";a:3:{s:4:"file";s:23:"morasahara-1024x526.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"526";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16058, 2644, '_wp_attached_file', '2011/07/morasense.jpg'), +(16059, 2644, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"829";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''77'' width=''128''";s:4:"file";s:21:"2011/07/morasense.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"morasense-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"morasense-300x180.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"180";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16060, 2645, '_wp_attached_file', '2011/07/moravara.jpg'), +(16061, 2645, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1223";s:6:"height";s:3:"650";s:14:"hwstring_small";s:23:"height=''68'' width=''128''";s:4:"file";s:20:"2011/07/moravara.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moravara-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moravara-300x159.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"159";}s:5:"large";a:3:{s:4:"file";s:21:"moravara-1024x544.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"544";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16062, 2646, '_wp_attached_file', '2011/07/moravirgo.jpg'), +(16063, 2646, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"742";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:21:"2011/07/moravirgo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moravirgo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moravirgo-300x202.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"202";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16064, 2647, '_wp_attached_file', '2011/07/morawest.jpg'), +(16065, 2647, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"762";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''75'' width=''128''";s:4:"file";s:20:"2011/07/morawest.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"morawest-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"morawest-300x177.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"177";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16066, 2648, '_wp_attached_file', '2011/07/moraxian.jpg'), +(16067, 2648, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"771";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''74'' width=''128''";s:4:"file";s:20:"2011/07/moraxian.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moraxian-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moraxian-300x175.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"175";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16068, 2649, '_wp_attached_file', '2011/07/moraxian2.jpg'), +(16069, 2649, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"807";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:21:"2011/07/moraxian2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moraxian2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moraxian2-300x167.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"167";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16070, 2650, '_wp_attached_file', '2011/07/morazodiaco.jpg'), +(16071, 2650, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"734";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:23:"2011/07/morazodiaco.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"morazodiaco-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"morazodiaco-300x204.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"204";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16072, 2651, '_wp_attached_file', '2011/07/morazodiaco2.jpg'), +(16073, 2651, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"801";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:24:"2011/07/morazodiaco2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"morazodiaco2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"morazodiaco2-300x187.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"187";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16074, 2652, '_wp_attached_file', '2011/07/moy-4030.jpg'), +(16075, 2652, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"394";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''94''";s:4:"file";s:20:"2011/07/moy-4030.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"moy-4030-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"moy-4030-295x300.jpg";s:5:"width";s:3:"295";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16076, 2653, '_wp_attached_file', '2011/07/moy-14046.jpg'), +(16077, 2653, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"342";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:21:"2011/07/moy-14046.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-14046-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-14046-205x300.jpg";s:5:"width";s:3:"205";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16078, 2654, '_wp_attached_file', '2011/07/moy-14046b.jpg'), +(16079, 2654, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"342";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:22:"2011/07/moy-14046b.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-14046b-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-14046b-205x300.jpg";s:5:"width";s:3:"205";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16080, 2655, '_wp_attached_file', '2011/07/moy-14423.jpg'), +(16081, 2655, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"415";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''79''";s:4:"file";s:21:"2011/07/moy-14423.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-14423-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-14423-249x300.jpg";s:5:"width";s:3:"249";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16082, 2656, '_wp_attached_file', '2011/07/moy-14424.jpg'), +(16083, 2656, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"397";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:21:"2011/07/moy-14424.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-14424-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-14424-238x300.jpg";s:5:"width";s:3:"238";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16084, 2657, '_wp_attached_file', '2011/07/moy-30860.jpg'), +(16085, 2657, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"658";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:21:"2011/07/moy-30860.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30860-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30860-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16086, 2658, '_wp_attached_file', '2011/07/moy-30861.jpg'), +(16087, 2658, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"658";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:21:"2011/07/moy-30861.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30861-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30861-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16088, 2659, '_wp_attached_file', '2011/07/moy-30863.jpg'), +(16089, 2659, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"396";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:21:"2011/07/moy-30863.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30863-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30863-237x300.jpg";s:5:"width";s:3:"237";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16090, 2660, '_wp_attached_file', '2011/07/moy-30863j.jpg'), +(16091, 2660, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:22:"2011/07/moy-30863j.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-30863j-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-30863j-280x300.jpg";s:5:"width";s:3:"280";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16092, 2661, '_wp_attached_file', '2011/07/moy-39005.jpg'), +(16093, 2661, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"568";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:21:"2011/07/moy-39005.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-39005-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-39005-300x211.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"211";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16094, 2662, '_wp_attached_file', '2011/07/moy-39006.jpg'), +(16095, 2662, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"441";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''105''";s:4:"file";s:21:"2011/07/moy-39006.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-39006-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-39006-300x272.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"272";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16096, 2663, '_wp_attached_file', '2011/07/moy-141116.jpg'), +(16097, 2663, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"506";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''97''";s:4:"file";s:22:"2011/07/moy-141116.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-141116-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-141116-300x296.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"296";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16098, 2664, '_wp_attached_file', '2011/07/moy-148085.jpg'), +(16099, 2664, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"481";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''92''";s:4:"file";s:22:"2011/07/moy-148085.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-148085-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-148085-288x300.jpg";s:5:"width";s:3:"288";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16100, 2665, '_wp_attached_file', '2011/07/moy-148133.jpg'), +(16101, 2665, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"371";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:22:"2011/07/moy-148133.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-148133-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-148133-222x300.jpg";s:5:"width";s:3:"222";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16102, 2666, '_wp_attached_file', '2011/07/moy-148134.jpg'), +(16103, 2666, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"381";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:22:"2011/07/moy-148134.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-148134-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-148134-228x300.jpg";s:5:"width";s:3:"228";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16104, 2667, '_wp_attached_file', '2011/07/moy-859001.jpg'), +(16105, 2667, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"342";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:22:"2011/07/moy-859001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-859001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-859001-205x300.jpg";s:5:"width";s:3:"205";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16106, 2668, '_wp_attached_file', '2011/07/moy-8656146.jpg'), +(16107, 2668, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"539";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''94'' width=''128''";s:4:"file";s:23:"2011/07/moy-8656146.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"moy-8656146-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"moy-8656146-300x222.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"222";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16108, 2669, '_wp_attached_file', '2011/07/moy-8656168.jpg'), +(16109, 2669, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"493";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''94''";s:4:"file";s:23:"2011/07/moy-8656168.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"moy-8656168-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"moy-8656168-295x300.jpg";s:5:"width";s:3:"295";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16110, 2670, '_wp_attached_file', '2011/07/moy-9290145.jpg'), +(16111, 2670, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"421";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:23:"2011/07/moy-9290145.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"moy-9290145-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"moy-9290145-280x300.jpg";s:5:"width";s:3:"280";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16112, 2671, '_wp_attached_file', '2011/07/port-1409-38-port.jpg'), +(16113, 2671, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"534";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:29:"2011/07/port-1409-38-port.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"port-1409-38-port-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"port-1409-38-port-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16114, 2672, '_wp_attached_file', '2011/07/sp-9608.jpg'), +(16115, 2672, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"669";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:19:"2011/07/sp-9608.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"sp-9608-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"sp-9608-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16116, 2673, '_wp_attached_file', '2011/07/sp-30875.jpg'), +(16117, 2673, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"418";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''80''";s:4:"file";s:20:"2011/07/sp-30875.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-30875-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-30875-250x300.jpg";s:5:"width";s:3:"250";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16118, 2674, '_wp_attached_file', '2011/07/sp-31528.jpg'), +(16119, 2674, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"667";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/07/sp-31528.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31528-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31528-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16120, 2675, '_wp_attached_file', '2011/07/sp-31532.jpg'), +(16121, 2675, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"666";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/07/sp-31532.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31532-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31532-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16122, 2676, '_wp_attached_file', '2011/07/sp-31637.jpg'), +(16123, 2676, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"667";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/07/sp-31637.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31637-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31637-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16124, 2677, '_wp_attached_file', '2011/07/sp-31642.jpg'), +(16125, 2677, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"762";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''75'' width=''128''";s:4:"file";s:20:"2011/07/sp-31642.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31642-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31642-300x177.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"177";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16126, 2678, '_wp_attached_file', '2011/07/sp-31643.jpg'), +(16127, 2678, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"596";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/07/sp-31643.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31643-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31643-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16128, 2679, '_wp_attached_file', '2011/07/sp-31686.jpg'), +(16129, 2679, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"668";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:20:"2011/07/sp-31686.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31686-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31686-300x202.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"202";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16130, 2680, '_wp_attached_file', '2011/07/sp-31784.jpg'), +(16131, 2680, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"407";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''86''";s:4:"file";s:20:"2011/07/sp-31784.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31784-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31784-271x300.jpg";s:5:"width";s:3:"271";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16132, 2681, '_wp_attached_file', '2011/07/sp-31785.jpg'), +(16133, 2681, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"428";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:20:"2011/07/sp-31785.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31785-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31785-285x300.jpg";s:5:"width";s:3:"285";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16134, 2682, '_wp_attached_file', '2011/07/va-1323.jpg'), +(16135, 2682, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"341";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''81''";s:4:"file";s:19:"2011/07/va-1323.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-1323-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-1323-255x300.jpg";s:5:"width";s:3:"255";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16136, 2683, '_wp_attached_file', '2011/07/va-2069.jpg'), +(16137, 2683, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"365";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:19:"2011/07/va-2069.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-2069-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-2069-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16138, 2684, '_wp_attached_file', '2011/07/va-2074.jpg'), +(16139, 2684, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"570";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:19:"2011/07/va-2074.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-2074-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-2074-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16140, 2685, '_wp_attached_file', '2011/07/va-3247.jpg'), +(16141, 2685, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"517";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''99''";s:4:"file";s:19:"2011/07/va-3247.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-3247-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-3247-300x290.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"290";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16142, 2686, '_wp_attached_file', '2011/07/vic-12310.jpg'), +(16143, 2686, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"432";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''103''";s:4:"file";s:21:"2011/07/vic-12310.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-12310-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-12310-300x277.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"277";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16144, 2687, '_wp_attached_file', '2011/07/vic-15124.jpg'), +(16145, 2687, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"351";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:21:"2011/07/vic-15124.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-15124-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-15124-234x300.jpg";s:5:"width";s:3:"234";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16146, 2688, '_wp_attached_file', '2011/07/vic-15759.jpg'), +(16147, 2688, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"403";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''85''";s:4:"file";s:21:"2011/07/vic-15759.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-15759-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-15759-268x300.jpg";s:5:"width";s:3:"268";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16148, 2689, '_wp_attached_file', '2011/07/vic-15805.jpg'), +(16149, 2689, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"394";s:6:"height";s:3:"400";s:14:"hwstring_small";s:22:"height=''96'' width=''94''";s:4:"file";s:21:"2011/07/vic-15805.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-15805-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-15805-295x300.jpg";s:5:"width";s:3:"295";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16150, 2690, '_wp_attached_file', '2011/07/vic-16466.jpg'), +(16151, 2690, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"361";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:21:"2011/07/vic-16466.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-16466-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-16466-240x300.jpg";s:5:"width";s:3:"240";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16152, 2691, '_wp_attached_file', '2011/07/vic-16760.jpg'), +(16153, 2691, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"362";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:21:"2011/07/vic-16760.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-16760-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-16760-241x300.jpg";s:5:"width";s:3:"241";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16154, 2692, '_wp_attached_file', '2011/07/vic-sofa.jpg'), +(16155, 2692, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"555";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:20:"2011/07/vic-sofa.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"vic-sofa-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"vic-sofa-300x216.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"216";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(16156, 2693, 'tcp_price', '467'), +(16157, 2693, 'tcp_stock', '-1'), +(16158, 2693, 'tcp_type', 'SIMPLE'), +(16159, 2693, 'tcp_order', '0'), +(16160, 2693, 'tcp_sku', 'CRO-YF20'), +(16161, 2693, 'tcp_tax_id', '0'), +(16162, 2693, 'tcp_back_end_label', ''), +(16163, 2693, 'tcp_hide_buy_button', ''), +(16164, 2693, 'tcp_exclude_range', ''), +(16165, 2693, 'tcp_is_downloadable', ''), +(16166, 2693, 'tcp_max_downloads', '0'), +(16167, 2693, 'tcp_days_to_expire', '0'), +(16168, 2693, 'tcp_is_visible', '1'), +(16169, 2693, 'tcp_weight', '0'), +(16170, 2693, '_thumbnail_id', '2590'), +(16171, 2694, 'tcp_price', '1229'), +(16172, 2694, 'tcp_stock', '-1'), +(16173, 2694, 'tcp_type', 'SIMPLE'), +(16174, 2694, 'tcp_order', '1'), +(16175, 2694, 'tcp_sku', 'ARTI-K1555'), +(16176, 2694, 'tcp_tax_id', '0'), +(16177, 2694, 'tcp_back_end_label', ''), +(16178, 2694, 'tcp_hide_buy_button', ''), +(16179, 2694, 'tcp_exclude_range', ''), +(16180, 2694, 'tcp_is_downloadable', ''), +(16181, 2694, 'tcp_max_downloads', '0'), +(16182, 2694, 'tcp_days_to_expire', '0'), +(16183, 2694, 'tcp_is_visible', '1'), +(16184, 2694, 'tcp_weight', '0'), +(16185, 2694, '_thumbnail_id', '2582'), +(16186, 2695, 'tcp_price', '269'), +(16187, 2695, 'tcp_stock', '-1'), +(16188, 2695, 'tcp_type', 'SIMPLE'), +(16189, 2695, 'tcp_order', '2'), +(16190, 2695, 'tcp_sku', 'CAC-433-000019'), +(16191, 2695, 'tcp_tax_id', '0'), +(16192, 2695, 'tcp_back_end_label', ''), +(16193, 2695, 'tcp_hide_buy_button', ''), +(16194, 2695, 'tcp_exclude_range', ''), +(16195, 2695, 'tcp_is_downloadable', ''), +(16196, 2695, 'tcp_max_downloads', '0'), +(16197, 2695, 'tcp_days_to_expire', '0'), +(16198, 2695, 'tcp_is_visible', '1'), +(16199, 2695, 'tcp_weight', '0'), +(16200, 2695, '_thumbnail_id', '2583'), +(16201, 2696, 'tcp_price', '597'), +(16202, 2696, 'tcp_stock', '-1'), +(16203, 2696, 'tcp_type', 'SIMPLE'), +(16204, 2696, 'tcp_order', '3'), +(16205, 2696, 'tcp_sku', 'CAC-433-000020-CAC'), +(16206, 2696, 'tcp_tax_id', '0'), +(16207, 2696, 'tcp_back_end_label', ''), +(16208, 2696, 'tcp_hide_buy_button', ''), +(16209, 2696, 'tcp_exclude_range', ''), +(16210, 2696, 'tcp_is_downloadable', ''), +(16211, 2696, 'tcp_max_downloads', '0'), +(16212, 2696, 'tcp_days_to_expire', '0'), +(16213, 2696, 'tcp_is_visible', '1'), +(16214, 2696, 'tcp_weight', '0'), +(16215, 2696, '_thumbnail_id', '2584'), +(16216, 2697, 'tcp_price', '487'), +(16217, 2697, 'tcp_stock', '-1'), +(16218, 2697, 'tcp_type', 'SIMPLE'), +(16219, 2697, 'tcp_order', '4'), +(16220, 2697, 'tcp_sku', 'CAC-553-001522'), +(16221, 2697, 'tcp_tax_id', '0'), +(16222, 2697, 'tcp_back_end_label', ''), +(16223, 2697, 'tcp_hide_buy_button', ''), +(16224, 2697, 'tcp_exclude_range', ''), +(16225, 2697, 'tcp_is_downloadable', ''), +(16226, 2697, 'tcp_max_downloads', '0'), +(16227, 2697, 'tcp_days_to_expire', '0'), +(16228, 2697, 'tcp_is_visible', '1'), +(16229, 2697, 'tcp_weight', '0'), +(16230, 2697, '_thumbnail_id', '2585'), +(16231, 2698, 'tcp_price', '299'), +(16232, 2698, 'tcp_stock', '-1'), +(16233, 2698, 'tcp_type', 'SIMPLE'), +(16234, 2698, 'tcp_order', '5'), +(16235, 2698, 'tcp_sku', 'CAC-559-001627-CAC'), +(16236, 2698, 'tcp_tax_id', '0'), +(16237, 2698, 'tcp_back_end_label', ''), +(16238, 2698, 'tcp_hide_buy_button', ''), +(16239, 2698, 'tcp_exclude_range', ''), +(16240, 2698, 'tcp_is_downloadable', ''), +(16241, 2698, 'tcp_max_downloads', '0'), +(16242, 2698, 'tcp_days_to_expire', '0'), +(16243, 2698, 'tcp_is_visible', '1'), +(16244, 2698, 'tcp_weight', '0'), +(16245, 2698, '_thumbnail_id', '2586'), +(16246, 2699, 'tcp_price', '379'), +(16247, 2699, 'tcp_stock', '-1'), +(16248, 2699, 'tcp_type', 'SIMPLE'), +(16249, 2699, 'tcp_order', '6'), +(16250, 2699, 'tcp_sku', 'CAC-629-004105-CAC'), +(16251, 2699, 'tcp_tax_id', '0'), +(16252, 2699, 'tcp_back_end_label', ''), +(16253, 2699, 'tcp_hide_buy_button', ''), +(16254, 2699, 'tcp_exclude_range', ''), +(16255, 2699, 'tcp_is_downloadable', ''), +(16256, 2699, 'tcp_max_downloads', '0'), +(16257, 2699, 'tcp_days_to_expire', '0'), +(16258, 2699, 'tcp_is_visible', '1'), +(16259, 2699, 'tcp_weight', '0'), +(16260, 2699, '_thumbnail_id', '2587'), +(16261, 2700, 'tcp_price', '439'), +(16262, 2700, 'tcp_stock', '-1'), +(16263, 2700, 'tcp_type', 'SIMPLE'), +(16264, 2700, 'tcp_order', '7'), +(16265, 2700, 'tcp_sku', 'CAC-629-004106-CAC'), +(16266, 2700, 'tcp_tax_id', '0'), +(16267, 2700, 'tcp_back_end_label', ''), +(16268, 2700, 'tcp_hide_buy_button', ''), +(16269, 2700, 'tcp_exclude_range', ''), +(16270, 2700, 'tcp_is_downloadable', ''), +(16271, 2700, 'tcp_max_downloads', '0'), +(16272, 2700, 'tcp_days_to_expire', '0'), +(16273, 2700, 'tcp_is_visible', '1'), +(16274, 2700, 'tcp_weight', '0'), +(16275, 2700, '_thumbnail_id', '2588'), +(16276, 2701, 'tcp_price', '469'), +(16277, 2701, 'tcp_stock', '-1'), +(16278, 2701, 'tcp_type', 'SIMPLE'), +(16279, 2701, 'tcp_order', '8'), +(16280, 2701, 'tcp_sku', 'CAC-629-004286-CAC'), +(16281, 2701, 'tcp_tax_id', '0'), +(16282, 2701, 'tcp_back_end_label', ''), +(16283, 2701, 'tcp_hide_buy_button', ''), +(16284, 2701, 'tcp_exclude_range', ''), +(16285, 2701, 'tcp_is_downloadable', ''), +(16286, 2701, 'tcp_max_downloads', '0'), +(16287, 2701, 'tcp_days_to_expire', '0'), +(16288, 2701, 'tcp_is_visible', '1'), +(16289, 2701, 'tcp_weight', '0'), +(16290, 2701, '_thumbnail_id', '2589'), +(16291, 2702, 'tcp_price', '659'), +(16292, 2702, 'tcp_stock', '-1'), +(16293, 2702, 'tcp_type', 'SIMPLE'), +(16294, 2702, 'tcp_order', '9'), +(16295, 2702, 'tcp_sku', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL'), +(16296, 2702, 'tcp_tax_id', '0'), +(16297, 2702, 'tcp_back_end_label', ''), +(16298, 2702, 'tcp_hide_buy_button', ''), +(16299, 2702, 'tcp_exclude_range', ''), +(16300, 2702, 'tcp_is_downloadable', ''), +(16301, 2702, 'tcp_max_downloads', '0'), +(16302, 2702, 'tcp_days_to_expire', '0'), +(16303, 2702, 'tcp_is_visible', '1'), +(16304, 2702, 'tcp_weight', '0'), +(16305, 2702, '_thumbnail_id', '2591'), +(16306, 2703, 'tcp_price', '159'), +(16307, 2703, 'tcp_stock', '-1'), +(16308, 2703, 'tcp_type', 'SIMPLE'), +(16309, 2703, 'tcp_order', '10'), +(16310, 2703, 'tcp_sku', 'DUG-10-928'), +(16311, 2703, 'tcp_tax_id', '0'), +(16312, 2703, 'tcp_back_end_label', ''), +(16313, 2703, 'tcp_hide_buy_button', ''), +(16314, 2703, 'tcp_exclude_range', ''), +(16315, 2703, 'tcp_is_downloadable', ''), +(16316, 2703, 'tcp_max_downloads', '0'), +(16317, 2703, 'tcp_days_to_expire', '0'), +(16318, 2703, 'tcp_is_visible', '1'), +(16319, 2703, 'tcp_weight', '0'), +(16320, 2703, '_thumbnail_id', '2600'), +(16321, 2704, 'tcp_price', '527'), +(16322, 2704, 'tcp_stock', '-1'), +(16323, 2704, 'tcp_type', 'SIMPLE'), +(16324, 2704, 'tcp_order', '11'), +(16325, 2704, 'tcp_sku', 'DUG-11-SOFACAMA-OSLO'), +(16326, 2704, 'tcp_tax_id', '0'), +(16327, 2704, 'tcp_back_end_label', ''), +(16328, 2704, 'tcp_hide_buy_button', ''), +(16329, 2704, 'tcp_exclude_range', ''), +(16330, 2704, 'tcp_is_downloadable', ''), +(16331, 2704, 'tcp_max_downloads', '0'), +(16332, 2704, 'tcp_days_to_expire', '0'), +(16333, 2704, 'tcp_is_visible', '1'), +(16334, 2704, 'tcp_weight', '0'), +(16335, 2704, '_thumbnail_id', '2601'), +(16336, 2705, 'tcp_price', '349'), +(16337, 2705, 'tcp_stock', '-1'), +(16338, 2705, 'tcp_type', 'SIMPLE'), +(16339, 2705, 'tcp_order', '12'), +(16340, 2705, 'tcp_sku', 'DUG-12-580-SILLON'), +(16341, 2705, 'tcp_tax_id', '0'), +(16342, 2705, 'tcp_back_end_label', ''), +(16343, 2705, 'tcp_hide_buy_button', ''), +(16344, 2705, 'tcp_exclude_range', ''), +(16345, 2705, 'tcp_is_downloadable', ''), +(16346, 2705, 'tcp_max_downloads', '0'), +(16347, 2705, 'tcp_days_to_expire', '0'), +(16348, 2705, 'tcp_is_visible', '1'), +(16349, 2705, 'tcp_weight', '0'), +(16350, 2705, '_thumbnail_id', '2602'), +(16351, 2706, 'tcp_price', '989'), +(16352, 2706, 'tcp_stock', '-1'), +(16353, 2706, 'tcp_type', 'SIMPLE'), +(16354, 2706, 'tcp_order', '13'), +(16355, 2706, 'tcp_sku', 'DUG-13-B-6'), +(16356, 2706, 'tcp_tax_id', '0'), +(16357, 2706, 'tcp_back_end_label', ''), +(16358, 2706, 'tcp_hide_buy_button', ''), +(16359, 2706, 'tcp_exclude_range', ''), +(16360, 2706, 'tcp_is_downloadable', ''), +(16361, 2706, 'tcp_max_downloads', '0'), +(16362, 2706, 'tcp_days_to_expire', '0'), +(16363, 2706, 'tcp_is_visible', '1'); +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(16364, 2706, 'tcp_weight', '0'), +(16365, 2706, '_thumbnail_id', '2603'), +(16366, 2707, 'tcp_price', '799'), +(16367, 2707, 'tcp_stock', '-1'), +(16368, 2707, 'tcp_type', 'SIMPLE'), +(16369, 2707, 'tcp_order', '14'), +(16370, 2707, 'tcp_sku', 'DUG-14-B-7'), +(16371, 2707, 'tcp_tax_id', '0'), +(16372, 2707, 'tcp_back_end_label', ''), +(16373, 2707, 'tcp_hide_buy_button', ''), +(16374, 2707, 'tcp_exclude_range', ''), +(16375, 2707, 'tcp_is_downloadable', ''), +(16376, 2707, 'tcp_max_downloads', '0'), +(16377, 2707, 'tcp_days_to_expire', '0'), +(16378, 2707, 'tcp_is_visible', '1'), +(16379, 2707, 'tcp_weight', '0'), +(16380, 2707, '_thumbnail_id', '2604'), +(16381, 2708, 'tcp_price', ''), +(16382, 2708, 'tcp_stock', '-1'), +(16383, 2708, 'tcp_type', 'SIMPLE'), +(16384, 2708, 'tcp_order', '15'), +(16385, 2708, 'tcp_sku', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL'), +(16386, 2708, 'tcp_tax_id', '0'), +(16387, 2708, 'tcp_back_end_label', ''), +(16388, 2708, 'tcp_hide_buy_button', ''), +(16389, 2708, 'tcp_exclude_range', ''), +(16390, 2708, 'tcp_is_downloadable', ''), +(16391, 2708, 'tcp_max_downloads', '0'), +(16392, 2708, 'tcp_days_to_expire', '0'), +(16393, 2708, 'tcp_is_visible', '1'), +(16394, 2708, 'tcp_weight', '0'), +(16395, 2708, '_thumbnail_id', '2592'), +(16396, 2709, 'tcp_price', '659'), +(16397, 2709, 'tcp_stock', '-1'), +(16398, 2709, 'tcp_type', 'SIMPLE'), +(16399, 2709, 'tcp_order', '16'), +(16400, 2709, 'tcp_sku', 'DUG-3-SF-02-1S'), +(16401, 2709, 'tcp_tax_id', '0'), +(16402, 2709, 'tcp_back_end_label', ''), +(16403, 2709, 'tcp_hide_buy_button', ''), +(16404, 2709, 'tcp_exclude_range', ''), +(16405, 2709, 'tcp_is_downloadable', ''), +(16406, 2709, 'tcp_max_downloads', '0'), +(16407, 2709, 'tcp_days_to_expire', '0'), +(16408, 2709, 'tcp_is_visible', '1'), +(16409, 2709, 'tcp_weight', '0'), +(16410, 2709, '_thumbnail_id', '2593'), +(16411, 2710, 'tcp_price', '1177'), +(16412, 2710, 'tcp_stock', '-1'), +(16413, 2710, 'tcp_type', 'SIMPLE'), +(16414, 2710, 'tcp_order', '17'), +(16415, 2710, 'tcp_sku', 'DUG-4SOFA-02-2S-PIEL'), +(16416, 2710, 'tcp_tax_id', '0'), +(16417, 2710, 'tcp_back_end_label', ''), +(16418, 2710, 'tcp_hide_buy_button', ''), +(16419, 2710, 'tcp_exclude_range', ''), +(16420, 2710, 'tcp_is_downloadable', ''), +(16421, 2710, 'tcp_max_downloads', '0'), +(16422, 2710, 'tcp_days_to_expire', '0'), +(16423, 2710, 'tcp_is_visible', '1'), +(16424, 2710, 'tcp_weight', '0'), +(16425, 2710, '_thumbnail_id', '2594'), +(16426, 2711, 'tcp_price', '639'), +(16427, 2711, 'tcp_stock', '-1'), +(16428, 2711, 'tcp_type', 'SIMPLE'), +(16429, 2711, 'tcp_order', '18'), +(16430, 2711, 'tcp_sku', 'DUG-5CHAISE-LONGUE-RC006'), +(16431, 2711, 'tcp_tax_id', '0'), +(16432, 2711, 'tcp_back_end_label', ''), +(16433, 2711, 'tcp_hide_buy_button', ''), +(16434, 2711, 'tcp_exclude_range', ''), +(16435, 2711, 'tcp_is_downloadable', ''), +(16436, 2711, 'tcp_max_downloads', '0'), +(16437, 2711, 'tcp_days_to_expire', '0'), +(16438, 2711, 'tcp_is_visible', '1'), +(16439, 2711, 'tcp_weight', '0'), +(16440, 2711, '_thumbnail_id', '2595'), +(16441, 2712, 'tcp_price', '549'), +(16442, 2712, 'tcp_stock', '-1'), +(16443, 2712, 'tcp_type', 'SIMPLE'), +(16444, 2712, 'tcp_order', '19'), +(16445, 2712, 'tcp_sku', 'DUG-6-WY001-PIEL'), +(16446, 2712, 'tcp_tax_id', '0'), +(16447, 2712, 'tcp_back_end_label', ''), +(16448, 2712, 'tcp_hide_buy_button', ''), +(16449, 2712, 'tcp_exclude_range', ''), +(16450, 2712, 'tcp_is_downloadable', ''), +(16451, 2712, 'tcp_max_downloads', '0'), +(16452, 2712, 'tcp_days_to_expire', '0'), +(16453, 2712, 'tcp_is_visible', '1'), +(16454, 2712, 'tcp_weight', '0'), +(16455, 2712, '_thumbnail_id', '2596'), +(16456, 2713, 'tcp_price', '269'), +(16457, 2713, 'tcp_stock', '-1'), +(16458, 2713, 'tcp_type', 'SIMPLE'), +(16459, 2713, 'tcp_order', '20'), +(16460, 2713, 'tcp_sku', 'DUG-7-SILLON-GIRATORIO'), +(16461, 2713, 'tcp_tax_id', '0'), +(16462, 2713, 'tcp_back_end_label', ''), +(16463, 2713, 'tcp_hide_buy_button', ''), +(16464, 2713, 'tcp_exclude_range', ''), +(16465, 2713, 'tcp_is_downloadable', ''), +(16466, 2713, 'tcp_max_downloads', '0'), +(16467, 2713, 'tcp_days_to_expire', '0'), +(16468, 2713, 'tcp_is_visible', '1'), +(16469, 2713, 'tcp_weight', '0'), +(16470, 2713, '_thumbnail_id', '2597'), +(16471, 2714, 'tcp_price', '189'), +(16472, 2714, 'tcp_stock', '-1'), +(16473, 2714, 'tcp_type', 'SIMPLE'), +(16474, 2714, 'tcp_order', '21'), +(16475, 2714, 'tcp_sku', 'DUG-8-137'), +(16476, 2714, 'tcp_tax_id', '0'), +(16477, 2714, 'tcp_back_end_label', ''), +(16478, 2714, 'tcp_hide_buy_button', ''), +(16479, 2714, 'tcp_exclude_range', ''), +(16480, 2714, 'tcp_is_downloadable', ''), +(16481, 2714, 'tcp_max_downloads', '0'), +(16482, 2714, 'tcp_days_to_expire', '0'), +(16483, 2714, 'tcp_is_visible', '1'), +(16484, 2714, 'tcp_weight', '0'), +(16485, 2714, '_thumbnail_id', '2598'), +(16486, 2715, 'tcp_price', '169'), +(16487, 2715, 'tcp_stock', '-1'), +(16488, 2715, 'tcp_type', 'SIMPLE'), +(16489, 2715, 'tcp_order', '22'), +(16490, 2715, 'tcp_sku', 'DUG-9-652'), +(16491, 2715, 'tcp_tax_id', '0'), +(16492, 2715, 'tcp_back_end_label', ''), +(16493, 2715, 'tcp_hide_buy_button', ''), +(16494, 2715, 'tcp_exclude_range', ''), +(16495, 2715, 'tcp_is_downloadable', ''), +(16496, 2715, 'tcp_max_downloads', '0'), +(16497, 2715, 'tcp_days_to_expire', '0'), +(16498, 2715, 'tcp_is_visible', '1'), +(16499, 2715, 'tcp_weight', '0'), +(16500, 2715, '_thumbnail_id', '2599'), +(16501, 2716, 'tcp_price', ''), +(16502, 2716, 'tcp_stock', '-1'), +(16503, 2716, 'tcp_type', 'SIMPLE'), +(16504, 2716, 'tcp_order', '23'), +(16505, 2716, 'tcp_sku', 'IMO-29-335'), +(16506, 2716, 'tcp_tax_id', '0'), +(16507, 2716, 'tcp_back_end_label', ''), +(16508, 2716, 'tcp_hide_buy_button', ''), +(16509, 2716, 'tcp_exclude_range', ''), +(16510, 2716, 'tcp_is_downloadable', ''), +(16511, 2716, 'tcp_max_downloads', '0'), +(16512, 2716, 'tcp_days_to_expire', '0'), +(16513, 2716, 'tcp_is_visible', '1'), +(16514, 2716, 'tcp_weight', '0'), +(16515, 2716, '_thumbnail_id', '2605'), +(16516, 2717, 'tcp_price', '1187'), +(16517, 2717, 'tcp_stock', '-1'), +(16518, 2717, 'tcp_type', 'SIMPLE'), +(16519, 2717, 'tcp_order', '24'), +(16520, 2717, 'tcp_sku', 'IMO-32-200'), +(16521, 2717, 'tcp_tax_id', '0'), +(16522, 2717, 'tcp_back_end_label', ''), +(16523, 2717, 'tcp_hide_buy_button', ''), +(16524, 2717, 'tcp_exclude_range', ''), +(16525, 2717, 'tcp_is_downloadable', ''), +(16526, 2717, 'tcp_max_downloads', '0'), +(16527, 2717, 'tcp_days_to_expire', '0'), +(16528, 2717, 'tcp_is_visible', '1'), +(16529, 2717, 'tcp_weight', '0'), +(16530, 2717, '_thumbnail_id', '2606'), +(16531, 2718, 'tcp_price', '127'), +(16532, 2718, 'tcp_stock', '-1'), +(16533, 2718, 'tcp_type', 'SIMPLE'), +(16534, 2718, 'tcp_order', '25'), +(16535, 2718, 'tcp_sku', 'IXI-19541'), +(16536, 2718, 'tcp_tax_id', '0'), +(16537, 2718, 'tcp_back_end_label', ''), +(16538, 2718, 'tcp_hide_buy_button', ''), +(16539, 2718, 'tcp_exclude_range', ''), +(16540, 2718, 'tcp_is_downloadable', ''), +(16541, 2718, 'tcp_max_downloads', '0'), +(16542, 2718, 'tcp_days_to_expire', '0'), +(16543, 2718, 'tcp_is_visible', '1'), +(16544, 2718, 'tcp_weight', '0'), +(16545, 2718, '_thumbnail_id', '2607'), +(16546, 2719, 'tcp_price', '137'), +(16547, 2719, 'tcp_stock', '-1'), +(16548, 2719, 'tcp_type', 'SIMPLE'), +(16549, 2719, 'tcp_order', '26'), +(16550, 2719, 'tcp_sku', 'IXI-19542'), +(16551, 2719, 'tcp_tax_id', '0'), +(16552, 2719, 'tcp_back_end_label', ''), +(16553, 2719, 'tcp_hide_buy_button', ''), +(16554, 2719, 'tcp_exclude_range', ''), +(16555, 2719, 'tcp_is_downloadable', ''), +(16556, 2719, 'tcp_max_downloads', '0'), +(16557, 2719, 'tcp_days_to_expire', '0'), +(16558, 2719, 'tcp_is_visible', '1'), +(16559, 2719, 'tcp_weight', '0'), +(16560, 2719, '_thumbnail_id', '2608'), +(16561, 2720, 'tcp_price', '137'), +(16562, 2720, 'tcp_stock', '-1'), +(16563, 2720, 'tcp_type', 'SIMPLE'), +(16564, 2720, 'tcp_order', '27'), +(16565, 2720, 'tcp_sku', 'IXI-19543'), +(16566, 2720, 'tcp_tax_id', '0'), +(16567, 2720, 'tcp_back_end_label', ''), +(16568, 2720, 'tcp_hide_buy_button', ''), +(16569, 2720, 'tcp_exclude_range', ''), +(16570, 2720, 'tcp_is_downloadable', ''), +(16571, 2720, 'tcp_max_downloads', '0'), +(16572, 2720, 'tcp_days_to_expire', '0'), +(16573, 2720, 'tcp_is_visible', '1'), +(16574, 2720, 'tcp_weight', '0'), +(16575, 2720, '_thumbnail_id', '2609'), +(16576, 2721, 'tcp_price', ''), +(16577, 2721, 'tcp_stock', '-1'), +(16578, 2721, 'tcp_type', 'SIMPLE'), +(16579, 2721, 'tcp_order', '28'), +(16580, 2721, 'tcp_sku', 'MORAANIK'), +(16581, 2721, 'tcp_tax_id', '0'), +(16582, 2721, 'tcp_back_end_label', ''), +(16583, 2721, 'tcp_hide_buy_button', ''), +(16584, 2721, 'tcp_exclude_range', ''), +(16585, 2721, 'tcp_is_downloadable', ''), +(16586, 2721, 'tcp_max_downloads', '0'), +(16587, 2721, 'tcp_days_to_expire', '0'), +(16588, 2721, 'tcp_is_visible', '1'), +(16589, 2721, 'tcp_weight', '0'), +(16590, 2721, '_thumbnail_id', '2610'), +(16591, 2722, 'tcp_price', ''), +(16592, 2722, 'tcp_stock', '-1'), +(16593, 2722, 'tcp_type', 'SIMPLE'), +(16594, 2722, 'tcp_order', '29'), +(16595, 2722, 'tcp_sku', 'MORAANIK2'), +(16596, 2722, 'tcp_tax_id', '0'), +(16597, 2722, 'tcp_back_end_label', ''), +(16598, 2722, 'tcp_hide_buy_button', ''), +(16599, 2722, 'tcp_exclude_range', ''), +(16600, 2722, 'tcp_is_downloadable', ''), +(16601, 2722, 'tcp_max_downloads', '0'), +(16602, 2722, 'tcp_days_to_expire', '0'), +(16603, 2722, 'tcp_is_visible', '1'), +(16604, 2722, 'tcp_weight', '0'), +(16605, 2722, '_thumbnail_id', '2611'), +(16606, 2723, 'tcp_price', ''), +(16607, 2723, 'tcp_stock', '-1'), +(16608, 2723, 'tcp_type', 'SIMPLE'), +(16609, 2723, 'tcp_order', '30'), +(16610, 2723, 'tcp_sku', 'MORAARTIC'), +(16611, 2723, 'tcp_tax_id', '0'), +(16612, 2723, 'tcp_back_end_label', ''), +(16613, 2723, 'tcp_hide_buy_button', ''), +(16614, 2723, 'tcp_exclude_range', ''), +(16615, 2723, 'tcp_is_downloadable', ''), +(16616, 2723, 'tcp_max_downloads', '0'), +(16617, 2723, 'tcp_days_to_expire', '0'), +(16618, 2723, 'tcp_is_visible', '1'), +(16619, 2723, 'tcp_weight', '0'), +(16620, 2723, '_thumbnail_id', '2612'), +(16621, 2724, 'tcp_price', ''), +(16622, 2724, 'tcp_stock', '-1'), +(16623, 2724, 'tcp_type', 'SIMPLE'), +(16624, 2724, 'tcp_order', '31'), +(16625, 2724, 'tcp_sku', 'MORABLAZ'), +(16626, 2724, 'tcp_tax_id', '0'), +(16627, 2724, 'tcp_back_end_label', ''), +(16628, 2724, 'tcp_hide_buy_button', ''), +(16629, 2724, 'tcp_exclude_range', ''), +(16630, 2724, 'tcp_is_downloadable', ''), +(16631, 2724, 'tcp_max_downloads', '0'), +(16632, 2724, 'tcp_days_to_expire', '0'), +(16633, 2724, 'tcp_is_visible', '1'), +(16634, 2724, 'tcp_weight', '0'), +(16635, 2724, '_thumbnail_id', '2613'), +(16636, 2725, 'tcp_price', ''), +(16637, 2725, 'tcp_stock', '-1'), +(16638, 2725, 'tcp_type', 'SIMPLE'), +(16639, 2725, 'tcp_order', '32'), +(16640, 2725, 'tcp_sku', 'MORABOGART'), +(16641, 2725, 'tcp_tax_id', '0'), +(16642, 2725, 'tcp_back_end_label', ''), +(16643, 2725, 'tcp_hide_buy_button', ''), +(16644, 2725, 'tcp_exclude_range', ''), +(16645, 2725, 'tcp_is_downloadable', ''), +(16646, 2725, 'tcp_max_downloads', '0'), +(16647, 2725, 'tcp_days_to_expire', '0'), +(16648, 2725, 'tcp_is_visible', '1'), +(16649, 2725, 'tcp_weight', '0'), +(16650, 2725, '_thumbnail_id', '2614'), +(16651, 2726, 'tcp_price', ''), +(16652, 2726, 'tcp_stock', '-1'), +(16653, 2726, 'tcp_type', 'SIMPLE'), +(16654, 2726, 'tcp_order', '33'), +(16655, 2726, 'tcp_sku', 'MORACHAISE-LONGUE-WIRE'), +(16656, 2726, 'tcp_tax_id', '0'), +(16657, 2726, 'tcp_back_end_label', ''), +(16658, 2726, 'tcp_hide_buy_button', ''), +(16659, 2726, 'tcp_exclude_range', ''), +(16660, 2726, 'tcp_is_downloadable', ''), +(16661, 2726, 'tcp_max_downloads', '0'), +(16662, 2726, 'tcp_days_to_expire', '0'), +(16663, 2726, 'tcp_is_visible', '1'), +(16664, 2726, 'tcp_weight', '0'), +(16665, 2726, '_thumbnail_id', '2615'), +(16666, 2727, 'tcp_price', ''), +(16667, 2727, 'tcp_stock', '-1'), +(16668, 2727, 'tcp_type', 'SIMPLE'), +(16669, 2727, 'tcp_order', '34'), +(16670, 2727, 'tcp_sku', 'MORACOMETA'), +(16671, 2727, 'tcp_tax_id', '0'), +(16672, 2727, 'tcp_back_end_label', ''), +(16673, 2727, 'tcp_hide_buy_button', ''), +(16674, 2727, 'tcp_exclude_range', ''), +(16675, 2727, 'tcp_is_downloadable', ''), +(16676, 2727, 'tcp_max_downloads', '0'), +(16677, 2727, 'tcp_days_to_expire', '0'), +(16678, 2727, 'tcp_is_visible', '1'), +(16679, 2727, 'tcp_weight', '0'), +(16680, 2727, '_thumbnail_id', '2616'), +(16681, 2728, 'tcp_price', ''), +(16682, 2728, 'tcp_stock', '-1'), +(16683, 2728, 'tcp_type', 'SIMPLE'), +(16684, 2728, 'tcp_order', '35'), +(16685, 2728, 'tcp_sku', 'MORACRETA'), +(16686, 2728, 'tcp_tax_id', '0'), +(16687, 2728, 'tcp_back_end_label', ''), +(16688, 2728, 'tcp_hide_buy_button', ''), +(16689, 2728, 'tcp_exclude_range', ''), +(16690, 2728, 'tcp_is_downloadable', ''), +(16691, 2728, 'tcp_max_downloads', '0'), +(16692, 2728, 'tcp_days_to_expire', '0'), +(16693, 2728, 'tcp_is_visible', '1'), +(16694, 2728, 'tcp_weight', '0'), +(16695, 2728, '_thumbnail_id', '2617'), +(16696, 2729, 'tcp_price', ''), +(16697, 2729, 'tcp_stock', '-1'), +(16698, 2729, 'tcp_type', 'SIMPLE'), +(16699, 2729, 'tcp_order', '36'), +(16700, 2729, 'tcp_sku', 'MORADAMA'), +(16701, 2729, 'tcp_tax_id', '0'), +(16702, 2729, 'tcp_back_end_label', ''), +(16703, 2729, 'tcp_hide_buy_button', ''), +(16704, 2729, 'tcp_exclude_range', ''), +(16705, 2729, 'tcp_is_downloadable', ''), +(16706, 2729, 'tcp_max_downloads', '0'), +(16707, 2729, 'tcp_days_to_expire', '0'), +(16708, 2729, 'tcp_is_visible', '1'), +(16709, 2729, 'tcp_weight', '0'), +(16710, 2729, '_thumbnail_id', '2618'), +(16711, 2730, 'tcp_price', ''), +(16712, 2730, 'tcp_stock', '-1'), +(16713, 2730, 'tcp_type', 'SIMPLE'), +(16714, 2730, 'tcp_order', '37'), +(16715, 2730, 'tcp_sku', 'MORADEVON'), +(16716, 2730, 'tcp_tax_id', '0'), +(16717, 2730, 'tcp_back_end_label', ''), +(16718, 2730, 'tcp_hide_buy_button', ''), +(16719, 2730, 'tcp_exclude_range', ''), +(16720, 2730, 'tcp_is_downloadable', ''), +(16721, 2730, 'tcp_max_downloads', '0'), +(16722, 2730, 'tcp_days_to_expire', '0'), +(16723, 2730, 'tcp_is_visible', '1'), +(16724, 2730, 'tcp_weight', '0'), +(16725, 2730, '_thumbnail_id', '2619'), +(16726, 2731, 'tcp_price', ''), +(16727, 2731, 'tcp_stock', '-1'), +(16728, 2731, 'tcp_type', 'SIMPLE'), +(16729, 2731, 'tcp_order', '38'), +(16730, 2731, 'tcp_sku', 'MORAENCKE'), +(16731, 2731, 'tcp_tax_id', '0'), +(16732, 2731, 'tcp_back_end_label', ''), +(16733, 2731, 'tcp_hide_buy_button', ''), +(16734, 2731, 'tcp_exclude_range', ''), +(16735, 2731, 'tcp_is_downloadable', ''), +(16736, 2731, 'tcp_max_downloads', '0'), +(16737, 2731, 'tcp_days_to_expire', '0'), +(16738, 2731, 'tcp_is_visible', '1'), +(16739, 2731, 'tcp_weight', '0'), +(16740, 2731, '_thumbnail_id', '2620'), +(16741, 2732, 'tcp_price', ''), +(16742, 2732, 'tcp_stock', '-1'), +(16743, 2732, 'tcp_type', 'SIMPLE'), +(16744, 2732, 'tcp_order', '39'), +(16745, 2732, 'tcp_sku', 'MORAFLOY'), +(16746, 2732, 'tcp_tax_id', '0'), +(16747, 2732, 'tcp_back_end_label', ''), +(16748, 2732, 'tcp_hide_buy_button', ''), +(16749, 2732, 'tcp_exclude_range', ''), +(16750, 2732, 'tcp_is_downloadable', ''), +(16751, 2732, 'tcp_max_downloads', '0'), +(16752, 2732, 'tcp_days_to_expire', '0'), +(16753, 2732, 'tcp_is_visible', '1'), +(16754, 2732, 'tcp_weight', '0'), +(16755, 2732, '_thumbnail_id', '2621'), +(16756, 2733, 'tcp_price', ''), +(16757, 2733, 'tcp_stock', '-1'), +(16758, 2733, 'tcp_type', 'SIMPLE'), +(16759, 2733, 'tcp_order', '40'), +(16760, 2733, 'tcp_sku', 'MORAGINO'), +(16761, 2733, 'tcp_tax_id', '0'), +(16762, 2733, 'tcp_back_end_label', ''), +(16763, 2733, 'tcp_hide_buy_button', ''), +(16764, 2733, 'tcp_exclude_range', ''), +(16765, 2733, 'tcp_is_downloadable', ''), +(16766, 2733, 'tcp_max_downloads', '0'), +(16767, 2733, 'tcp_days_to_expire', '0'), +(16768, 2733, 'tcp_is_visible', '1'), +(16769, 2733, 'tcp_weight', '0'), +(16770, 2733, '_thumbnail_id', '2622'), +(16771, 2734, 'tcp_price', ''), +(16772, 2734, 'tcp_stock', '-1'), +(16773, 2734, 'tcp_type', 'SIMPLE'), +(16774, 2734, 'tcp_order', '41'), +(16775, 2734, 'tcp_sku', 'MORAGINO2'), +(16776, 2734, 'tcp_tax_id', '0'), +(16777, 2734, 'tcp_back_end_label', ''), +(16778, 2734, 'tcp_hide_buy_button', ''), +(16779, 2734, 'tcp_exclude_range', ''), +(16780, 2734, 'tcp_is_downloadable', ''), +(16781, 2734, 'tcp_max_downloads', '0'), +(16782, 2734, 'tcp_days_to_expire', '0'), +(16783, 2734, 'tcp_is_visible', '1'), +(16784, 2734, 'tcp_weight', '0'), +(16785, 2734, '_thumbnail_id', '2623'), +(16786, 2735, 'tcp_price', ''), +(16787, 2735, 'tcp_stock', '-1'), +(16788, 2735, 'tcp_type', 'SIMPLE'), +(16789, 2735, 'tcp_order', '42'), +(16790, 2735, 'tcp_sku', 'MORAGIRO'), +(16791, 2735, 'tcp_tax_id', '0'), +(16792, 2735, 'tcp_back_end_label', ''), +(16793, 2735, 'tcp_hide_buy_button', ''), +(16794, 2735, 'tcp_exclude_range', ''), +(16795, 2735, 'tcp_is_downloadable', ''), +(16796, 2735, 'tcp_max_downloads', '0'), +(16797, 2735, 'tcp_days_to_expire', '0'), +(16798, 2735, 'tcp_is_visible', '1'), +(16799, 2735, 'tcp_weight', '0'), +(16800, 2735, '_thumbnail_id', '2624'), +(16801, 2736, 'tcp_price', ''), +(16802, 2736, 'tcp_stock', '-1'), +(16803, 2736, 'tcp_type', 'SIMPLE'), +(16804, 2736, 'tcp_order', '43'), +(16805, 2736, 'tcp_sku', 'MORAGORA-SOFACAMA'), +(16806, 2736, 'tcp_tax_id', '0'), +(16807, 2736, 'tcp_back_end_label', ''), +(16808, 2736, 'tcp_hide_buy_button', ''), +(16809, 2736, 'tcp_exclude_range', ''), +(16810, 2736, 'tcp_is_downloadable', ''), +(16811, 2736, 'tcp_max_downloads', '0'), +(16812, 2736, 'tcp_days_to_expire', '0'), +(16813, 2736, 'tcp_is_visible', '1'), +(16814, 2736, 'tcp_weight', '0'), +(16815, 2736, '_thumbnail_id', '2626'), +(16816, 2737, 'tcp_price', ''), +(16817, 2737, 'tcp_stock', '-1'), +(16818, 2737, 'tcp_type', 'SIMPLE'), +(16819, 2737, 'tcp_order', '44'), +(16820, 2737, 'tcp_sku', 'MORAGORA'), +(16821, 2737, 'tcp_tax_id', '0'), +(16822, 2737, 'tcp_back_end_label', ''), +(16823, 2737, 'tcp_hide_buy_button', ''), +(16824, 2737, 'tcp_exclude_range', ''), +(16825, 2737, 'tcp_is_downloadable', ''), +(16826, 2737, 'tcp_max_downloads', '0'), +(16827, 2737, 'tcp_days_to_expire', '0'), +(16828, 2737, 'tcp_is_visible', '1'), +(16829, 2737, 'tcp_weight', '0'), +(16830, 2737, '_thumbnail_id', '2625'), +(16831, 2738, 'tcp_price', ''), +(16832, 2738, 'tcp_stock', '-1'), +(16833, 2738, 'tcp_type', 'SIMPLE'), +(16834, 2738, 'tcp_order', '45'), +(16835, 2738, 'tcp_sku', 'MORAINOXBLANCO'), +(16836, 2738, 'tcp_tax_id', '0'), +(16837, 2738, 'tcp_back_end_label', ''), +(16838, 2738, 'tcp_hide_buy_button', ''), +(16839, 2738, 'tcp_exclude_range', ''), +(16840, 2738, 'tcp_is_downloadable', ''), +(16841, 2738, 'tcp_max_downloads', '0'), +(16842, 2738, 'tcp_days_to_expire', '0'), +(16843, 2738, 'tcp_is_visible', '1'), +(16844, 2738, 'tcp_weight', '0'), +(16845, 2738, '_thumbnail_id', '2627'), +(16846, 2739, 'tcp_price', ''), +(16847, 2739, 'tcp_stock', '-1'), +(16848, 2739, 'tcp_type', 'SIMPLE'), +(16849, 2739, 'tcp_order', '46'), +(16850, 2739, 'tcp_sku', 'MORAINOXNEGRO'), +(16851, 2739, 'tcp_tax_id', '0'), +(16852, 2739, 'tcp_back_end_label', ''), +(16853, 2739, 'tcp_hide_buy_button', ''), +(16854, 2739, 'tcp_exclude_range', ''), +(16855, 2739, 'tcp_is_downloadable', ''), +(16856, 2739, 'tcp_max_downloads', '0'), +(16857, 2739, 'tcp_days_to_expire', '0'), +(16858, 2739, 'tcp_is_visible', '1'), +(16859, 2739, 'tcp_weight', '0'), +(16860, 2739, '_thumbnail_id', '2628'), +(16861, 2740, 'tcp_price', ''), +(16862, 2740, 'tcp_stock', '-1'), +(16863, 2740, 'tcp_type', 'SIMPLE'), +(16864, 2740, 'tcp_order', '47'), +(16865, 2740, 'tcp_sku', 'MORAJOY'), +(16866, 2740, 'tcp_tax_id', '0'), +(16867, 2740, 'tcp_back_end_label', ''), +(16868, 2740, 'tcp_hide_buy_button', ''), +(16869, 2740, 'tcp_exclude_range', ''), +(16870, 2740, 'tcp_is_downloadable', ''), +(16871, 2740, 'tcp_max_downloads', '0'), +(16872, 2740, 'tcp_days_to_expire', '0'), +(16873, 2740, 'tcp_is_visible', '1'), +(16874, 2740, 'tcp_weight', '0'), +(16875, 2740, '_thumbnail_id', '2629'), +(16876, 2741, 'tcp_price', ''), +(16877, 2741, 'tcp_stock', '-1'), +(16878, 2741, 'tcp_type', 'SIMPLE'), +(16879, 2741, 'tcp_order', '48'), +(16880, 2741, 'tcp_sku', 'MORAKOP'), +(16881, 2741, 'tcp_tax_id', '0'), +(16882, 2741, 'tcp_back_end_label', ''), +(16883, 2741, 'tcp_hide_buy_button', ''), +(16884, 2741, 'tcp_exclude_range', ''), +(16885, 2741, 'tcp_is_downloadable', ''), +(16886, 2741, 'tcp_max_downloads', '0'), +(16887, 2741, 'tcp_days_to_expire', '0'), +(16888, 2741, 'tcp_is_visible', '1'), +(16889, 2741, 'tcp_weight', '0'), +(16890, 2741, '_thumbnail_id', '2630'), +(16891, 2742, 'tcp_price', ''), +(16892, 2742, 'tcp_stock', '-1'), +(16893, 2742, 'tcp_type', 'SIMPLE'), +(16894, 2742, 'tcp_order', '49'), +(16895, 2742, 'tcp_sku', 'MORALARSON'), +(16896, 2742, 'tcp_tax_id', '0'), +(16897, 2742, 'tcp_back_end_label', ''), +(16898, 2742, 'tcp_hide_buy_button', ''), +(16899, 2742, 'tcp_exclude_range', ''), +(16900, 2742, 'tcp_is_downloadable', ''), +(16901, 2742, 'tcp_max_downloads', '0'), +(16902, 2742, 'tcp_days_to_expire', '0'), +(16903, 2742, 'tcp_is_visible', '1'), +(16904, 2742, 'tcp_weight', '0'), +(16905, 2742, '_thumbnail_id', '2631'), +(16906, 2743, 'tcp_price', ''), +(16907, 2743, 'tcp_stock', '-1'), +(16908, 2743, 'tcp_type', 'SIMPLE'), +(16909, 2743, 'tcp_order', '50'), +(16910, 2743, 'tcp_sku', 'MORALEVI'), +(16911, 2743, 'tcp_tax_id', '0'), +(16912, 2743, 'tcp_back_end_label', ''), +(16913, 2743, 'tcp_hide_buy_button', ''), +(16914, 2743, 'tcp_exclude_range', ''), +(16915, 2743, 'tcp_is_downloadable', ''), +(16916, 2743, 'tcp_max_downloads', '0'), +(16917, 2743, 'tcp_days_to_expire', '0'), +(16918, 2743, 'tcp_is_visible', '1'), +(16919, 2743, 'tcp_weight', '0'), +(16920, 2743, '_thumbnail_id', '2632'), +(16921, 2744, 'tcp_price', ''), +(16922, 2744, 'tcp_stock', '-1'), +(16923, 2744, 'tcp_type', 'SIMPLE'), +(16924, 2744, 'tcp_order', '51'), +(16925, 2744, 'tcp_sku', 'MORALORD'), +(16926, 2744, 'tcp_tax_id', '0'), +(16927, 2744, 'tcp_back_end_label', ''), +(16928, 2744, 'tcp_hide_buy_button', ''), +(16929, 2744, 'tcp_exclude_range', ''), +(16930, 2744, 'tcp_is_downloadable', ''), +(16931, 2744, 'tcp_max_downloads', '0'), +(16932, 2744, 'tcp_days_to_expire', '0'), +(16933, 2744, 'tcp_is_visible', '1'), +(16934, 2744, 'tcp_weight', '0'), +(16935, 2744, '_thumbnail_id', '2633'), +(16936, 2745, 'tcp_price', ''), +(16937, 2745, 'tcp_stock', '-1'), +(16938, 2745, 'tcp_type', 'SIMPLE'), +(16939, 2745, 'tcp_order', '52'), +(16940, 2745, 'tcp_sku', 'MORAMAO'), +(16941, 2745, 'tcp_tax_id', '0'), +(16942, 2745, 'tcp_back_end_label', ''), +(16943, 2745, 'tcp_hide_buy_button', ''), +(16944, 2745, 'tcp_exclude_range', ''), +(16945, 2745, 'tcp_is_downloadable', ''), +(16946, 2745, 'tcp_max_downloads', '0'), +(16947, 2745, 'tcp_days_to_expire', '0'), +(16948, 2745, 'tcp_is_visible', '1'), +(16949, 2745, 'tcp_weight', '0'), +(16950, 2745, '_thumbnail_id', '2634'), +(16951, 2746, 'tcp_price', ''), +(16952, 2746, 'tcp_stock', '-1'), +(16953, 2746, 'tcp_type', 'SIMPLE'), +(16954, 2746, 'tcp_order', '53'), +(16955, 2746, 'tcp_sku', 'MORAMARCO'), +(16956, 2746, 'tcp_tax_id', '0'), +(16957, 2746, 'tcp_back_end_label', ''), +(16958, 2746, 'tcp_hide_buy_button', ''), +(16959, 2746, 'tcp_exclude_range', ''), +(16960, 2746, 'tcp_is_downloadable', ''), +(16961, 2746, 'tcp_max_downloads', '0'), +(16962, 2746, 'tcp_days_to_expire', '0'), +(16963, 2746, 'tcp_is_visible', '1'), +(16964, 2746, 'tcp_weight', '0'), +(16965, 2746, '_thumbnail_id', '2635'), +(16966, 2747, 'tcp_price', ''), +(16967, 2747, 'tcp_stock', '-1'), +(16968, 2747, 'tcp_type', 'SIMPLE'), +(16969, 2747, 'tcp_order', '54'), +(16970, 2747, 'tcp_sku', 'MORAMITO'), +(16971, 2747, 'tcp_tax_id', '0'), +(16972, 2747, 'tcp_back_end_label', ''), +(16973, 2747, 'tcp_hide_buy_button', ''), +(16974, 2747, 'tcp_exclude_range', ''), +(16975, 2747, 'tcp_is_downloadable', ''), +(16976, 2747, 'tcp_max_downloads', '0'), +(16977, 2747, 'tcp_days_to_expire', '0'), +(16978, 2747, 'tcp_is_visible', '1'), +(16979, 2747, 'tcp_weight', '0'), +(16980, 2747, '_thumbnail_id', '2636'), +(16981, 2748, 'tcp_price', ''), +(16982, 2748, 'tcp_stock', '-1'), +(16983, 2748, 'tcp_type', 'SIMPLE'), +(16984, 2748, 'tcp_order', '55'), +(16985, 2748, 'tcp_sku', 'MORAMITO2'), +(16986, 2748, 'tcp_tax_id', '0'), +(16987, 2748, 'tcp_back_end_label', ''), +(16988, 2748, 'tcp_hide_buy_button', ''), +(16989, 2748, 'tcp_exclude_range', ''), +(16990, 2748, 'tcp_is_downloadable', ''), +(16991, 2748, 'tcp_max_downloads', '0'), +(16992, 2748, 'tcp_days_to_expire', '0'), +(16993, 2748, 'tcp_is_visible', '1'), +(16994, 2748, 'tcp_weight', '0'), +(16995, 2748, '_thumbnail_id', '2637'), +(16996, 2749, 'tcp_price', ''), +(16997, 2749, 'tcp_stock', '-1'), +(16998, 2749, 'tcp_type', 'SIMPLE'), +(16999, 2749, 'tcp_order', '56'), +(17000, 2749, 'tcp_sku', 'MORANEO'), +(17001, 2749, 'tcp_tax_id', '0'), +(17002, 2749, 'tcp_back_end_label', ''), +(17003, 2749, 'tcp_hide_buy_button', ''), +(17004, 2749, 'tcp_exclude_range', ''), +(17005, 2749, 'tcp_is_downloadable', ''), +(17006, 2749, 'tcp_max_downloads', '0'), +(17007, 2749, 'tcp_days_to_expire', '0'), +(17008, 2749, 'tcp_is_visible', '1'), +(17009, 2749, 'tcp_weight', '0'), +(17010, 2749, '_thumbnail_id', '2638'), +(17011, 2750, 'tcp_price', ''), +(17012, 2750, 'tcp_stock', '-1'), +(17013, 2750, 'tcp_type', 'SIMPLE'), +(17014, 2750, 'tcp_order', '57'), +(17015, 2750, 'tcp_sku', 'MORANORMA'), +(17016, 2750, 'tcp_tax_id', '0'), +(17017, 2750, 'tcp_back_end_label', ''), +(17018, 2750, 'tcp_hide_buy_button', ''), +(17019, 2750, 'tcp_exclude_range', ''), +(17020, 2750, 'tcp_is_downloadable', ''), +(17021, 2750, 'tcp_max_downloads', '0'), +(17022, 2750, 'tcp_days_to_expire', '0'), +(17023, 2750, 'tcp_is_visible', '1'), +(17024, 2750, 'tcp_weight', '0'), +(17025, 2750, '_thumbnail_id', '2639'), +(17026, 2751, 'tcp_price', ''), +(17027, 2751, 'tcp_stock', '-1'), +(17028, 2751, 'tcp_type', 'SIMPLE'), +(17029, 2751, 'tcp_order', '58'), +(17030, 2751, 'tcp_sku', 'MORANUBE'), +(17031, 2751, 'tcp_tax_id', '0'), +(17032, 2751, 'tcp_back_end_label', ''), +(17033, 2751, 'tcp_hide_buy_button', ''), +(17034, 2751, 'tcp_exclude_range', ''), +(17035, 2751, 'tcp_is_downloadable', ''), +(17036, 2751, 'tcp_max_downloads', '0'), +(17037, 2751, 'tcp_days_to_expire', '0'), +(17038, 2751, 'tcp_is_visible', '1'), +(17039, 2751, 'tcp_weight', '0'), +(17040, 2751, '_thumbnail_id', '2640'), +(17041, 2752, 'tcp_price', ''), +(17042, 2752, 'tcp_stock', '-1'), +(17043, 2752, 'tcp_type', 'SIMPLE'), +(17044, 2752, 'tcp_order', '59'), +(17045, 2752, 'tcp_sku', 'MORAPISCIS-SOFACAMA'), +(17046, 2752, 'tcp_tax_id', '0'), +(17047, 2752, 'tcp_back_end_label', ''), +(17048, 2752, 'tcp_hide_buy_button', ''), +(17049, 2752, 'tcp_exclude_range', ''), +(17050, 2752, 'tcp_is_downloadable', ''), +(17051, 2752, 'tcp_max_downloads', '0'), +(17052, 2752, 'tcp_days_to_expire', '0'), +(17053, 2752, 'tcp_is_visible', '1'), +(17054, 2752, 'tcp_weight', '0'), +(17055, 2752, '_thumbnail_id', '2642'), +(17056, 2753, 'tcp_price', ''), +(17057, 2753, 'tcp_stock', '-1'), +(17058, 2753, 'tcp_type', 'SIMPLE'), +(17059, 2753, 'tcp_order', '60'), +(17060, 2753, 'tcp_sku', 'MORAPISCIS'), +(17061, 2753, 'tcp_tax_id', '0'), +(17062, 2753, 'tcp_back_end_label', ''), +(17063, 2753, 'tcp_hide_buy_button', ''), +(17064, 2753, 'tcp_exclude_range', ''), +(17065, 2753, 'tcp_is_downloadable', ''), +(17066, 2753, 'tcp_max_downloads', '0'), +(17067, 2753, 'tcp_days_to_expire', '0'), +(17068, 2753, 'tcp_is_visible', '1'), +(17069, 2753, 'tcp_weight', '0'), +(17070, 2753, '_thumbnail_id', '2641'), +(17071, 2754, 'tcp_price', ''), +(17072, 2754, 'tcp_stock', '-1'), +(17073, 2754, 'tcp_type', 'SIMPLE'), +(17074, 2754, 'tcp_order', '61'), +(17075, 2754, 'tcp_sku', 'MORASAHARA'), +(17076, 2754, 'tcp_tax_id', '0'), +(17077, 2754, 'tcp_back_end_label', ''), +(17078, 2754, 'tcp_hide_buy_button', ''), +(17079, 2754, 'tcp_exclude_range', ''), +(17080, 2754, 'tcp_is_downloadable', ''), +(17081, 2754, 'tcp_max_downloads', '0'), +(17082, 2754, 'tcp_days_to_expire', '0'), +(17083, 2754, 'tcp_is_visible', '1'), +(17084, 2754, 'tcp_weight', '0'), +(17085, 2754, '_thumbnail_id', '2643'), +(17086, 2755, 'tcp_price', ''), +(17087, 2755, 'tcp_stock', '-1'), +(17088, 2755, 'tcp_type', 'SIMPLE'), +(17089, 2755, 'tcp_order', '62'), +(17090, 2755, 'tcp_sku', 'MORASENSE'), +(17091, 2755, 'tcp_tax_id', '0'), +(17092, 2755, 'tcp_back_end_label', ''), +(17093, 2755, 'tcp_hide_buy_button', ''), +(17094, 2755, 'tcp_exclude_range', ''), +(17095, 2755, 'tcp_is_downloadable', ''), +(17096, 2755, 'tcp_max_downloads', '0'), +(17097, 2755, 'tcp_days_to_expire', '0'), +(17098, 2755, 'tcp_is_visible', '1'), +(17099, 2755, 'tcp_weight', '0'), +(17100, 2755, '_thumbnail_id', '2644'), +(17101, 2756, 'tcp_price', ''), +(17102, 2756, 'tcp_stock', '-1'), +(17103, 2756, 'tcp_type', 'SIMPLE'), +(17104, 2756, 'tcp_order', '63'), +(17105, 2756, 'tcp_sku', 'MORAVARA'), +(17106, 2756, 'tcp_tax_id', '0'), +(17107, 2756, 'tcp_back_end_label', ''), +(17108, 2756, 'tcp_hide_buy_button', ''), +(17109, 2756, 'tcp_exclude_range', ''), +(17110, 2756, 'tcp_is_downloadable', ''), +(17111, 2756, 'tcp_max_downloads', '0'), +(17112, 2756, 'tcp_days_to_expire', '0'), +(17113, 2756, 'tcp_is_visible', '1'), +(17114, 2756, 'tcp_weight', '0'), +(17115, 2756, '_thumbnail_id', '2645'), +(17116, 2757, 'tcp_price', ''), +(17117, 2757, 'tcp_stock', '-1'), +(17118, 2757, 'tcp_type', 'SIMPLE'), +(17119, 2757, 'tcp_order', '64'), +(17120, 2757, 'tcp_sku', 'MORAVIRGO'), +(17121, 2757, 'tcp_tax_id', '0'), +(17122, 2757, 'tcp_back_end_label', ''), +(17123, 2757, 'tcp_hide_buy_button', ''), +(17124, 2757, 'tcp_exclude_range', ''), +(17125, 2757, 'tcp_is_downloadable', ''), +(17126, 2757, 'tcp_max_downloads', '0'), +(17127, 2757, 'tcp_days_to_expire', '0'), +(17128, 2757, 'tcp_is_visible', '1'), +(17129, 2757, 'tcp_weight', '0'), +(17130, 2757, '_thumbnail_id', '2646'), +(17131, 2758, 'tcp_price', ''), +(17132, 2758, 'tcp_stock', '-1'), +(17133, 2758, 'tcp_type', 'SIMPLE'), +(17134, 2758, 'tcp_order', '65'), +(17135, 2758, 'tcp_sku', 'MORAWEST'), +(17136, 2758, 'tcp_tax_id', '0'), +(17137, 2758, 'tcp_back_end_label', ''), +(17138, 2758, 'tcp_hide_buy_button', ''), +(17139, 2758, 'tcp_exclude_range', ''), +(17140, 2758, 'tcp_is_downloadable', ''), +(17141, 2758, 'tcp_max_downloads', '0'), +(17142, 2758, 'tcp_days_to_expire', '0'), +(17143, 2758, 'tcp_is_visible', '1'), +(17144, 2758, 'tcp_weight', '0'), +(17145, 2758, '_thumbnail_id', '2647'), +(17146, 2759, 'tcp_price', ''), +(17147, 2759, 'tcp_stock', '-1'), +(17148, 2759, 'tcp_type', 'SIMPLE'), +(17149, 2759, 'tcp_order', '66'), +(17150, 2759, 'tcp_sku', 'MORAXIAN'), +(17151, 2759, 'tcp_tax_id', '0'), +(17152, 2759, 'tcp_back_end_label', ''), +(17153, 2759, 'tcp_hide_buy_button', ''), +(17154, 2759, 'tcp_exclude_range', ''), +(17155, 2759, 'tcp_is_downloadable', ''), +(17156, 2759, 'tcp_max_downloads', '0'), +(17157, 2759, 'tcp_days_to_expire', '0'), +(17158, 2759, 'tcp_is_visible', '1'), +(17159, 2759, 'tcp_weight', '0'), +(17160, 2759, '_thumbnail_id', '2648'), +(17161, 2760, 'tcp_price', ''), +(17162, 2760, 'tcp_stock', '-1'), +(17163, 2760, 'tcp_type', 'SIMPLE'), +(17164, 2760, 'tcp_order', '67'), +(17165, 2760, 'tcp_sku', 'MORAXIAN2'), +(17166, 2760, 'tcp_tax_id', '0'), +(17167, 2760, 'tcp_back_end_label', ''), +(17168, 2760, 'tcp_hide_buy_button', ''), +(17169, 2760, 'tcp_exclude_range', ''), +(17170, 2760, 'tcp_is_downloadable', ''), +(17171, 2760, 'tcp_max_downloads', '0'), +(17172, 2760, 'tcp_days_to_expire', '0'), +(17173, 2760, 'tcp_is_visible', '1'), +(17174, 2760, 'tcp_weight', '0'), +(17175, 2760, '_thumbnail_id', '2649'), +(17176, 2761, 'tcp_price', ''), +(17177, 2761, 'tcp_stock', '-1'), +(17178, 2761, 'tcp_type', 'SIMPLE'), +(17179, 2761, 'tcp_order', '68'), +(17180, 2761, 'tcp_sku', 'MORAZODIACO'), +(17181, 2761, 'tcp_tax_id', '0'), +(17182, 2761, 'tcp_back_end_label', ''), +(17183, 2761, 'tcp_hide_buy_button', ''), +(17184, 2761, 'tcp_exclude_range', ''), +(17185, 2761, 'tcp_is_downloadable', ''), +(17186, 2761, 'tcp_max_downloads', '0'), +(17187, 2761, 'tcp_days_to_expire', '0'), +(17188, 2761, 'tcp_is_visible', '1'), +(17189, 2761, 'tcp_weight', '0'), +(17190, 2761, '_thumbnail_id', '2650'), +(17191, 2762, 'tcp_price', ''), +(17192, 2762, 'tcp_stock', '-1'), +(17193, 2762, 'tcp_type', 'SIMPLE'), +(17194, 2762, 'tcp_order', '69'), +(17195, 2762, 'tcp_sku', 'MORAZODIACO2'), +(17196, 2762, 'tcp_tax_id', '0'), +(17197, 2762, 'tcp_back_end_label', ''), +(17198, 2762, 'tcp_hide_buy_button', ''), +(17199, 2762, 'tcp_exclude_range', ''), +(17200, 2762, 'tcp_is_downloadable', ''), +(17201, 2762, 'tcp_max_downloads', '0'), +(17202, 2762, 'tcp_days_to_expire', '0'), +(17203, 2762, 'tcp_is_visible', '1'), +(17204, 2762, 'tcp_weight', '0'), +(17205, 2762, '_thumbnail_id', '2651'), +(17206, 2763, 'tcp_price', '587'), +(17207, 2763, 'tcp_stock', '-1'), +(17208, 2763, 'tcp_type', 'SIMPLE'), +(17209, 2763, 'tcp_order', '70'), +(17210, 2763, 'tcp_sku', 'MOY-148133'), +(17211, 2763, 'tcp_tax_id', '0'), +(17212, 2763, 'tcp_back_end_label', ''), +(17213, 2763, 'tcp_hide_buy_button', ''), +(17214, 2763, 'tcp_exclude_range', ''), +(17215, 2763, 'tcp_is_downloadable', ''), +(17216, 2763, 'tcp_max_downloads', '0'), +(17217, 2763, 'tcp_days_to_expire', '0'), +(17218, 2763, 'tcp_is_visible', '1'), +(17219, 2763, 'tcp_weight', '0'), +(17220, 2763, '_thumbnail_id', '2665'), +(17221, 2764, 'tcp_price', '519'), +(17222, 2764, 'tcp_stock', '-1'), +(17223, 2764, 'tcp_type', 'SIMPLE'), +(17224, 2764, 'tcp_order', '71'), +(17225, 2764, 'tcp_sku', 'MOY-148134'), +(17226, 2764, 'tcp_tax_id', '0'), +(17227, 2764, 'tcp_back_end_label', ''), +(17228, 2764, 'tcp_hide_buy_button', ''), +(17229, 2764, 'tcp_exclude_range', ''), +(17230, 2764, 'tcp_is_downloadable', ''), +(17231, 2764, 'tcp_max_downloads', '0'), +(17232, 2764, 'tcp_days_to_expire', '0'), +(17233, 2764, 'tcp_is_visible', '1'), +(17234, 2764, 'tcp_weight', '0'), +(17235, 2764, '_thumbnail_id', '2666'), +(17236, 2765, 'tcp_price', '339'), +(17237, 2765, 'tcp_stock', '-1'), +(17238, 2765, 'tcp_type', 'SIMPLE'), +(17239, 2765, 'tcp_order', '72'), +(17240, 2765, 'tcp_sku', 'MOY-30863J'), +(17241, 2765, 'tcp_tax_id', '0'), +(17242, 2765, 'tcp_back_end_label', ''), +(17243, 2765, 'tcp_hide_buy_button', ''), +(17244, 2765, 'tcp_exclude_range', ''), +(17245, 2765, 'tcp_is_downloadable', ''), +(17246, 2765, 'tcp_max_downloads', '0'), +(17247, 2765, 'tcp_days_to_expire', '0'), +(17248, 2765, 'tcp_is_visible', '1'), +(17249, 2765, 'tcp_weight', '0'), +(17250, 2765, '_thumbnail_id', '2660'), +(17251, 2766, 'tcp_price', '527'), +(17252, 2766, 'tcp_stock', '-1'), +(17253, 2766, 'tcp_type', 'SIMPLE'), +(17254, 2766, 'tcp_order', '73'), +(17255, 2766, 'tcp_sku', 'MOY-9290145'), +(17256, 2766, 'tcp_tax_id', '0'), +(17257, 2766, 'tcp_back_end_label', ''), +(17258, 2766, 'tcp_hide_buy_button', ''), +(17259, 2766, 'tcp_exclude_range', ''), +(17260, 2766, 'tcp_is_downloadable', ''), +(17261, 2766, 'tcp_max_downloads', '0'), +(17262, 2766, 'tcp_days_to_expire', '0'), +(17263, 2766, 'tcp_is_visible', '1'), +(17264, 2766, 'tcp_weight', '0'), +(17265, 2766, '_thumbnail_id', '2670'), +(17266, 2767, 'tcp_price', '497'), +(17267, 2767, 'tcp_stock', '-1'), +(17268, 2767, 'tcp_type', 'SIMPLE'), +(17269, 2767, 'tcp_order', '74'), +(17270, 2767, 'tcp_sku', 'MOY-14046'), +(17271, 2767, 'tcp_tax_id', '0'), +(17272, 2767, 'tcp_back_end_label', ''), +(17273, 2767, 'tcp_hide_buy_button', ''), +(17274, 2767, 'tcp_exclude_range', ''), +(17275, 2767, 'tcp_is_downloadable', ''), +(17276, 2767, 'tcp_max_downloads', '0'), +(17277, 2767, 'tcp_days_to_expire', '0'), +(17278, 2767, 'tcp_is_visible', '1'), +(17279, 2767, 'tcp_weight', '0'), +(17280, 2767, '_thumbnail_id', '2653'), +(17281, 2768, 'tcp_price', '497'), +(17282, 2768, 'tcp_stock', '-1'), +(17283, 2768, 'tcp_type', 'SIMPLE'), +(17284, 2768, 'tcp_order', '75'), +(17285, 2768, 'tcp_sku', 'MOY-14046B'), +(17286, 2768, 'tcp_tax_id', '0'), +(17287, 2768, 'tcp_back_end_label', ''), +(17288, 2768, 'tcp_hide_buy_button', ''), +(17289, 2768, 'tcp_exclude_range', ''), +(17290, 2768, 'tcp_is_downloadable', ''), +(17291, 2768, 'tcp_max_downloads', '0'), +(17292, 2768, 'tcp_days_to_expire', '0'), +(17293, 2768, 'tcp_is_visible', '1'), +(17294, 2768, 'tcp_weight', '0'), +(17295, 2768, '_thumbnail_id', '2654'), +(17296, 2769, 'tcp_price', '319'), +(17297, 2769, 'tcp_stock', '-1'), +(17298, 2769, 'tcp_type', 'SIMPLE'), +(17299, 2769, 'tcp_order', '76'), +(17300, 2769, 'tcp_sku', 'MOY-141116'), +(17301, 2769, 'tcp_tax_id', '0'), +(17302, 2769, 'tcp_back_end_label', ''), +(17303, 2769, 'tcp_hide_buy_button', ''), +(17304, 2769, 'tcp_exclude_range', ''), +(17305, 2769, 'tcp_is_downloadable', ''), +(17306, 2769, 'tcp_max_downloads', '0'), +(17307, 2769, 'tcp_days_to_expire', '0'), +(17308, 2769, 'tcp_is_visible', '1'), +(17309, 2769, 'tcp_weight', '0'), +(17310, 2769, '_thumbnail_id', '2663'), +(17311, 2770, 'tcp_price', '559'), +(17312, 2770, 'tcp_stock', '-1'), +(17313, 2770, 'tcp_type', 'SIMPLE'), +(17314, 2770, 'tcp_order', '77'), +(17315, 2770, 'tcp_sku', 'MOY-14423'), +(17316, 2770, 'tcp_tax_id', '0'), +(17317, 2770, 'tcp_back_end_label', ''), +(17318, 2770, 'tcp_hide_buy_button', ''), +(17319, 2770, 'tcp_exclude_range', ''), +(17320, 2770, 'tcp_is_downloadable', ''), +(17321, 2770, 'tcp_max_downloads', '0'), +(17322, 2770, 'tcp_days_to_expire', '0'), +(17323, 2770, 'tcp_is_visible', '1'), +(17324, 2770, 'tcp_weight', '0'), +(17325, 2770, '_thumbnail_id', '2655'), +(17326, 2771, 'tcp_price', '559'), +(17327, 2771, 'tcp_stock', '-1'), +(17328, 2771, 'tcp_type', 'SIMPLE'), +(17329, 2771, 'tcp_order', '78'), +(17330, 2771, 'tcp_sku', 'MOY-14424'), +(17331, 2771, 'tcp_tax_id', '0'), +(17332, 2771, 'tcp_back_end_label', ''), +(17333, 2771, 'tcp_hide_buy_button', ''), +(17334, 2771, 'tcp_exclude_range', ''), +(17335, 2771, 'tcp_is_downloadable', ''), +(17336, 2771, 'tcp_max_downloads', '0'), +(17337, 2771, 'tcp_days_to_expire', '0'), +(17338, 2771, 'tcp_is_visible', '1'), +(17339, 2771, 'tcp_weight', '0'), +(17340, 2771, '_thumbnail_id', '2656'), +(17341, 2772, 'tcp_price', '517'), +(17342, 2772, 'tcp_stock', '-1'), +(17343, 2772, 'tcp_type', 'SIMPLE'), +(17344, 2772, 'tcp_order', '79'), +(17345, 2772, 'tcp_sku', 'MOY-148085'), +(17346, 2772, 'tcp_tax_id', '0'), +(17347, 2772, 'tcp_back_end_label', ''), +(17348, 2772, 'tcp_hide_buy_button', ''), +(17349, 2772, 'tcp_exclude_range', ''), +(17350, 2772, 'tcp_is_downloadable', ''), +(17351, 2772, 'tcp_max_downloads', '0'), +(17352, 2772, 'tcp_days_to_expire', '0'), +(17353, 2772, 'tcp_is_visible', '1'), +(17354, 2772, 'tcp_weight', '0'), +(17355, 2772, '_thumbnail_id', '2664'), +(17356, 2773, 'tcp_price', '997'), +(17357, 2773, 'tcp_stock', '-1'), +(17358, 2773, 'tcp_type', 'SIMPLE'), +(17359, 2773, 'tcp_order', '80'), +(17360, 2773, 'tcp_sku', 'MOY-30860'), +(17361, 2773, 'tcp_tax_id', '0'), +(17362, 2773, 'tcp_back_end_label', ''), +(17363, 2773, 'tcp_hide_buy_button', ''), +(17364, 2773, 'tcp_exclude_range', ''), +(17365, 2773, 'tcp_is_downloadable', ''), +(17366, 2773, 'tcp_max_downloads', '0'), +(17367, 2773, 'tcp_days_to_expire', '0'), +(17368, 2773, 'tcp_is_visible', '1'), +(17369, 2773, 'tcp_weight', '0'), +(17370, 2773, '_thumbnail_id', '2657'), +(17371, 2774, 'tcp_price', '997'), +(17372, 2774, 'tcp_stock', '-1'), +(17373, 2774, 'tcp_type', 'SIMPLE'), +(17374, 2774, 'tcp_order', '81'), +(17375, 2774, 'tcp_sku', 'MOY-30861'), +(17376, 2774, 'tcp_tax_id', '0'), +(17377, 2774, 'tcp_back_end_label', ''), +(17378, 2774, 'tcp_hide_buy_button', ''), +(17379, 2774, 'tcp_exclude_range', ''), +(17380, 2774, 'tcp_is_downloadable', ''), +(17381, 2774, 'tcp_max_downloads', '0'), +(17382, 2774, 'tcp_days_to_expire', '0'), +(17383, 2774, 'tcp_is_visible', '1'), +(17384, 2774, 'tcp_weight', '0'), +(17385, 2774, '_thumbnail_id', '2658'), +(17386, 2775, 'tcp_price', '337'), +(17387, 2775, 'tcp_stock', '-1'), +(17388, 2775, 'tcp_type', 'SIMPLE'), +(17389, 2775, 'tcp_order', '82'), +(17390, 2775, 'tcp_sku', 'MOY-30863'), +(17391, 2775, 'tcp_tax_id', '0'), +(17392, 2775, 'tcp_back_end_label', ''), +(17393, 2775, 'tcp_hide_buy_button', ''), +(17394, 2775, 'tcp_exclude_range', ''), +(17395, 2775, 'tcp_is_downloadable', ''), +(17396, 2775, 'tcp_max_downloads', '0'), +(17397, 2775, 'tcp_days_to_expire', '0'), +(17398, 2775, 'tcp_is_visible', '1'), +(17399, 2775, 'tcp_weight', '0'), +(17400, 2775, '_thumbnail_id', '2659'), +(17401, 2776, 'tcp_price', '229'), +(17402, 2776, 'tcp_stock', '-1'), +(17403, 2776, 'tcp_type', 'SIMPLE'), +(17404, 2776, 'tcp_order', '83'), +(17405, 2776, 'tcp_sku', 'MOY-39005'), +(17406, 2776, 'tcp_tax_id', '0'), +(17407, 2776, 'tcp_back_end_label', ''), +(17408, 2776, 'tcp_hide_buy_button', ''), +(17409, 2776, 'tcp_exclude_range', ''), +(17410, 2776, 'tcp_is_downloadable', ''), +(17411, 2776, 'tcp_max_downloads', '0'), +(17412, 2776, 'tcp_days_to_expire', '0'), +(17413, 2776, 'tcp_is_visible', '1'), +(17414, 2776, 'tcp_weight', '0'), +(17415, 2776, '_thumbnail_id', '2661'), +(17416, 2777, 'tcp_price', '139'), +(17417, 2777, 'tcp_stock', '-1'), +(17418, 2777, 'tcp_type', 'SIMPLE'), +(17419, 2777, 'tcp_order', '84'), +(17420, 2777, 'tcp_sku', 'MOY-39006'), +(17421, 2777, 'tcp_tax_id', '0'), +(17422, 2777, 'tcp_back_end_label', ''), +(17423, 2777, 'tcp_hide_buy_button', ''), +(17424, 2777, 'tcp_exclude_range', ''), +(17425, 2777, 'tcp_is_downloadable', ''), +(17426, 2777, 'tcp_max_downloads', '0'), +(17427, 2777, 'tcp_days_to_expire', '0'), +(17428, 2777, 'tcp_is_visible', '1'), +(17429, 2777, 'tcp_weight', '0'), +(17430, 2777, '_thumbnail_id', '2662'), +(17431, 2778, 'tcp_price', '469'), +(17432, 2778, 'tcp_stock', '-1'), +(17433, 2778, 'tcp_type', 'SIMPLE'), +(17434, 2778, 'tcp_order', '85'), +(17435, 2778, 'tcp_sku', 'MOY-4030'), +(17436, 2778, 'tcp_tax_id', '0'), +(17437, 2778, 'tcp_back_end_label', ''), +(17438, 2778, 'tcp_hide_buy_button', ''), +(17439, 2778, 'tcp_exclude_range', ''), +(17440, 2778, 'tcp_is_downloadable', ''), +(17441, 2778, 'tcp_max_downloads', '0'), +(17442, 2778, 'tcp_days_to_expire', '0'), +(17443, 2778, 'tcp_is_visible', '1'), +(17444, 2778, 'tcp_weight', '0'), +(17445, 2778, '_thumbnail_id', '2652'), +(17446, 2779, 'tcp_price', '239'), +(17447, 2779, 'tcp_stock', '-1'), +(17448, 2779, 'tcp_type', 'SIMPLE'), +(17449, 2779, 'tcp_order', '86'), +(17450, 2779, 'tcp_sku', 'MOY-859001'), +(17451, 2779, 'tcp_tax_id', '0'), +(17452, 2779, 'tcp_back_end_label', ''), +(17453, 2779, 'tcp_hide_buy_button', ''), +(17454, 2779, 'tcp_exclude_range', ''), +(17455, 2779, 'tcp_is_downloadable', ''), +(17456, 2779, 'tcp_max_downloads', '0'), +(17457, 2779, 'tcp_days_to_expire', '0'), +(17458, 2779, 'tcp_is_visible', '1'), +(17459, 2779, 'tcp_weight', '0'), +(17460, 2779, '_thumbnail_id', '2667'), +(17461, 2780, 'tcp_price', '249'), +(17462, 2780, 'tcp_stock', '-1'), +(17463, 2780, 'tcp_type', 'SIMPLE'), +(17464, 2780, 'tcp_order', '87'), +(17465, 2780, 'tcp_sku', 'MOY-8656146'), +(17466, 2780, 'tcp_tax_id', '0'), +(17467, 2780, 'tcp_back_end_label', ''), +(17468, 2780, 'tcp_hide_buy_button', ''), +(17469, 2780, 'tcp_exclude_range', ''), +(17470, 2780, 'tcp_is_downloadable', ''), +(17471, 2780, 'tcp_max_downloads', '0'), +(17472, 2780, 'tcp_days_to_expire', '0'), +(17473, 2780, 'tcp_is_visible', '1'), +(17474, 2780, 'tcp_weight', '0'), +(17475, 2780, '_thumbnail_id', '2668'), +(17476, 2781, 'tcp_price', '249'), +(17477, 2781, 'tcp_stock', '-1'), +(17478, 2781, 'tcp_type', 'SIMPLE'), +(17479, 2781, 'tcp_order', '88'), +(17480, 2781, 'tcp_sku', 'MOY-8656168'), +(17481, 2781, 'tcp_tax_id', '0'), +(17482, 2781, 'tcp_back_end_label', ''), +(17483, 2781, 'tcp_hide_buy_button', ''), +(17484, 2781, 'tcp_exclude_range', ''), +(17485, 2781, 'tcp_is_downloadable', ''), +(17486, 2781, 'tcp_max_downloads', '0'), +(17487, 2781, 'tcp_days_to_expire', '0'), +(17488, 2781, 'tcp_is_visible', '1'), +(17489, 2781, 'tcp_weight', '0'), +(17490, 2781, '_thumbnail_id', '2669'), +(17491, 2782, 'tcp_price', '349'), +(17492, 2782, 'tcp_stock', '-1'), +(17493, 2782, 'tcp_type', 'SIMPLE'), +(17494, 2782, 'tcp_order', '89'), +(17495, 2782, 'tcp_sku', 'PORT-1409-38-PORT'), +(17496, 2782, 'tcp_tax_id', '0'), +(17497, 2782, 'tcp_back_end_label', ''), +(17498, 2782, 'tcp_hide_buy_button', ''), +(17499, 2782, 'tcp_exclude_range', ''), +(17500, 2782, 'tcp_is_downloadable', ''), +(17501, 2782, 'tcp_max_downloads', '0'), +(17502, 2782, 'tcp_days_to_expire', '0'), +(17503, 2782, 'tcp_is_visible', '1'), +(17504, 2782, 'tcp_weight', '0'), +(17505, 2782, '_thumbnail_id', '2671'), +(17506, 2783, 'tcp_price', '397'), +(17507, 2783, 'tcp_stock', '-1'), +(17508, 2783, 'tcp_type', 'SIMPLE'), +(17509, 2783, 'tcp_order', '90'), +(17510, 2783, 'tcp_sku', 'SP-30875'), +(17511, 2783, 'tcp_tax_id', '0'), +(17512, 2783, 'tcp_back_end_label', ''), +(17513, 2783, 'tcp_hide_buy_button', ''), +(17514, 2783, 'tcp_exclude_range', ''), +(17515, 2783, 'tcp_is_downloadable', ''), +(17516, 2783, 'tcp_max_downloads', '0'), +(17517, 2783, 'tcp_days_to_expire', '0'), +(17518, 2783, 'tcp_is_visible', '1'), +(17519, 2783, 'tcp_weight', '0'), +(17520, 2783, '_thumbnail_id', '2673'), +(17521, 2784, 'tcp_price', '1237'), +(17522, 2784, 'tcp_stock', '-1'), +(17523, 2784, 'tcp_type', 'SIMPLE'), +(17524, 2784, 'tcp_order', '91'), +(17525, 2784, 'tcp_sku', 'SP-31528'), +(17526, 2784, 'tcp_tax_id', '0'), +(17527, 2784, 'tcp_back_end_label', ''), +(17528, 2784, 'tcp_hide_buy_button', ''), +(17529, 2784, 'tcp_exclude_range', ''), +(17530, 2784, 'tcp_is_downloadable', ''), +(17531, 2784, 'tcp_max_downloads', '0'), +(17532, 2784, 'tcp_days_to_expire', '0'), +(17533, 2784, 'tcp_is_visible', '1'), +(17534, 2784, 'tcp_weight', '0'), +(17535, 2784, '_thumbnail_id', '2674'), +(17536, 2785, 'tcp_price', '1797'), +(17537, 2785, 'tcp_stock', '-1'), +(17538, 2785, 'tcp_type', 'SIMPLE'), +(17539, 2785, 'tcp_order', '92'), +(17540, 2785, 'tcp_sku', 'SP-31532'), +(17541, 2785, 'tcp_tax_id', '0'), +(17542, 2785, 'tcp_back_end_label', ''), +(17543, 2785, 'tcp_hide_buy_button', ''), +(17544, 2785, 'tcp_exclude_range', ''), +(17545, 2785, 'tcp_is_downloadable', ''), +(17546, 2785, 'tcp_max_downloads', '0'), +(17547, 2785, 'tcp_days_to_expire', '0'), +(17548, 2785, 'tcp_is_visible', '1'), +(17549, 2785, 'tcp_weight', '0'), +(17550, 2785, '_thumbnail_id', '2675'), +(17551, 2786, 'tcp_price', '1897'), +(17552, 2786, 'tcp_stock', '-1'), +(17553, 2786, 'tcp_type', 'SIMPLE'), +(17554, 2786, 'tcp_order', '93'), +(17555, 2786, 'tcp_sku', 'SP-31637'), +(17556, 2786, 'tcp_tax_id', '0'), +(17557, 2786, 'tcp_back_end_label', ''), +(17558, 2786, 'tcp_hide_buy_button', ''), +(17559, 2786, 'tcp_exclude_range', ''), +(17560, 2786, 'tcp_is_downloadable', ''), +(17561, 2786, 'tcp_max_downloads', '0'), +(17562, 2786, 'tcp_days_to_expire', '0'), +(17563, 2786, 'tcp_is_visible', '1'), +(17564, 2786, 'tcp_weight', '0'), +(17565, 2786, '_thumbnail_id', '2676'), +(17566, 2787, 'tcp_price', '1687'), +(17567, 2787, 'tcp_stock', '-1'), +(17568, 2787, 'tcp_type', 'SIMPLE'), +(17569, 2787, 'tcp_order', '94'), +(17570, 2787, 'tcp_sku', 'SP-31642'), +(17571, 2787, 'tcp_tax_id', '0'), +(17572, 2787, 'tcp_back_end_label', ''), +(17573, 2787, 'tcp_hide_buy_button', ''), +(17574, 2787, 'tcp_exclude_range', ''), +(17575, 2787, 'tcp_is_downloadable', ''), +(17576, 2787, 'tcp_max_downloads', '0'), +(17577, 2787, 'tcp_days_to_expire', '0'), +(17578, 2787, 'tcp_is_visible', '1'), +(17579, 2787, 'tcp_weight', '0'), +(17580, 2787, '_thumbnail_id', '2677'), +(17581, 2788, 'tcp_price', '1197'), +(17582, 2788, 'tcp_stock', '-1'), +(17583, 2788, 'tcp_type', 'SIMPLE'), +(17584, 2788, 'tcp_order', '95'), +(17585, 2788, 'tcp_sku', 'SP-31643'), +(17586, 2788, 'tcp_tax_id', '0'), +(17587, 2788, 'tcp_back_end_label', ''), +(17588, 2788, 'tcp_hide_buy_button', ''), +(17589, 2788, 'tcp_exclude_range', ''), +(17590, 2788, 'tcp_is_downloadable', ''), +(17591, 2788, 'tcp_max_downloads', '0'), +(17592, 2788, 'tcp_days_to_expire', '0'), +(17593, 2788, 'tcp_is_visible', '1'), +(17594, 2788, 'tcp_weight', '0'), +(17595, 2788, '_thumbnail_id', '2678'), +(17596, 2789, 'tcp_price', '1897'), +(17597, 2789, 'tcp_stock', '-1'), +(17598, 2789, 'tcp_type', 'SIMPLE'), +(17599, 2789, 'tcp_order', '96'), +(17600, 2789, 'tcp_sku', 'SP-31686'), +(17601, 2789, 'tcp_tax_id', '0'), +(17602, 2789, 'tcp_back_end_label', ''), +(17603, 2789, 'tcp_hide_buy_button', ''), +(17604, 2789, 'tcp_exclude_range', ''), +(17605, 2789, 'tcp_is_downloadable', ''), +(17606, 2789, 'tcp_max_downloads', '0'), +(17607, 2789, 'tcp_days_to_expire', '0'), +(17608, 2789, 'tcp_is_visible', '1'), +(17609, 2789, 'tcp_weight', '0'), +(17610, 2789, '_thumbnail_id', '2679'), +(17611, 2790, 'tcp_price', '367'), +(17612, 2790, 'tcp_stock', '-1'), +(17613, 2790, 'tcp_type', 'SIMPLE'), +(17614, 2790, 'tcp_order', '97'), +(17615, 2790, 'tcp_sku', 'SP-31784'), +(17616, 2790, 'tcp_tax_id', '0'), +(17617, 2790, 'tcp_back_end_label', ''), +(17618, 2790, 'tcp_hide_buy_button', ''), +(17619, 2790, 'tcp_exclude_range', ''), +(17620, 2790, 'tcp_is_downloadable', ''), +(17621, 2790, 'tcp_max_downloads', '0'), +(17622, 2790, 'tcp_days_to_expire', '0'), +(17623, 2790, 'tcp_is_visible', '1'), +(17624, 2790, 'tcp_weight', '0'), +(17625, 2790, '_thumbnail_id', '2680'), +(17626, 2791, 'tcp_price', '367'), +(17627, 2791, 'tcp_stock', '-1'), +(17628, 2791, 'tcp_type', 'SIMPLE'), +(17629, 2791, 'tcp_order', '98'), +(17630, 2791, 'tcp_sku', 'SP-31785'), +(17631, 2791, 'tcp_tax_id', '0'), +(17632, 2791, 'tcp_back_end_label', ''), +(17633, 2791, 'tcp_hide_buy_button', ''), +(17634, 2791, 'tcp_exclude_range', ''), +(17635, 2791, 'tcp_is_downloadable', ''), +(17636, 2791, 'tcp_max_downloads', '0'), +(17637, 2791, 'tcp_days_to_expire', '0'), +(17638, 2791, 'tcp_is_visible', '1'), +(17639, 2791, 'tcp_weight', '0'), +(17640, 2791, '_thumbnail_id', '2681'), +(17641, 2792, 'tcp_price', '359'), +(17642, 2792, 'tcp_stock', '-1'), +(17643, 2792, 'tcp_type', 'SIMPLE'), +(17644, 2792, 'tcp_order', '99'), +(17645, 2792, 'tcp_sku', 'SP-9608'), +(17646, 2792, 'tcp_tax_id', '0'), +(17647, 2792, 'tcp_back_end_label', ''), +(17648, 2792, 'tcp_hide_buy_button', ''), +(17649, 2792, 'tcp_exclude_range', ''), +(17650, 2792, 'tcp_is_downloadable', ''), +(17651, 2792, 'tcp_max_downloads', '0'), +(17652, 2792, 'tcp_days_to_expire', '0'), +(17653, 2792, 'tcp_is_visible', '1'), +(17654, 2792, 'tcp_weight', '0'), +(17655, 2792, '_thumbnail_id', '2672'), +(17656, 2793, 'tcp_price', '329'), +(17657, 2793, 'tcp_stock', '-1'), +(17658, 2793, 'tcp_type', 'SIMPLE'), +(17659, 2793, 'tcp_order', '100'), +(17660, 2793, 'tcp_sku', 'VA-1323'), +(17661, 2793, 'tcp_tax_id', '0'), +(17662, 2793, 'tcp_back_end_label', ''), +(17663, 2793, 'tcp_hide_buy_button', ''), +(17664, 2793, 'tcp_exclude_range', ''), +(17665, 2793, 'tcp_is_downloadable', ''), +(17666, 2793, 'tcp_max_downloads', '0'), +(17667, 2793, 'tcp_days_to_expire', '0'), +(17668, 2793, 'tcp_is_visible', '1'), +(17669, 2793, 'tcp_weight', '0'), +(17670, 2793, '_thumbnail_id', '2682'), +(17671, 2794, 'tcp_price', '319'), +(17672, 2794, 'tcp_stock', '-1'), +(17673, 2794, 'tcp_type', 'SIMPLE'), +(17674, 2794, 'tcp_order', '101'), +(17675, 2794, 'tcp_sku', 'VA-2069'), +(17676, 2794, 'tcp_tax_id', '0'), +(17677, 2794, 'tcp_back_end_label', ''), +(17678, 2794, 'tcp_hide_buy_button', ''), +(17679, 2794, 'tcp_exclude_range', ''), +(17680, 2794, 'tcp_is_downloadable', ''), +(17681, 2794, 'tcp_max_downloads', '0'), +(17682, 2794, 'tcp_days_to_expire', '0'), +(17683, 2794, 'tcp_is_visible', '1'), +(17684, 2794, 'tcp_weight', '0'), +(17685, 2794, '_thumbnail_id', '2683'), +(17686, 2795, 'tcp_price', '1679'), +(17687, 2795, 'tcp_stock', '-1'), +(17688, 2795, 'tcp_type', 'SIMPLE'), +(17689, 2795, 'tcp_order', '102'), +(17690, 2795, 'tcp_sku', 'VA-2074'), +(17691, 2795, 'tcp_tax_id', '0'), +(17692, 2795, 'tcp_back_end_label', ''), +(17693, 2795, 'tcp_hide_buy_button', ''), +(17694, 2795, 'tcp_exclude_range', ''), +(17695, 2795, 'tcp_is_downloadable', ''), +(17696, 2795, 'tcp_max_downloads', '0'), +(17697, 2795, 'tcp_days_to_expire', '0'), +(17698, 2795, 'tcp_is_visible', '1'), +(17699, 2795, 'tcp_weight', '0'), +(17700, 2795, '_thumbnail_id', '2684'), +(17701, 2796, 'tcp_price', '359'), +(17702, 2796, 'tcp_stock', '-1'), +(17703, 2796, 'tcp_type', 'SIMPLE'), +(17704, 2796, 'tcp_order', '103'), +(17705, 2796, 'tcp_sku', 'VA-3247'), +(17706, 2796, 'tcp_tax_id', '0'), +(17707, 2796, 'tcp_back_end_label', ''), +(17708, 2796, 'tcp_hide_buy_button', ''), +(17709, 2796, 'tcp_exclude_range', ''), +(17710, 2796, 'tcp_is_downloadable', ''), +(17711, 2796, 'tcp_max_downloads', '0'), +(17712, 2796, 'tcp_days_to_expire', '0'), +(17713, 2796, 'tcp_is_visible', '1'), +(17714, 2796, 'tcp_weight', '0'), +(17715, 2796, '_thumbnail_id', '2685'), +(17716, 2797, 'tcp_price', '337'), +(17717, 2797, 'tcp_stock', '-1'), +(17718, 2797, 'tcp_type', 'SIMPLE'), +(17719, 2797, 'tcp_order', '104'), +(17720, 2797, 'tcp_sku', 'VIC-12310'), +(17721, 2797, 'tcp_tax_id', '0'), +(17722, 2797, 'tcp_back_end_label', ''), +(17723, 2797, 'tcp_hide_buy_button', ''), +(17724, 2797, 'tcp_exclude_range', ''), +(17725, 2797, 'tcp_is_downloadable', ''), +(17726, 2797, 'tcp_max_downloads', '0'), +(17727, 2797, 'tcp_days_to_expire', '0'), +(17728, 2797, 'tcp_is_visible', '1'), +(17729, 2797, 'tcp_weight', '0'), +(17730, 2797, '_thumbnail_id', '2686'), +(17731, 2798, 'tcp_price', '437'), +(17732, 2798, 'tcp_stock', '-1'), +(17733, 2798, 'tcp_type', 'SIMPLE'), +(17734, 2798, 'tcp_order', '105'), +(17735, 2798, 'tcp_sku', 'VIC-15124'), +(17736, 2798, 'tcp_tax_id', '0'), +(17737, 2798, 'tcp_back_end_label', ''), +(17738, 2798, 'tcp_hide_buy_button', ''), +(17739, 2798, 'tcp_exclude_range', ''), +(17740, 2798, 'tcp_is_downloadable', ''), +(17741, 2798, 'tcp_max_downloads', '0'), +(17742, 2798, 'tcp_days_to_expire', '0'); +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(17743, 2798, 'tcp_is_visible', '1'), +(17744, 2798, 'tcp_weight', '0'), +(17745, 2798, '_thumbnail_id', '2687'), +(17746, 2799, 'tcp_price', '397'), +(17747, 2799, 'tcp_stock', '-1'), +(17748, 2799, 'tcp_type', 'SIMPLE'), +(17749, 2799, 'tcp_order', '106'), +(17750, 2799, 'tcp_sku', 'VIC-15805'), +(17751, 2799, 'tcp_tax_id', '0'), +(17752, 2799, 'tcp_back_end_label', ''), +(17753, 2799, 'tcp_hide_buy_button', ''), +(17754, 2799, 'tcp_exclude_range', ''), +(17755, 2799, 'tcp_is_downloadable', ''), +(17756, 2799, 'tcp_max_downloads', '0'), +(17757, 2799, 'tcp_days_to_expire', '0'), +(17758, 2799, 'tcp_is_visible', '1'), +(17759, 2799, 'tcp_weight', '0'), +(17760, 2799, '_thumbnail_id', '2689'), +(17761, 2800, 'tcp_price', '597'), +(17762, 2800, 'tcp_stock', '-1'), +(17763, 2800, 'tcp_type', 'SIMPLE'), +(17764, 2800, 'tcp_order', '107'), +(17765, 2800, 'tcp_sku', 'VIC-SOFA'), +(17766, 2800, 'tcp_tax_id', '0'), +(17767, 2800, 'tcp_back_end_label', ''), +(17768, 2800, 'tcp_hide_buy_button', ''), +(17769, 2800, 'tcp_exclude_range', ''), +(17770, 2800, 'tcp_is_downloadable', ''), +(17771, 2800, 'tcp_max_downloads', '0'), +(17772, 2800, 'tcp_days_to_expire', '0'), +(17773, 2800, 'tcp_is_visible', '1'), +(17774, 2800, 'tcp_weight', '0'), +(17775, 2800, '_thumbnail_id', '2692'), +(17776, 2801, 'tcp_price', '337'), +(17777, 2801, 'tcp_stock', '-1'), +(17778, 2801, 'tcp_type', 'SIMPLE'), +(17779, 2801, 'tcp_order', '108'), +(17780, 2801, 'tcp_sku', 'VIC-16466'), +(17781, 2801, 'tcp_tax_id', '0'), +(17782, 2801, 'tcp_back_end_label', ''), +(17783, 2801, 'tcp_hide_buy_button', ''), +(17784, 2801, 'tcp_exclude_range', ''), +(17785, 2801, 'tcp_is_downloadable', ''), +(17786, 2801, 'tcp_max_downloads', '0'), +(17787, 2801, 'tcp_days_to_expire', '0'), +(17788, 2801, 'tcp_is_visible', '1'), +(17789, 2801, 'tcp_weight', '0'), +(17790, 2801, '_thumbnail_id', '2690'), +(17791, 2802, 'tcp_price', '337'), +(17792, 2802, 'tcp_stock', '-1'), +(17793, 2802, 'tcp_type', 'SIMPLE'), +(17794, 2802, 'tcp_order', '109'), +(17795, 2802, 'tcp_sku', 'VIC-16760'), +(17796, 2802, 'tcp_tax_id', '0'), +(17797, 2802, 'tcp_back_end_label', ''), +(17798, 2802, 'tcp_hide_buy_button', ''), +(17799, 2802, 'tcp_exclude_range', ''), +(17800, 2802, 'tcp_is_downloadable', ''), +(17801, 2802, 'tcp_max_downloads', '0'), +(17802, 2802, 'tcp_days_to_expire', '0'), +(17803, 2802, 'tcp_is_visible', '1'), +(17804, 2802, 'tcp_weight', '0'), +(17805, 2802, '_thumbnail_id', '2691'), +(17806, 2803, 'tcp_price', '639'), +(17807, 2803, 'tcp_stock', '-1'), +(17808, 2803, 'tcp_type', 'SIMPLE'), +(17809, 2803, 'tcp_order', '110'), +(17810, 2803, 'tcp_sku', 'VIC-15759'), +(17811, 2803, 'tcp_tax_id', '0'), +(17812, 2803, 'tcp_back_end_label', ''), +(17813, 2803, 'tcp_hide_buy_button', ''), +(17814, 2803, 'tcp_exclude_range', ''), +(17815, 2803, 'tcp_is_downloadable', ''), +(17816, 2803, 'tcp_max_downloads', '0'), +(17817, 2803, 'tcp_days_to_expire', '0'), +(17818, 2803, 'tcp_is_visible', '1'), +(17819, 2803, 'tcp_weight', '0'), +(17820, 2803, '_thumbnail_id', '2688'); -- -------------------------------------------------------- @@ -9011,7 +10901,7 @@ CREATE TABLE IF NOT EXISTS `wp_posts` ( KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2582 ; +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2804 ; -- -- Volcar la base de datos para la tabla `wp_posts` @@ -11013,7 +12903,230 @@ INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post (2578, 1, '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 'VA-3919', '', 'publish', 'closed', 'open', '', 'VA-3919', '', '', '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VA-3919', 0, 'tcp_product', '', 0), (2579, 1, '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 'VIC 12316', '', 'publish', 'closed', 'open', '', 'VIC-12316', '', '', '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12316', 0, 'tcp_product', '', 0), (2580, 1, '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 'VIC 12879', '', 'publish', 'closed', 'open', '', 'VIC-12879', '', '', '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12879', 0, 'tcp_product', '', 0), -(2581, 1, '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 'VIC 15766', '', 'publish', 'closed', 'open', '', 'VIC-15766', '', '', '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15766', 0, 'tcp_product', '', 0); +(2581, 1, '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 'VIC 15766', '', 'publish', 'closed', 'open', '', 'VIC-15766', '', '', '2011-07-19 14:00:10', '2011-07-19 14:00:10', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15766', 0, 'tcp_product', '', 0), +(2582, 1, '2011-07-19 16:18:45', '2011-07-19 14:18:45', '', 'ARTI-K1555', '', 'inherit', 'closed', 'open', '', 'arti-k1555', '', '', '2011-07-19 16:18:45', '2011-07-19 14:18:45', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/arti-k1555.jpg', 0, 'attachment', 'image/jpeg', 0), +(2583, 1, '2011-07-19 16:18:46', '2011-07-19 14:18:46', '', 'CAC-433-000019', '', 'inherit', 'closed', 'open', '', 'cac-433-000019', '', '', '2011-07-19 16:18:46', '2011-07-19 14:18:46', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-433-000019.jpg', 0, 'attachment', 'image/jpeg', 0), +(2584, 1, '2011-07-19 16:18:47', '2011-07-19 14:18:47', '', 'CAC-433-000020-CAC', '', 'inherit', 'closed', 'open', '', 'cac-433-000020-cac', '', '', '2011-07-19 16:18:47', '2011-07-19 14:18:47', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-433-000020-cac.jpg', 0, 'attachment', 'image/jpeg', 0), +(2585, 1, '2011-07-19 16:18:48', '2011-07-19 14:18:48', '', 'CAC-553-001522', '', 'inherit', 'closed', 'open', '', 'cac-553-001522', '', '', '2011-07-19 16:18:48', '2011-07-19 14:18:48', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-553-001522.jpg', 0, 'attachment', 'image/jpeg', 0), +(2586, 1, '2011-07-19 16:18:49', '2011-07-19 14:18:49', '', 'CAC-559-001627-CAC', '', 'inherit', 'closed', 'open', '', 'cac-559-001627-cac', '', '', '2011-07-19 16:18:49', '2011-07-19 14:18:49', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-559-001627-cac.jpg', 0, 'attachment', 'image/jpeg', 0), +(2587, 1, '2011-07-19 16:18:50', '2011-07-19 14:18:50', '', 'CAC-629-004105-CAC', '', 'inherit', 'closed', 'open', '', 'cac-629-004105-cac', '', '', '2011-07-19 16:18:50', '2011-07-19 14:18:50', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-629-004105-cac.jpg', 0, 'attachment', 'image/jpeg', 0), +(2588, 1, '2011-07-19 16:18:51', '2011-07-19 14:18:51', '', 'CAC-629-004106-CAC', '', 'inherit', 'closed', 'open', '', 'cac-629-004106-cac', '', '', '2011-07-19 16:18:51', '2011-07-19 14:18:51', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-629-004106-cac.jpg', 0, 'attachment', 'image/jpeg', 0), +(2589, 1, '2011-07-19 16:18:52', '2011-07-19 14:18:52', '', 'CAC-629-004286-CAC', '', 'inherit', 'closed', 'open', '', 'cac-629-004286-cac', '', '', '2011-07-19 16:18:52', '2011-07-19 14:18:52', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cac-629-004286-cac.jpg', 0, 'attachment', 'image/jpeg', 0), +(2590, 1, '2011-07-19 16:18:53', '2011-07-19 14:18:53', '', 'CRO-YF20', '', 'inherit', 'closed', 'open', '', 'cro-yf20', '', '', '2011-07-19 16:18:53', '2011-07-19 14:18:53', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/cro-yf20.jpg', 0, 'attachment', 'image/jpeg', 0), +(2591, 1, '2011-07-19 16:18:54', '2011-07-19 14:18:54', '', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', '', 'inherit', 'closed', 'open', '', 'dug-1-sillon-sf24-s1-boton-cristal', '', '', '2011-07-19 16:18:54', '2011-07-19 14:18:54', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg', 0, 'attachment', 'image/jpeg', 0), +(2592, 1, '2011-07-19 16:18:55', '2011-07-19 14:18:55', '', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', '', 'inherit', 'closed', 'open', '', 'dug-2-sof-sf24-s2-botoncristal', '', '', '2011-07-19 16:18:55', '2011-07-19 14:18:55', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal.jpg', 0, 'attachment', 'image/jpeg', 0), +(2593, 1, '2011-07-19 16:18:57', '2011-07-19 14:18:57', '', 'DUG-3-SF-02-1S', '', 'inherit', 'closed', 'open', '', 'dug-3-sf-02-1s', '', '', '2011-07-19 16:18:57', '2011-07-19 14:18:57', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-3-sf-02-1s.jpg', 0, 'attachment', 'image/jpeg', 0), +(2594, 1, '2011-07-19 16:18:58', '2011-07-19 14:18:58', '', 'DUG-4SOFA-02-2S-PIEL', '', 'inherit', 'closed', 'open', '', 'dug-4sofa-02-2s-piel', '', '', '2011-07-19 16:18:58', '2011-07-19 14:18:58', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel.jpg', 0, 'attachment', 'image/jpeg', 0), +(2595, 1, '2011-07-19 16:19:00', '2011-07-19 14:19:00', '', 'DUG-5CHAISE-LONGUE-RC006', '', 'inherit', 'closed', 'open', '', 'dug-5chaise-longue-rc006', '', '', '2011-07-19 16:19:00', '2011-07-19 14:19:00', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-5chaise-longue-rc006.jpg', 0, 'attachment', 'image/jpeg', 0), +(2596, 1, '2011-07-19 16:19:01', '2011-07-19 14:19:01', '', 'DUG-6-WY001-PIEL', '', 'inherit', 'closed', 'open', '', 'dug-6-wy001-piel', '', '', '2011-07-19 16:19:01', '2011-07-19 14:19:01', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-6-wy001-piel.jpg', 0, 'attachment', 'image/jpeg', 0), +(2597, 1, '2011-07-19 16:19:02', '2011-07-19 14:19:02', '', 'DUG-7-SILLON-GIRATORIO', '', 'inherit', 'closed', 'open', '', 'dug-7-sillon-giratorio', '', '', '2011-07-19 16:19:02', '2011-07-19 14:19:02', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-7-sillon-giratorio.jpg', 0, 'attachment', 'image/jpeg', 0), +(2598, 1, '2011-07-19 16:19:03', '2011-07-19 14:19:03', '', 'DUG-8-137', '', 'inherit', 'closed', 'open', '', 'dug-8-137', '', '', '2011-07-19 16:19:03', '2011-07-19 14:19:03', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-8-137.jpg', 0, 'attachment', 'image/jpeg', 0), +(2599, 1, '2011-07-19 16:19:04', '2011-07-19 14:19:04', '', 'DUG-9-652', '', 'inherit', 'closed', 'open', '', 'dug-9-652', '', '', '2011-07-19 16:19:04', '2011-07-19 14:19:04', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-9-652.jpg', 0, 'attachment', 'image/jpeg', 0), +(2600, 1, '2011-07-19 16:19:05', '2011-07-19 14:19:05', '', 'DUG-10-928', '', 'inherit', 'closed', 'open', '', 'dug-10-928', '', '', '2011-07-19 16:19:05', '2011-07-19 14:19:05', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-10-928.jpg', 0, 'attachment', 'image/jpeg', 0), +(2601, 1, '2011-07-19 16:19:06', '2011-07-19 14:19:06', '', 'DUG-11-SOFACAMA-OSLO', '', 'inherit', 'closed', 'open', '', 'dug-11-sofacama-oslo', '', '', '2011-07-19 16:19:06', '2011-07-19 14:19:06', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-11-sofacama-oslo.jpg', 0, 'attachment', 'image/jpeg', 0), +(2602, 1, '2011-07-19 16:19:07', '2011-07-19 14:19:07', '', 'DUG-12-580-SILLON', '', 'inherit', 'closed', 'open', '', 'dug-12-580-sillon', '', '', '2011-07-19 16:19:07', '2011-07-19 14:19:07', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-12-580-sillon.jpg', 0, 'attachment', 'image/jpeg', 0), +(2603, 1, '2011-07-19 16:19:08', '2011-07-19 14:19:08', '', 'DUG-13-B-6', '', 'inherit', 'closed', 'open', '', 'dug-13-b-6', '', '', '2011-07-19 16:19:08', '2011-07-19 14:19:08', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-13-b-6.jpg', 0, 'attachment', 'image/jpeg', 0), +(2604, 1, '2011-07-19 16:19:09', '2011-07-19 14:19:09', '', 'DUG-14-B-7', '', 'inherit', 'closed', 'open', '', 'dug-14-b-7', '', '', '2011-07-19 16:19:09', '2011-07-19 14:19:09', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-14-b-7.jpg', 0, 'attachment', 'image/jpeg', 0), +(2605, 1, '2011-07-19 16:19:10', '2011-07-19 14:19:10', '', 'IMO-29-335', '', 'inherit', 'closed', 'open', '', 'imo-29-335', '', '', '2011-07-19 16:19:10', '2011-07-19 14:19:10', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/imo-29-335.jpg', 0, 'attachment', 'image/jpeg', 0), +(2606, 1, '2011-07-19 16:19:12', '2011-07-19 14:19:12', '', 'IMO-32-200', '', 'inherit', 'closed', 'open', '', 'imo-32-200', '', '', '2011-07-19 16:19:12', '2011-07-19 14:19:12', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/imo-32-200.jpg', 0, 'attachment', 'image/jpeg', 0), +(2607, 1, '2011-07-19 16:19:13', '2011-07-19 14:19:13', '', 'IXI-19541', '', 'inherit', 'closed', 'open', '', 'ixi-19541', '', '', '2011-07-19 16:19:13', '2011-07-19 14:19:13', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/ixi-19541.jpg', 0, 'attachment', 'image/jpeg', 0), +(2608, 1, '2011-07-19 16:19:14', '2011-07-19 14:19:14', '', 'IXI-19542', '', 'inherit', 'closed', 'open', '', 'ixi-19542', '', '', '2011-07-19 16:19:14', '2011-07-19 14:19:14', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/ixi-19542.jpg', 0, 'attachment', 'image/jpeg', 0), +(2609, 1, '2011-07-19 16:19:16', '2011-07-19 14:19:16', '', 'IXI-19543', '', 'inherit', 'closed', 'open', '', 'ixi-19543', '', '', '2011-07-19 16:19:16', '2011-07-19 14:19:16', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/ixi-19543.jpg', 0, 'attachment', 'image/jpeg', 0), +(2610, 1, '2011-07-19 16:19:17', '2011-07-19 14:19:17', '', 'MORAANIK', '', 'inherit', 'closed', 'open', '', 'moraanik', '', '', '2011-07-19 16:19:17', '2011-07-19 14:19:17', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraanik.jpg', 0, 'attachment', 'image/jpeg', 0), +(2611, 1, '2011-07-19 16:19:19', '2011-07-19 14:19:19', '', 'MORAANIK2', '', 'inherit', 'closed', 'open', '', 'moraanik2', '', '', '2011-07-19 16:19:19', '2011-07-19 14:19:19', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraanik2.jpg', 0, 'attachment', 'image/jpeg', 0), +(2612, 1, '2011-07-19 16:19:20', '2011-07-19 14:19:20', '', 'MORAARTIC', '', 'inherit', 'closed', 'open', '', 'moraartic', '', '', '2011-07-19 16:19:20', '2011-07-19 14:19:20', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraartic.jpg', 0, 'attachment', 'image/jpeg', 0), +(2613, 1, '2011-07-19 16:19:21', '2011-07-19 14:19:21', '', 'MORABLAZ', '', 'inherit', 'closed', 'open', '', 'morablaz', '', '', '2011-07-19 16:19:21', '2011-07-19 14:19:21', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morablaz.jpg', 0, 'attachment', 'image/jpeg', 0), +(2614, 1, '2011-07-19 16:19:23', '2011-07-19 14:19:23', '', 'MORABOGART', '', 'inherit', 'closed', 'open', '', 'morabogart', '', '', '2011-07-19 16:19:23', '2011-07-19 14:19:23', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morabogart.jpg', 0, 'attachment', 'image/jpeg', 0), +(2615, 1, '2011-07-19 16:19:24', '2011-07-19 14:19:24', '', 'MORACHAISE-LONGUE-WIRE', '', 'inherit', 'closed', 'open', '', 'morachaise-longue-wire', '', '', '2011-07-19 16:19:24', '2011-07-19 14:19:24', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morachaise-longue-wire.jpg', 0, 'attachment', 'image/jpeg', 0), +(2616, 1, '2011-07-19 16:19:26', '2011-07-19 14:19:26', '', 'MORACOMETA', '', 'inherit', 'closed', 'open', '', 'moracometa', '', '', '2011-07-19 16:19:26', '2011-07-19 14:19:26', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moracometa.jpg', 0, 'attachment', 'image/jpeg', 0), +(2617, 1, '2011-07-19 16:19:27', '2011-07-19 14:19:27', '', 'MORACRETA', '', 'inherit', 'closed', 'open', '', 'moracreta', '', '', '2011-07-19 16:19:27', '2011-07-19 14:19:27', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moracreta.jpg', 0, 'attachment', 'image/jpeg', 0), +(2618, 1, '2011-07-19 16:19:28', '2011-07-19 14:19:28', '', 'MORADAMA', '', 'inherit', 'closed', 'open', '', 'moradama', '', '', '2011-07-19 16:19:28', '2011-07-19 14:19:28', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moradama.jpg', 0, 'attachment', 'image/jpeg', 0), +(2619, 1, '2011-07-19 16:19:29', '2011-07-19 14:19:29', '', 'MORADEVON', '', 'inherit', 'closed', 'open', '', 'moradevon', '', '', '2011-07-19 16:19:29', '2011-07-19 14:19:29', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moradevon.jpg', 0, 'attachment', 'image/jpeg', 0), +(2620, 1, '2011-07-19 16:19:30', '2011-07-19 14:19:30', '', 'MORAENCKE', '', 'inherit', 'closed', 'open', '', 'moraencke', '', '', '2011-07-19 16:19:30', '2011-07-19 14:19:30', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraencke.jpg', 0, 'attachment', 'image/jpeg', 0), +(2621, 1, '2011-07-19 16:19:31', '2011-07-19 14:19:31', '', 'MORAFLOY', '', 'inherit', 'closed', 'open', '', 'morafloy', '', '', '2011-07-19 16:19:31', '2011-07-19 14:19:31', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morafloy.jpg', 0, 'attachment', 'image/jpeg', 0), +(2622, 1, '2011-07-19 16:19:32', '2011-07-19 14:19:32', '', 'MORAGINO', '', 'inherit', 'closed', 'open', '', 'moragino', '', '', '2011-07-19 16:19:32', '2011-07-19 14:19:32', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moragino.jpg', 0, 'attachment', 'image/jpeg', 0), +(2623, 1, '2011-07-19 16:19:33', '2011-07-19 14:19:33', '', 'MORAGINO2', '', 'inherit', 'closed', 'open', '', 'moragino2', '', '', '2011-07-19 16:19:33', '2011-07-19 14:19:33', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moragino2.jpg', 0, 'attachment', 'image/jpeg', 0), +(2624, 1, '2011-07-19 16:19:34', '2011-07-19 14:19:34', '', 'MORAGIRO', '', 'inherit', 'closed', 'open', '', 'moragiro', '', '', '2011-07-19 16:19:34', '2011-07-19 14:19:34', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moragiro.jpg', 0, 'attachment', 'image/jpeg', 0), +(2625, 1, '2011-07-19 16:19:35', '2011-07-19 14:19:35', '', 'MORAGORA', '', 'inherit', 'closed', 'open', '', 'moragora', '', '', '2011-07-19 16:19:35', '2011-07-19 14:19:35', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moragora.jpg', 0, 'attachment', 'image/jpeg', 0), +(2626, 1, '2011-07-19 16:19:36', '2011-07-19 14:19:36', '', 'MORAGORA-SOFACAMA', '', 'inherit', 'closed', 'open', '', 'moragora-sofacama', '', '', '2011-07-19 16:19:36', '2011-07-19 14:19:36', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moragora-sofacama.jpg', 0, 'attachment', 'image/jpeg', 0), +(2627, 1, '2011-07-19 16:19:37', '2011-07-19 14:19:37', '', 'MORAINOXBLANCO', '', 'inherit', 'closed', 'open', '', 'morainoxblanco', '', '', '2011-07-19 16:19:37', '2011-07-19 14:19:37', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morainoxblanco.jpg', 0, 'attachment', 'image/jpeg', 0), +(2628, 1, '2011-07-19 16:19:38', '2011-07-19 14:19:38', '', 'MORAINOXNEGRO', '', 'inherit', 'closed', 'open', '', 'morainoxnegro', '', '', '2011-07-19 16:19:38', '2011-07-19 14:19:38', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morainoxnegro.jpg', 0, 'attachment', 'image/jpeg', 0), +(2629, 1, '2011-07-19 16:19:39', '2011-07-19 14:19:39', '', 'MORAJOY', '', 'inherit', 'closed', 'open', '', 'morajoy', '', '', '2011-07-19 16:19:39', '2011-07-19 14:19:39', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morajoy.jpg', 0, 'attachment', 'image/jpeg', 0), +(2630, 1, '2011-07-19 16:19:40', '2011-07-19 14:19:40', '', 'MORAKOP', '', 'inherit', 'closed', 'open', '', 'morakop', '', '', '2011-07-19 16:19:40', '2011-07-19 14:19:40', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morakop.jpg', 0, 'attachment', 'image/jpeg', 0), +(2631, 1, '2011-07-19 16:19:41', '2011-07-19 14:19:41', '', 'MORALARSON', '', 'inherit', 'closed', 'open', '', 'moralarson', '', '', '2011-07-19 16:19:41', '2011-07-19 14:19:41', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moralarson.jpg', 0, 'attachment', 'image/jpeg', 0), +(2632, 1, '2011-07-19 16:19:42', '2011-07-19 14:19:42', '', 'MORALEVI', '', 'inherit', 'closed', 'open', '', 'moralevi', '', '', '2011-07-19 16:19:42', '2011-07-19 14:19:42', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moralevi.jpg', 0, 'attachment', 'image/jpeg', 0), +(2633, 1, '2011-07-19 16:19:43', '2011-07-19 14:19:43', '', 'MORALORD', '', 'inherit', 'closed', 'open', '', 'moralord', '', '', '2011-07-19 16:19:43', '2011-07-19 14:19:43', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moralord.jpg', 0, 'attachment', 'image/jpeg', 0), +(2634, 1, '2011-07-19 16:19:44', '2011-07-19 14:19:44', '', 'MORAMAO', '', 'inherit', 'closed', 'open', '', 'moramao', '', '', '2011-07-19 16:19:44', '2011-07-19 14:19:44', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moramao.jpg', 0, 'attachment', 'image/jpeg', 0), +(2635, 1, '2011-07-19 16:19:45', '2011-07-19 14:19:45', '', 'MORAMARCO', '', 'inherit', 'closed', 'open', '', 'moramarco', '', '', '2011-07-19 16:19:45', '2011-07-19 14:19:45', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moramarco.jpg', 0, 'attachment', 'image/jpeg', 0), +(2636, 1, '2011-07-19 16:19:46', '2011-07-19 14:19:46', '', 'MORAMITO', '', 'inherit', 'closed', 'open', '', 'moramito', '', '', '2011-07-19 16:19:46', '2011-07-19 14:19:46', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moramito.jpg', 0, 'attachment', 'image/jpeg', 0), +(2637, 1, '2011-07-19 16:19:47', '2011-07-19 14:19:47', '', 'MORAMITO2', '', 'inherit', 'closed', 'open', '', 'moramito2', '', '', '2011-07-19 16:19:47', '2011-07-19 14:19:47', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moramito2.jpg', 0, 'attachment', 'image/jpeg', 0), +(2638, 1, '2011-07-19 16:19:48', '2011-07-19 14:19:48', '', 'MORANEO', '', 'inherit', 'closed', 'open', '', 'moraneo', '', '', '2011-07-19 16:19:48', '2011-07-19 14:19:48', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraneo.jpg', 0, 'attachment', 'image/jpeg', 0), +(2639, 1, '2011-07-19 16:19:49', '2011-07-19 14:19:49', '', 'MORANORMA', '', 'inherit', 'closed', 'open', '', 'moranorma', '', '', '2011-07-19 16:19:49', '2011-07-19 14:19:49', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moranorma.jpg', 0, 'attachment', 'image/jpeg', 0), +(2640, 1, '2011-07-19 16:19:49', '2011-07-19 14:19:49', '', 'MORANUBE', '', 'inherit', 'closed', 'open', '', 'moranube', '', '', '2011-07-19 16:19:49', '2011-07-19 14:19:49', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moranube.jpg', 0, 'attachment', 'image/jpeg', 0), +(2641, 1, '2011-07-19 16:19:50', '2011-07-19 14:19:50', '', 'MORAPISCIS', '', 'inherit', 'closed', 'open', '', 'morapiscis', '', '', '2011-07-19 16:19:50', '2011-07-19 14:19:50', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morapiscis.jpg', 0, 'attachment', 'image/jpeg', 0), +(2642, 1, '2011-07-19 16:19:51', '2011-07-19 14:19:51', '', 'MORAPISCIS-SOFACAMA', '', 'inherit', 'closed', 'open', '', 'morapiscis-sofacama', '', '', '2011-07-19 16:19:51', '2011-07-19 14:19:51', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morapiscis-sofacama.jpg', 0, 'attachment', 'image/jpeg', 0), +(2643, 1, '2011-07-19 16:19:52', '2011-07-19 14:19:52', '', 'MORASAHARA', '', 'inherit', 'closed', 'open', '', 'morasahara', '', '', '2011-07-19 16:19:52', '2011-07-19 14:19:52', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morasahara.jpg', 0, 'attachment', 'image/jpeg', 0), +(2644, 1, '2011-07-19 16:19:54', '2011-07-19 14:19:54', '', 'MORASENSE', '', 'inherit', 'closed', 'open', '', 'morasense', '', '', '2011-07-19 16:19:54', '2011-07-19 14:19:54', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morasense.jpg', 0, 'attachment', 'image/jpeg', 0), +(2645, 1, '2011-07-19 16:19:55', '2011-07-19 14:19:55', '', 'MORAVARA', '', 'inherit', 'closed', 'open', '', 'moravara', '', '', '2011-07-19 16:19:55', '2011-07-19 14:19:55', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moravara.jpg', 0, 'attachment', 'image/jpeg', 0), +(2646, 1, '2011-07-19 16:19:56', '2011-07-19 14:19:56', '', 'MORAVIRGO', '', 'inherit', 'closed', 'open', '', 'moravirgo', '', '', '2011-07-19 16:19:56', '2011-07-19 14:19:56', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moravirgo.jpg', 0, 'attachment', 'image/jpeg', 0), +(2647, 1, '2011-07-19 16:19:57', '2011-07-19 14:19:57', '', 'MORAWEST', '', 'inherit', 'closed', 'open', '', 'morawest', '', '', '2011-07-19 16:19:57', '2011-07-19 14:19:57', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morawest.jpg', 0, 'attachment', 'image/jpeg', 0), +(2648, 1, '2011-07-19 16:19:58', '2011-07-19 14:19:58', '', 'MORAXIAN', '', 'inherit', 'closed', 'open', '', 'moraxian', '', '', '2011-07-19 16:19:58', '2011-07-19 14:19:58', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraxian.jpg', 0, 'attachment', 'image/jpeg', 0), +(2649, 1, '2011-07-19 16:19:59', '2011-07-19 14:19:59', '', 'MORAXIAN2', '', 'inherit', 'closed', 'open', '', 'moraxian2', '', '', '2011-07-19 16:19:59', '2011-07-19 14:19:59', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moraxian2.jpg', 0, 'attachment', 'image/jpeg', 0), +(2650, 1, '2011-07-19 16:20:00', '2011-07-19 14:20:00', '', 'MORAZODIACO', '', 'inherit', 'closed', 'open', '', 'morazodiaco', '', '', '2011-07-19 16:20:00', '2011-07-19 14:20:00', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morazodiaco.jpg', 0, 'attachment', 'image/jpeg', 0), +(2651, 1, '2011-07-19 16:20:01', '2011-07-19 14:20:01', '', 'MORAZODIACO2', '', 'inherit', 'closed', 'open', '', 'morazodiaco2', '', '', '2011-07-19 16:20:01', '2011-07-19 14:20:01', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/morazodiaco2.jpg', 0, 'attachment', 'image/jpeg', 0), +(2652, 1, '2011-07-19 16:20:02', '2011-07-19 14:20:02', '', 'MOY-4030', '', 'inherit', 'closed', 'open', '', 'moy-4030', '', '', '2011-07-19 16:20:02', '2011-07-19 14:20:02', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-4030.jpg', 0, 'attachment', 'image/jpeg', 0), +(2653, 1, '2011-07-19 16:20:02', '2011-07-19 14:20:02', '', 'MOY-14046', '', 'inherit', 'closed', 'open', '', 'moy-14046', '', '', '2011-07-19 16:20:02', '2011-07-19 14:20:02', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-14046.jpg', 0, 'attachment', 'image/jpeg', 0), +(2654, 1, '2011-07-19 16:20:03', '2011-07-19 14:20:03', '', 'MOY-14046B', '', 'inherit', 'closed', 'open', '', 'moy-14046b', '', '', '2011-07-19 16:20:03', '2011-07-19 14:20:03', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-14046b.jpg', 0, 'attachment', 'image/jpeg', 0), +(2655, 1, '2011-07-19 16:20:04', '2011-07-19 14:20:04', '', 'MOY-14423', '', 'inherit', 'closed', 'open', '', 'moy-14423', '', '', '2011-07-19 16:20:04', '2011-07-19 14:20:04', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-14423.jpg', 0, 'attachment', 'image/jpeg', 0), +(2656, 1, '2011-07-19 16:20:05', '2011-07-19 14:20:05', '', 'MOY-14424', '', 'inherit', 'closed', 'open', '', 'moy-14424', '', '', '2011-07-19 16:20:05', '2011-07-19 14:20:05', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-14424.jpg', 0, 'attachment', 'image/jpeg', 0), +(2657, 1, '2011-07-19 16:20:06', '2011-07-19 14:20:06', '', 'MOY-30860', '', 'inherit', 'closed', 'open', '', 'moy-30860', '', '', '2011-07-19 16:20:06', '2011-07-19 14:20:06', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-30860.jpg', 0, 'attachment', 'image/jpeg', 0), +(2658, 1, '2011-07-19 16:20:07', '2011-07-19 14:20:07', '', 'MOY-30861', '', 'inherit', 'closed', 'open', '', 'moy-30861', '', '', '2011-07-19 16:20:07', '2011-07-19 14:20:07', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-30861.jpg', 0, 'attachment', 'image/jpeg', 0), +(2659, 1, '2011-07-19 16:20:08', '2011-07-19 14:20:08', '', 'MOY-30863', '', 'inherit', 'closed', 'open', '', 'moy-30863', '', '', '2011-07-19 16:20:08', '2011-07-19 14:20:08', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-30863.jpg', 0, 'attachment', 'image/jpeg', 0), +(2660, 1, '2011-07-19 16:20:09', '2011-07-19 14:20:09', '', 'MOY-30863J', '', 'inherit', 'closed', 'open', '', 'moy-30863j', '', '', '2011-07-19 16:20:09', '2011-07-19 14:20:09', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-30863j.jpg', 0, 'attachment', 'image/jpeg', 0), +(2661, 1, '2011-07-19 16:20:10', '2011-07-19 14:20:10', '', 'MOY-39005', '', 'inherit', 'closed', 'open', '', 'moy-39005', '', '', '2011-07-19 16:20:10', '2011-07-19 14:20:10', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-39005.jpg', 0, 'attachment', 'image/jpeg', 0), +(2662, 1, '2011-07-19 16:20:11', '2011-07-19 14:20:11', '', 'MOY-39006', '', 'inherit', 'closed', 'open', '', 'moy-39006', '', '', '2011-07-19 16:20:11', '2011-07-19 14:20:11', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-39006.jpg', 0, 'attachment', 'image/jpeg', 0), +(2663, 1, '2011-07-19 16:20:12', '2011-07-19 14:20:12', '', 'MOY-141116', '', 'inherit', 'closed', 'open', '', 'moy-141116', '', '', '2011-07-19 16:20:12', '2011-07-19 14:20:12', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-141116.jpg', 0, 'attachment', 'image/jpeg', 0), +(2664, 1, '2011-07-19 16:20:13', '2011-07-19 14:20:13', '', 'MOY-148085', '', 'inherit', 'closed', 'open', '', 'moy-148085', '', '', '2011-07-19 16:20:13', '2011-07-19 14:20:13', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-148085.jpg', 0, 'attachment', 'image/jpeg', 0), +(2665, 1, '2011-07-19 16:20:14', '2011-07-19 14:20:14', '', 'MOY-148133', '', 'inherit', 'closed', 'open', '', 'moy-148133', '', '', '2011-07-19 16:20:14', '2011-07-19 14:20:14', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-148133.jpg', 0, 'attachment', 'image/jpeg', 0), +(2666, 1, '2011-07-19 16:20:15', '2011-07-19 14:20:15', '', 'MOY-148134', '', 'inherit', 'closed', 'open', '', 'moy-148134', '', '', '2011-07-19 16:20:15', '2011-07-19 14:20:15', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-148134.jpg', 0, 'attachment', 'image/jpeg', 0), +(2667, 1, '2011-07-19 16:20:16', '2011-07-19 14:20:16', '', 'MOY-859001', '', 'inherit', 'closed', 'open', '', 'moy-859001', '', '', '2011-07-19 16:20:16', '2011-07-19 14:20:16', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-859001.jpg', 0, 'attachment', 'image/jpeg', 0), +(2668, 1, '2011-07-19 16:20:17', '2011-07-19 14:20:17', '', 'MOY-8656146', '', 'inherit', 'closed', 'open', '', 'moy-8656146', '', '', '2011-07-19 16:20:17', '2011-07-19 14:20:17', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-8656146.jpg', 0, 'attachment', 'image/jpeg', 0), +(2669, 1, '2011-07-19 16:20:18', '2011-07-19 14:20:18', '', 'MOY-8656168', '', 'inherit', 'closed', 'open', '', 'moy-8656168', '', '', '2011-07-19 16:20:18', '2011-07-19 14:20:18', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-8656168.jpg', 0, 'attachment', 'image/jpeg', 0), +(2670, 1, '2011-07-19 16:20:18', '2011-07-19 14:20:18', '', 'MOY-9290145', '', 'inherit', 'closed', 'open', '', 'moy-9290145', '', '', '2011-07-19 16:20:18', '2011-07-19 14:20:18', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/moy-9290145.jpg', 0, 'attachment', 'image/jpeg', 0), +(2671, 1, '2011-07-19 16:20:19', '2011-07-19 14:20:19', '', 'PORT-1409-38-PORT', '', 'inherit', 'closed', 'open', '', 'port-1409-38-port', '', '', '2011-07-19 16:20:19', '2011-07-19 14:20:19', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/port-1409-38-port.jpg', 0, 'attachment', 'image/jpeg', 0), +(2672, 1, '2011-07-19 16:20:20', '2011-07-19 14:20:20', '', 'SP-9608', '', 'inherit', 'closed', 'open', '', 'sp-9608', '', '', '2011-07-19 16:20:20', '2011-07-19 14:20:20', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-9608.jpg', 0, 'attachment', 'image/jpeg', 0), +(2673, 1, '2011-07-19 16:20:21', '2011-07-19 14:20:21', '', 'SP-30875', '', 'inherit', 'closed', 'open', '', 'sp-30875', '', '', '2011-07-19 16:20:21', '2011-07-19 14:20:21', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-30875.jpg', 0, 'attachment', 'image/jpeg', 0), +(2674, 1, '2011-07-19 16:20:23', '2011-07-19 14:20:23', '', 'SP-31528', '', 'inherit', 'closed', 'open', '', 'sp-31528', '', '', '2011-07-19 16:20:23', '2011-07-19 14:20:23', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31528.jpg', 0, 'attachment', 'image/jpeg', 0), +(2675, 1, '2011-07-19 16:20:23', '2011-07-19 14:20:23', '', 'SP-31532', '', 'inherit', 'closed', 'open', '', 'sp-31532', '', '', '2011-07-19 16:20:23', '2011-07-19 14:20:23', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31532.jpg', 0, 'attachment', 'image/jpeg', 0), +(2676, 1, '2011-07-19 16:20:24', '2011-07-19 14:20:24', '', 'SP-31637', '', 'inherit', 'closed', 'open', '', 'sp-31637', '', '', '2011-07-19 16:20:24', '2011-07-19 14:20:24', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31637.jpg', 0, 'attachment', 'image/jpeg', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(2677, 1, '2011-07-19 16:20:25', '2011-07-19 14:20:25', '', 'SP-31642', '', 'inherit', 'closed', 'open', '', 'sp-31642', '', '', '2011-07-19 16:20:25', '2011-07-19 14:20:25', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31642.jpg', 0, 'attachment', 'image/jpeg', 0), +(2678, 1, '2011-07-19 16:20:27', '2011-07-19 14:20:27', '', 'SP-31643', '', 'inherit', 'closed', 'open', '', 'sp-31643', '', '', '2011-07-19 16:20:27', '2011-07-19 14:20:27', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31643.jpg', 0, 'attachment', 'image/jpeg', 0), +(2679, 1, '2011-07-19 16:20:28', '2011-07-19 14:20:28', '', 'SP-31686', '', 'inherit', 'closed', 'open', '', 'sp-31686', '', '', '2011-07-19 16:20:28', '2011-07-19 14:20:28', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31686.jpg', 0, 'attachment', 'image/jpeg', 0), +(2680, 1, '2011-07-19 16:20:29', '2011-07-19 14:20:29', '', 'SP-31784', '', 'inherit', 'closed', 'open', '', 'sp-31784', '', '', '2011-07-19 16:20:29', '2011-07-19 14:20:29', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31784.jpg', 0, 'attachment', 'image/jpeg', 0), +(2681, 1, '2011-07-19 16:20:29', '2011-07-19 14:20:29', '', 'SP-31785', '', 'inherit', 'closed', 'open', '', 'sp-31785', '', '', '2011-07-19 16:20:29', '2011-07-19 14:20:29', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/sp-31785.jpg', 0, 'attachment', 'image/jpeg', 0), +(2682, 1, '2011-07-19 16:20:30', '2011-07-19 14:20:30', '', 'VA-1323', '', 'inherit', 'closed', 'open', '', 'va-1323', '', '', '2011-07-19 16:20:30', '2011-07-19 14:20:30', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/va-1323.jpg', 0, 'attachment', 'image/jpeg', 0), +(2683, 1, '2011-07-19 16:20:32', '2011-07-19 14:20:32', '', 'VA-2069', '', 'inherit', 'closed', 'open', '', 'va-2069', '', '', '2011-07-19 16:20:32', '2011-07-19 14:20:32', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/va-2069.jpg', 0, 'attachment', 'image/jpeg', 0), +(2684, 1, '2011-07-19 16:20:33', '2011-07-19 14:20:33', '', 'VA-2074', '', 'inherit', 'closed', 'open', '', 'va-2074', '', '', '2011-07-19 16:20:33', '2011-07-19 14:20:33', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/va-2074.jpg', 0, 'attachment', 'image/jpeg', 0), +(2685, 1, '2011-07-19 16:20:34', '2011-07-19 14:20:34', '', 'VA-3247', '', 'inherit', 'closed', 'open', '', 'va-3247', '', '', '2011-07-19 16:20:34', '2011-07-19 14:20:34', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/va-3247.jpg', 0, 'attachment', 'image/jpeg', 0), +(2686, 1, '2011-07-19 16:20:35', '2011-07-19 14:20:35', '', 'VIC-12310', '', 'inherit', 'closed', 'open', '', 'vic-12310', '', '', '2011-07-19 16:20:35', '2011-07-19 14:20:35', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-12310.jpg', 0, 'attachment', 'image/jpeg', 0), +(2687, 1, '2011-07-19 16:20:36', '2011-07-19 14:20:36', '', 'VIC-15124', '', 'inherit', 'closed', 'open', '', 'vic-15124', '', '', '2011-07-19 16:20:36', '2011-07-19 14:20:36', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-15124.jpg', 0, 'attachment', 'image/jpeg', 0), +(2688, 1, '2011-07-19 16:20:37', '2011-07-19 14:20:37', '', 'VIC-15759', '', 'inherit', 'closed', 'open', '', 'vic-15759', '', '', '2011-07-19 16:20:37', '2011-07-19 14:20:37', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-15759.jpg', 0, 'attachment', 'image/jpeg', 0), +(2689, 1, '2011-07-19 16:20:38', '2011-07-19 14:20:38', '', 'VIC-15805', '', 'inherit', 'closed', 'open', '', 'vic-15805', '', '', '2011-07-19 16:20:38', '2011-07-19 14:20:38', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-15805.jpg', 0, 'attachment', 'image/jpeg', 0), +(2690, 1, '2011-07-19 16:20:39', '2011-07-19 14:20:39', '', 'VIC-16466', '', 'inherit', 'closed', 'open', '', 'vic-16466', '', '', '2011-07-19 16:20:39', '2011-07-19 14:20:39', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-16466.jpg', 0, 'attachment', 'image/jpeg', 0), +(2691, 1, '2011-07-19 16:20:41', '2011-07-19 14:20:41', '', 'VIC-16760', '', 'inherit', 'closed', 'open', '', 'vic-16760', '', '', '2011-07-19 16:20:41', '2011-07-19 14:20:41', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-16760.jpg', 0, 'attachment', 'image/jpeg', 0), +(2692, 1, '2011-07-19 16:20:41', '2011-07-19 14:20:41', '', 'VIC-SOFA', '', 'inherit', 'closed', 'open', '', 'vic-sofa', '', '', '2011-07-19 16:20:41', '2011-07-19 14:20:41', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/vic-sofa.jpg', 0, 'attachment', 'image/jpeg', 0), +(2693, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '90x65x71cm', 'CRO YF20', '', 'publish', 'closed', 'open', '', 'CRO-YF20', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CRO-YF20', 0, 'tcp_product', '', 0), +(2694, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '81x202x80cm', 'ARTI-K1555', '', 'publish', 'closed', 'open', '', 'ARTI-K1555', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=ARTI-K1555', 0, 'tcp_product', '', 0), +(2695, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 433-000019', '', 'publish', 'closed', 'open', '', 'CAC-433-000019', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000019', 0, 'tcp_product', '', 0), +(2696, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 433-000020-CAC', '', 'publish', 'closed', 'open', '', 'CAC-433-000020-CAC', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-433-000020-CAC', 0, 'tcp_product', '', 0), +(2697, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '93x110x170cm', 'CAC 553-001522', '', 'publish', 'closed', 'open', '', 'CAC-553-001522', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-553-001522', 0, 'tcp_product', '', 0), +(2698, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 559-001627-CAC', '', 'publish', 'closed', 'open', '', 'CAC-559-001627-CAC', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-559-001627-CAC', 0, 'tcp_product', '', 0), +(2699, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 629-004105-CAC', '', 'publish', 'closed', 'open', '', 'CAC-629-004105-CAC', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004105-CAC', 0, 'tcp_product', '', 0), +(2700, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 629-004106-CAC', '', 'publish', 'closed', 'open', '', 'CAC-629-004106-CAC', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004106-CAC', 0, 'tcp_product', '', 0), +(2701, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'CAC 629-004286-CAC', '', 'publish', 'closed', 'open', '', 'CAC-629-004286-CAC', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=CAC-629-004286-CAC', 0, 'tcp_product', '', 0), +(2702, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 1-SILLON-SF24-S1-BOTON-CRISTAL', '', 'publish', 'closed', 'open', '', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-1-SILLON-SF24-S1-BOTON-CRISTAL', 0, 'tcp_product', '', 0), +(2703, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 10 928', '', 'publish', 'closed', 'open', '', 'DUG-10-928', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-10-928', 0, 'tcp_product', '', 0), +(2704, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', 'Abierto 38x181x111 Cerrado 86x181x84cm', 'DUG 11 SOFACAMA-OSLO', '', 'publish', 'closed', 'open', '', 'DUG-11-SOFACAMA-OSLO', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-11-SOFACAMA-OSLO', 0, 'tcp_product', '', 0), +(2705, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 12 580 SILLON', '', 'publish', 'closed', 'open', '', 'DUG-12-580-SILLON', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-12-580-SILLON', 0, 'tcp_product', '', 0), +(2706, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '92x140x71cm', 'DUG 13 B-6', '', 'publish', 'closed', 'open', '', 'DUG-13-B-6', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-13-B-6', 0, 'tcp_product', '', 0), +(2707, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '69x112x90cm', 'DUG 14 B-7', '', 'publish', 'closed', 'open', '', 'DUG-14-B-7', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-14-B-7', 0, 'tcp_product', '', 0), +(2708, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 2-SOF-SF24-S2-BOTONCRISTAL', '', 'publish', 'closed', 'open', '', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-2-SOF-SF24-S2-BOTONCRISTAL', 0, 'tcp_product', '', 0), +(2709, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 3 SF 02-1S', '', 'publish', 'closed', 'open', '', 'DUG-3-SF-02-1S', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-3-SF-02-1S', 0, 'tcp_product', '', 0), +(2710, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 4SOFA-02-2S-PIEL', '', 'publish', 'closed', 'open', '', 'DUG-4SOFA-02-2S-PIEL', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-4SOFA-02-2S-PIEL', 0, 'tcp_product', '', 0), +(2711, 1, '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 'DUG 5CHAISE LONGUE RC006', '', 'publish', 'closed', 'open', '', 'DUG-5CHAISE-LONGUE-RC006', '', '', '2011-07-19 16:23:52', '2011-07-19 16:23:52', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-5CHAISE-LONGUE-RC006', 0, 'tcp_product', '', 0), +(2712, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'DUG 6-WY001-PIEL', '', 'publish', 'closed', 'open', '', 'DUG-6-WY001-PIEL', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-6-WY001-PIEL', 0, 'tcp_product', '', 0), +(2713, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'DUG 7-SILLON-GIRATORIO', '', 'publish', 'closed', 'open', '', 'DUG-7-SILLON-GIRATORIO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-7-SILLON-GIRATORIO', 0, 'tcp_product', '', 0), +(2714, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'DUG 8 137', '', 'publish', 'closed', 'open', '', 'DUG-8-137', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-8-137', 0, 'tcp_product', '', 0), +(2715, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'DUG 9 652', '', 'publish', 'closed', 'open', '', 'DUG-9-652', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-9-652', 0, 'tcp_product', '', 0), +(2716, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '75x208x85cm', 'IMO 29-335', '', 'publish', 'closed', 'open', '', 'IMO-29-335', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-29-335', 0, 'tcp_product', '', 0), +(2717, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '65x210x105cm', 'IMO 32-200', '', 'publish', 'closed', 'open', '', 'IMO-32-200', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=IMO-32-200', 0, 'tcp_product', '', 0), +(2718, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '70x90x60cm', 'IXI 19541', '', 'publish', 'closed', 'open', '', 'IXI-19541', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19541', 0, 'tcp_product', '', 0), +(2719, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '110x130x86cm', 'IXI 19542', '', 'publish', 'closed', 'open', '', 'IXI-19542', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19542', 0, 'tcp_product', '', 0), +(2720, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '110x130x86cm', 'IXI 19543', '', 'publish', 'closed', 'open', '', 'IXI-19543', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=IXI-19543', 0, 'tcp_product', '', 0), +(2721, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraanik', '', 'publish', 'closed', 'open', '', 'MORAANIK', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK', 0, 'tcp_product', '', 0), +(2722, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraanik2', '', 'publish', 'closed', 'open', '', 'MORAANIK2', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK2', 0, 'tcp_product', '', 0), +(2723, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraartic', '', 'publish', 'closed', 'open', '', 'MORAARTIC', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAARTIC', 0, 'tcp_product', '', 0), +(2724, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morablaz', '', 'publish', 'closed', 'open', '', 'MORABLAZ', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORABLAZ', 0, 'tcp_product', '', 0), +(2725, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morabogart', '', 'publish', 'closed', 'open', '', 'MORABOGART', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORABOGART', 0, 'tcp_product', '', 0), +(2726, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '74x200x100cm', 'moraCHAISE-LONGUE-WIRE', '', 'publish', 'closed', 'open', '', 'MORACHAISE-LONGUE-WIRE', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORACHAISE-LONGUE-WIRE', 0, 'tcp_product', '', 0), +(2727, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moracometa', '', 'publish', 'closed', 'open', '', 'MORACOMETA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORACOMETA', 0, 'tcp_product', '', 0), +(2728, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moracreta', '', 'publish', 'closed', 'open', '', 'MORACRETA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORACRETA', 0, 'tcp_product', '', 0), +(2729, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moradama', '', 'publish', 'closed', 'open', '', 'MORADAMA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORADAMA', 0, 'tcp_product', '', 0), +(2730, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moradevon', '', 'publish', 'closed', 'open', '', 'MORADEVON', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORADEVON', 0, 'tcp_product', '', 0), +(2731, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraENCKE', '', 'publish', 'closed', 'open', '', 'MORAENCKE', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAENCKE', 0, 'tcp_product', '', 0), +(2732, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morafloy', '', 'publish', 'closed', 'open', '', 'MORAFLOY', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAFLOY', 0, 'tcp_product', '', 0), +(2733, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moragino', '', 'publish', 'closed', 'open', '', 'MORAGINO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO', 0, 'tcp_product', '', 0), +(2734, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moragino2', '', 'publish', 'closed', 'open', '', 'MORAGINO2', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO2', 0, 'tcp_product', '', 0), +(2735, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moragiro', '', 'publish', 'closed', 'open', '', 'MORAGIRO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGIRO', 0, 'tcp_product', '', 0), +(2736, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moragora - sofacama', '', 'publish', 'closed', 'open', '', 'MORAGORA-SOFACAMA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA-SOFACAMA', 0, 'tcp_product', '', 0), +(2737, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moragora', '', 'publish', 'closed', 'open', '', 'MORAGORA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA', 0, 'tcp_product', '', 0), +(2738, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morainoxblanco', '', 'publish', 'closed', 'open', '', 'MORAINOXBLANCO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXBLANCO', 0, 'tcp_product', '', 0), +(2739, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morainoxnegro', '', 'publish', 'closed', 'open', '', 'MORAINOXNEGRO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXNEGRO', 0, 'tcp_product', '', 0), +(2740, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morajoy', '', 'publish', 'closed', 'open', '', 'MORAJOY', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAJOY', 0, 'tcp_product', '', 0), +(2741, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraKOP', '', 'publish', 'closed', 'open', '', 'MORAKOP', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAKOP', 0, 'tcp_product', '', 0), +(2742, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraLARSON', '', 'publish', 'closed', 'open', '', 'MORALARSON', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORALARSON', 0, 'tcp_product', '', 0), +(2743, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraLEVI', '', 'publish', 'closed', 'open', '', 'MORALEVI', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORALEVI', 0, 'tcp_product', '', 0), +(2744, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraLORD', '', 'publish', 'closed', 'open', '', 'MORALORD', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORALORD', 0, 'tcp_product', '', 0), +(2745, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moramao', '', 'publish', 'closed', 'open', '', 'MORAMAO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMAO', 0, 'tcp_product', '', 0), +(2746, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moramarco', '', 'publish', 'closed', 'open', '', 'MORAMARCO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMARCO', 0, 'tcp_product', '', 0), +(2747, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moramito', '', 'publish', 'closed', 'open', '', 'MORAMITO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO', 0, 'tcp_product', '', 0), +(2748, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moramito2', '', 'publish', 'closed', 'open', '', 'MORAMITO2', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO2', 0, 'tcp_product', '', 0), +(2749, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraneo', '', 'publish', 'closed', 'open', '', 'MORANEO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORANEO', 0, 'tcp_product', '', 0), +(2750, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moranorma', '', 'publish', 'closed', 'open', '', 'MORANORMA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORANORMA', 0, 'tcp_product', '', 0), +(2751, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moranube', '', 'publish', 'closed', 'open', '', 'MORANUBE', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORANUBE', 0, 'tcp_product', '', 0), +(2752, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morapiscis-sofacama', '', 'publish', 'closed', 'open', '', 'MORAPISCIS-SOFACAMA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS-SOFACAMA', 0, 'tcp_product', '', 0), +(2753, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morapiscis', '', 'publish', 'closed', 'open', '', 'MORAPISCIS', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS', 0, 'tcp_product', '', 0), +(2754, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraSAHARA', '', 'publish', 'closed', 'open', '', 'MORASAHARA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORASAHARA', 0, 'tcp_product', '', 0), +(2755, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morasense', '', 'publish', 'closed', 'open', '', 'MORASENSE', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORASENSE', 0, 'tcp_product', '', 0), +(2756, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moravara', '', 'publish', 'closed', 'open', '', 'MORAVARA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVARA', 0, 'tcp_product', '', 0), +(2757, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moravirgo', '', 'publish', 'closed', 'open', '', 'MORAVIRGO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVIRGO', 0, 'tcp_product', '', 0), +(2758, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraWEST', '', 'publish', 'closed', 'open', '', 'MORAWEST', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAWEST', 0, 'tcp_product', '', 0), +(2759, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraxian', '', 'publish', 'closed', 'open', '', 'MORAXIAN', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN', 0, 'tcp_product', '', 0), +(2760, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'moraxian2', '', 'publish', 'closed', 'open', '', 'MORAXIAN2', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN2', 0, 'tcp_product', '', 0), +(2761, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morazodiaco', '', 'publish', 'closed', 'open', '', 'MORAZODIACO', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO', 0, 'tcp_product', '', 0), +(2762, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'morazodiaco2', '', 'publish', 'closed', 'open', '', 'MORAZODIACO2', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO2', 0, 'tcp_product', '', 0), +(2763, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'MOY 148133', '', 'publish', 'closed', 'open', '', 'MOY-148133', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148133', 0, 'tcp_product', '', 0), +(2764, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'MOY 148134', '', 'publish', 'closed', 'open', '', 'MOY-148134', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148134', 0, 'tcp_product', '', 0), +(2765, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'MOY 30863J', '', 'publish', 'closed', 'open', '', 'MOY-30863J', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863J', 0, 'tcp_product', '', 0), +(2766, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'MOY 9290145', '', 'publish', 'closed', 'open', '', 'MOY-9290145', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-9290145', 0, 'tcp_product', '', 0), +(2767, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '107x76x75cm', 'MOY-14046', '', 'publish', 'closed', 'open', '', 'MOY-14046', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046', 0, 'tcp_product', '', 0), +(2768, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'MOY-14046b', '', 'publish', 'closed', 'open', '', 'MOY-14046B', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046B', 0, 'tcp_product', '', 0), +(2769, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '70x65x70cm', 'MOY-141116', '', 'publish', 'closed', 'open', '', 'MOY-141116', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-141116', 0, 'tcp_product', '', 0), +(2770, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '111x75x80cm', 'MOY-14423', '', 'publish', 'closed', 'open', '', 'MOY-14423', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14423', 0, 'tcp_product', '', 0), +(2771, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '111x75x80cm', 'MOY-14424', '', 'publish', 'closed', 'open', '', 'MOY-14424', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14424', 0, 'tcp_product', '', 0), +(2772, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '93x77x70cm', 'MOY-148085', '', 'publish', 'closed', 'open', '', 'MOY-148085', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148085', 0, 'tcp_product', '', 0), +(2773, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '90x160x75cm', 'MOY-30860', '', 'publish', 'closed', 'open', '', 'MOY-30860', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30860', 0, 'tcp_product', '', 0), +(2774, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '90x160x75cm', 'MOY-30861', '', 'publish', 'closed', 'open', '', 'MOY-30861', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30861', 0, 'tcp_product', '', 0), +(2775, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '96x66x60cm', 'MOY-30863', '', 'publish', 'closed', 'open', '', 'MOY-30863', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863', 0, 'tcp_product', '', 0), +(2776, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '76x117x47cm', 'MOY-39005', '', 'publish', 'closed', 'open', '', 'MOY-39005', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39005', 0, 'tcp_product', '', 0), +(2777, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '65x60x40cm', 'MOY-39006', '', 'publish', 'closed', 'open', '', 'MOY-39006', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39006', 0, 'tcp_product', '', 0), +(2778, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '88x67x85cm', 'MOY-4030', '', 'publish', 'closed', 'open', '', 'MOY-4030', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-4030', 0, 'tcp_product', '', 0), +(2779, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '83x61x61cm', 'MOY-859001', '', 'publish', 'closed', 'open', '', 'MOY-859001', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-859001', 0, 'tcp_product', '', 0), +(2780, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '78x63x120cm', 'MOY-8656146', '', 'publish', 'closed', 'open', '', 'MOY-8656146', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656146', 0, 'tcp_product', '', 0), +(2781, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '96x57x65cm', 'MOY-8656168', '', 'publish', 'closed', 'open', '', 'MOY-8656168', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656168', 0, 'tcp_product', '', 0), +(2782, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '85x85x85cm', 'PORT 1409-38-PORT', '', 'publish', 'closed', 'open', '', 'PORT-1409-38-PORT', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=PORT-1409-38-PORT', 0, 'tcp_product', '', 0), +(2783, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '200x100x100cm', 'SP 30875', '', 'publish', 'closed', 'open', '', 'SP-30875', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30875', 0, 'tcp_product', '', 0), +(2784, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'SP 31528', '', 'publish', 'closed', 'open', '', 'SP-31528', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31528', 0, 'tcp_product', '', 0), +(2785, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'SP 31532', '', 'publish', 'closed', 'open', '', 'SP-31532', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31532', 0, 'tcp_product', '', 0), +(2786, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'SP 31637', '', 'publish', 'closed', 'open', '', 'SP-31637', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31637', 0, 'tcp_product', '', 0), +(2787, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'SP 31642', '', 'publish', 'closed', 'open', '', 'SP-31642', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31642', 0, 'tcp_product', '', 0), +(2788, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '150x160x160cm', 'SP 31643', '', 'publish', 'closed', 'open', '', 'SP-31643', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31643', 0, 'tcp_product', '', 0), +(2789, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'SP 31686', '', 'publish', 'closed', 'open', '', 'SP-31686', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31686', 0, 'tcp_product', '', 0), +(2790, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '100x75x76cm', 'SP 31784', '', 'publish', 'closed', 'open', '', 'SP-31784', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31784', 0, 'tcp_product', '', 0), +(2791, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '100x75x76cm', 'SP 31785', '', 'publish', 'closed', 'open', '', 'SP-31785', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31785', 0, 'tcp_product', '', 0), +(2792, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '100x125x60cm', 'SP 9608', '', 'publish', 'closed', 'open', '', 'SP-9608', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=SP-9608', 0, 'tcp_product', '', 0), +(2793, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '81x68x67cm', 'VA-1323', '', 'publish', 'closed', 'open', '', 'VA-1323', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VA-1323', 0, 'tcp_product', '', 0), +(2794, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '94x67x81cm', 'VA-2069', '', 'publish', 'closed', 'open', '', 'VA-2069', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2069', 0, 'tcp_product', '', 0), +(2795, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '80x268x180cm', 'VA-2074', '', 'publish', 'closed', 'open', '', 'VA-2074', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2074', 0, 'tcp_product', '', 0), +(2796, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'VA-3247', '', 'publish', 'closed', 'open', '', 'VA-3247', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VA-3247', 0, 'tcp_product', '', 0), +(2797, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '76x72x72cm', 'VIC 12310', '', 'publish', 'closed', 'open', '', 'VIC-12310', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-12310', 0, 'tcp_product', '', 0), +(2798, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '104x75x75cm', 'VIC 15124', '', 'publish', 'closed', 'open', '', 'VIC-15124', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15124', 0, 'tcp_product', '', 0), +(2799, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '70x74x78cm', 'VIC 15805', '', 'publish', 'closed', 'open', '', 'VIC-15805', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15805', 0, 'tcp_product', '', 0), +(2800, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '80x146x63cm', 'VIC SOFA', '', 'publish', 'closed', 'open', '', 'VIC-SOFA', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-SOFA', 0, 'tcp_product', '', 0), +(2801, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'VIC 16466', '', 'publish', 'closed', 'open', '', 'VIC-16466', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16466', 0, 'tcp_product', '', 0), +(2802, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 'VIC 16760', '', 'publish', 'closed', 'open', '', 'VIC-16760', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16760', 0, 'tcp_product', '', 0), +(2803, 1, '2011-07-19 16:23:53', '2011-07-19 16:23:53', '115x70x80cm', 'VIC-15759', '', 'publish', 'closed', 'open', '', 'VIC-15759', '', '', '2011-07-19 16:23:53', '2011-07-19 16:23:53', '', 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15759', 0, 'tcp_product', '', 0); -- -------------------------------------------------------- @@ -12716,7 +14829,118 @@ INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_orde (2578, 52, 0), (2579, 52, 0), (2580, 52, 0), -(2581, 52, 0); +(2581, 52, 0), +(2693, 51, 0), +(2694, 51, 0), +(2695, 51, 0), +(2696, 51, 0), +(2697, 51, 0), +(2698, 51, 0), +(2699, 51, 0), +(2700, 51, 0), +(2701, 51, 0), +(2702, 51, 0), +(2703, 51, 0), +(2704, 51, 0), +(2705, 51, 0), +(2706, 51, 0), +(2707, 51, 0), +(2708, 51, 0), +(2709, 51, 0), +(2710, 51, 0), +(2711, 51, 0), +(2712, 51, 0), +(2713, 51, 0), +(2714, 51, 0), +(2715, 51, 0), +(2716, 51, 0), +(2717, 51, 0), +(2718, 51, 0), +(2719, 51, 0), +(2720, 51, 0), +(2721, 51, 0), +(2722, 51, 0), +(2723, 51, 0), +(2724, 51, 0), +(2725, 51, 0), +(2726, 51, 0), +(2727, 51, 0), +(2728, 51, 0), +(2729, 51, 0), +(2730, 51, 0), +(2731, 51, 0), +(2732, 51, 0), +(2733, 51, 0), +(2734, 51, 0), +(2735, 51, 0), +(2736, 51, 0), +(2737, 51, 0), +(2738, 51, 0), +(2739, 51, 0), +(2740, 51, 0), +(2741, 51, 0), +(2742, 51, 0), +(2743, 51, 0), +(2744, 51, 0), +(2745, 51, 0), +(2746, 51, 0), +(2747, 51, 0), +(2748, 51, 0), +(2749, 51, 0), +(2750, 51, 0), +(2751, 51, 0), +(2752, 51, 0), +(2753, 51, 0), +(2754, 51, 0), +(2755, 51, 0), +(2756, 51, 0), +(2757, 51, 0), +(2758, 51, 0), +(2759, 51, 0), +(2760, 51, 0), +(2761, 51, 0), +(2762, 51, 0), +(2763, 51, 0), +(2764, 51, 0), +(2765, 51, 0), +(2766, 51, 0), +(2767, 51, 0), +(2768, 51, 0), +(2769, 51, 0), +(2770, 51, 0), +(2771, 51, 0), +(2772, 51, 0), +(2773, 51, 0), +(2774, 51, 0), +(2775, 51, 0), +(2776, 51, 0), +(2777, 51, 0), +(2778, 51, 0), +(2779, 51, 0), +(2780, 51, 0), +(2781, 51, 0), +(2782, 51, 0), +(2783, 51, 0), +(2784, 51, 0), +(2785, 51, 0), +(2786, 51, 0), +(2787, 51, 0), +(2788, 51, 0), +(2789, 51, 0), +(2790, 51, 0), +(2791, 51, 0), +(2792, 51, 0), +(2793, 51, 0), +(2794, 51, 0), +(2795, 51, 0), +(2796, 51, 0), +(2797, 51, 0), +(2798, 51, 0), +(2799, 51, 0), +(2800, 51, 0), +(2801, 51, 0), +(2802, 51, 0), +(2803, 51, 0); -- -------------------------------------------------------- diff --git a/información/Fotos muebles/Sofás/ARTI-K1555.jpg b/información/Fotos muebles/Sofás/ARTI-K1555.jpg new file mode 100644 index 0000000..58af327 Binary files /dev/null and b/información/Fotos muebles/Sofás/ARTI-K1555.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-433-000019.jpg b/información/Fotos muebles/Sofás/CAC-433-000019.jpg new file mode 100644 index 0000000..4284ec5 Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-433-000019.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-433-000020-CAC.jpg b/información/Fotos muebles/Sofás/CAC-433-000020-CAC.jpg new file mode 100644 index 0000000..6b1f7a0 Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-433-000020-CAC.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-553-001522.jpg b/información/Fotos muebles/Sofás/CAC-553-001522.jpg new file mode 100644 index 0000000..831a181 Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-553-001522.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-559-001627-CAC.jpg b/información/Fotos muebles/Sofás/CAC-559-001627-CAC.jpg new file mode 100644 index 0000000..3960a9e Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-559-001627-CAC.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-629-004105-CAC.jpg b/información/Fotos muebles/Sofás/CAC-629-004105-CAC.jpg new file mode 100644 index 0000000..9f8e732 Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-629-004105-CAC.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-629-004106-CAC.jpg b/información/Fotos muebles/Sofás/CAC-629-004106-CAC.jpg new file mode 100644 index 0000000..ae93a6b Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-629-004106-CAC.jpg differ diff --git a/información/Fotos muebles/Sofás/CAC-629-004286-CAC.jpg b/información/Fotos muebles/Sofás/CAC-629-004286-CAC.jpg new file mode 100644 index 0000000..d23e5d7 Binary files /dev/null and b/información/Fotos muebles/Sofás/CAC-629-004286-CAC.jpg differ diff --git a/información/Fotos muebles/Sofás/CRO-YF20.jpg b/información/Fotos muebles/Sofás/CRO-YF20.jpg new file mode 100644 index 0000000..2a94c1d Binary files /dev/null and b/información/Fotos muebles/Sofás/CRO-YF20.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-1-SILLON-SF24-S1-BOTON-CRISTAL.jpg b/información/Fotos muebles/Sofás/DUG-1-SILLON-SF24-S1-BOTON-CRISTAL.jpg new file mode 100644 index 0000000..3b2a618 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-1-SILLON-SF24-S1-BOTON-CRISTAL.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-10-928.jpg b/información/Fotos muebles/Sofás/DUG-10-928.jpg new file mode 100644 index 0000000..cbc9471 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-10-928.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-11-SOFACAMA-OSLO.jpg b/información/Fotos muebles/Sofás/DUG-11-SOFACAMA-OSLO.jpg new file mode 100644 index 0000000..afbf3b3 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-11-SOFACAMA-OSLO.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-12-580-SILLON.jpg b/información/Fotos muebles/Sofás/DUG-12-580-SILLON.jpg new file mode 100644 index 0000000..8e999a4 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-12-580-SILLON.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-13-B-6.jpg b/información/Fotos muebles/Sofás/DUG-13-B-6.jpg new file mode 100644 index 0000000..0cbfaa0 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-13-B-6.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-14-B-7.jpg b/información/Fotos muebles/Sofás/DUG-14-B-7.jpg new file mode 100644 index 0000000..e966efe Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-14-B-7.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-2-SOF-SF24-S2-BOTONCRISTAL.jpg b/información/Fotos muebles/Sofás/DUG-2-SOF-SF24-S2-BOTONCRISTAL.jpg new file mode 100644 index 0000000..a1e630f Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-2-SOF-SF24-S2-BOTONCRISTAL.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-3-SF-02-1S.jpg b/información/Fotos muebles/Sofás/DUG-3-SF-02-1S.jpg new file mode 100644 index 0000000..f19bffd Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-3-SF-02-1S.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-4SOFA-02-2S-PIEL.jpg b/información/Fotos muebles/Sofás/DUG-4SOFA-02-2S-PIEL.jpg new file mode 100644 index 0000000..ba2bb40 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-4SOFA-02-2S-PIEL.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-5CHAISE-LONGUE-RC006.jpg b/información/Fotos muebles/Sofás/DUG-5CHAISE-LONGUE-RC006.jpg new file mode 100644 index 0000000..28ab7db Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-5CHAISE-LONGUE-RC006.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-6-WY001-PIEL.jpg b/información/Fotos muebles/Sofás/DUG-6-WY001-PIEL.jpg new file mode 100644 index 0000000..c39eb23 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-6-WY001-PIEL.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-7-SILLON-GIRATORIO.jpg b/información/Fotos muebles/Sofás/DUG-7-SILLON-GIRATORIO.jpg new file mode 100644 index 0000000..0b0ec1d Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-7-SILLON-GIRATORIO.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-8-137.jpg b/información/Fotos muebles/Sofás/DUG-8-137.jpg new file mode 100644 index 0000000..413fc7a Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-8-137.jpg differ diff --git a/información/Fotos muebles/Sofás/DUG-9-652.jpg b/información/Fotos muebles/Sofás/DUG-9-652.jpg new file mode 100644 index 0000000..fca8921 Binary files /dev/null and b/información/Fotos muebles/Sofás/DUG-9-652.jpg differ diff --git a/información/Fotos muebles/Sofás/IMO-29-335.jpg b/información/Fotos muebles/Sofás/IMO-29-335.jpg new file mode 100644 index 0000000..1b3b262 Binary files /dev/null and b/información/Fotos muebles/Sofás/IMO-29-335.jpg differ diff --git a/información/Fotos muebles/Sofás/IMO-32-200.jpg b/información/Fotos muebles/Sofás/IMO-32-200.jpg new file mode 100644 index 0000000..6bd9cad Binary files /dev/null and b/información/Fotos muebles/Sofás/IMO-32-200.jpg differ diff --git a/información/Fotos muebles/Sofás/IXI-19541.jpg b/información/Fotos muebles/Sofás/IXI-19541.jpg new file mode 100644 index 0000000..935f301 Binary files /dev/null and b/información/Fotos muebles/Sofás/IXI-19541.jpg differ diff --git a/información/Fotos muebles/Sofás/IXI-19542.jpg b/información/Fotos muebles/Sofás/IXI-19542.jpg new file mode 100644 index 0000000..6c5cdcd Binary files /dev/null and b/información/Fotos muebles/Sofás/IXI-19542.jpg differ diff --git a/información/Fotos muebles/Sofás/IXI-19543.jpg b/información/Fotos muebles/Sofás/IXI-19543.jpg new file mode 100644 index 0000000..ccec6f7 Binary files /dev/null and b/información/Fotos muebles/Sofás/IXI-19543.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAANIK.jpg b/información/Fotos muebles/Sofás/MORAANIK.jpg new file mode 100644 index 0000000..5dd3ddf Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAANIK.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAANIK2.jpg b/información/Fotos muebles/Sofás/MORAANIK2.jpg new file mode 100644 index 0000000..2fcb442 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAANIK2.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAARTIC.jpg b/información/Fotos muebles/Sofás/MORAARTIC.jpg new file mode 100644 index 0000000..c9b20c6 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAARTIC.jpg differ diff --git a/información/Fotos muebles/Sofás/MORABLAZ.jpg b/información/Fotos muebles/Sofás/MORABLAZ.jpg new file mode 100644 index 0000000..994f714 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORABLAZ.jpg differ diff --git a/información/Fotos muebles/Sofás/MORABOGART.jpg b/información/Fotos muebles/Sofás/MORABOGART.jpg new file mode 100644 index 0000000..11e4cc1 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORABOGART.jpg differ diff --git a/información/Fotos muebles/Sofás/MORACHAISE-LONGUE-WIRE.jpg b/información/Fotos muebles/Sofás/MORACHAISE-LONGUE-WIRE.jpg new file mode 100644 index 0000000..e7c98a9 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORACHAISE-LONGUE-WIRE.jpg differ diff --git a/información/Fotos muebles/Sofás/MORACOMETA.jpg b/información/Fotos muebles/Sofás/MORACOMETA.jpg new file mode 100644 index 0000000..f5b9aad Binary files /dev/null and b/información/Fotos muebles/Sofás/MORACOMETA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORACRETA.jpg b/información/Fotos muebles/Sofás/MORACRETA.jpg new file mode 100644 index 0000000..8fd766a Binary files /dev/null and b/información/Fotos muebles/Sofás/MORACRETA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORADAMA.jpg b/información/Fotos muebles/Sofás/MORADAMA.jpg new file mode 100644 index 0000000..bb8d6a4 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORADAMA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORADEVON.jpg b/información/Fotos muebles/Sofás/MORADEVON.jpg new file mode 100644 index 0000000..b89f17c Binary files /dev/null and b/información/Fotos muebles/Sofás/MORADEVON.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAENCKE.jpg b/información/Fotos muebles/Sofás/MORAENCKE.jpg new file mode 100644 index 0000000..2e62c81 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAENCKE.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAFLOY.jpg b/información/Fotos muebles/Sofás/MORAFLOY.jpg new file mode 100644 index 0000000..33ef509 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAFLOY.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAGINO.jpg b/información/Fotos muebles/Sofás/MORAGINO.jpg new file mode 100644 index 0000000..f135347 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAGINO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAGINO2.jpg b/información/Fotos muebles/Sofás/MORAGINO2.jpg new file mode 100644 index 0000000..efc9a0e Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAGINO2.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAGIRO.jpg b/información/Fotos muebles/Sofás/MORAGIRO.jpg new file mode 100644 index 0000000..e5d1336 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAGIRO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAGORA-SOFACAMA.jpg b/información/Fotos muebles/Sofás/MORAGORA-SOFACAMA.jpg new file mode 100644 index 0000000..ab4ca45 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAGORA-SOFACAMA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAGORA.jpg b/información/Fotos muebles/Sofás/MORAGORA.jpg new file mode 100644 index 0000000..ab4ca45 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAGORA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAINOXBLANCO.jpg b/información/Fotos muebles/Sofás/MORAINOXBLANCO.jpg new file mode 100644 index 0000000..de1e4b5 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAINOXBLANCO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAINOXNEGRO.jpg b/información/Fotos muebles/Sofás/MORAINOXNEGRO.jpg new file mode 100644 index 0000000..c382dea Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAINOXNEGRO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAJOY.jpg b/información/Fotos muebles/Sofás/MORAJOY.jpg new file mode 100644 index 0000000..8971970 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAJOY.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAKOP.jpg b/información/Fotos muebles/Sofás/MORAKOP.jpg new file mode 100644 index 0000000..8e497b8 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAKOP.jpg differ diff --git a/información/Fotos muebles/Sofás/MORALARSON.jpg b/información/Fotos muebles/Sofás/MORALARSON.jpg new file mode 100644 index 0000000..b4f0e30 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORALARSON.jpg differ diff --git a/información/Fotos muebles/Sofás/MORALEVI.jpg b/información/Fotos muebles/Sofás/MORALEVI.jpg new file mode 100644 index 0000000..30d8a3e Binary files /dev/null and b/información/Fotos muebles/Sofás/MORALEVI.jpg differ diff --git a/información/Fotos muebles/Sofás/MORALORD.jpg b/información/Fotos muebles/Sofás/MORALORD.jpg new file mode 100644 index 0000000..599ab5d Binary files /dev/null and b/información/Fotos muebles/Sofás/MORALORD.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAMAO.jpg b/información/Fotos muebles/Sofás/MORAMAO.jpg new file mode 100644 index 0000000..0800e9b Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAMAO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAMARCO.jpg b/información/Fotos muebles/Sofás/MORAMARCO.jpg new file mode 100644 index 0000000..7ff571f Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAMARCO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAMITO.jpg b/información/Fotos muebles/Sofás/MORAMITO.jpg new file mode 100644 index 0000000..cc14d53 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAMITO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAMITO2.jpg b/información/Fotos muebles/Sofás/MORAMITO2.jpg new file mode 100644 index 0000000..48ab6ab Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAMITO2.jpg differ diff --git a/información/Fotos muebles/Sofás/MORANEO.jpg b/información/Fotos muebles/Sofás/MORANEO.jpg new file mode 100644 index 0000000..7d37e1b Binary files /dev/null and b/información/Fotos muebles/Sofás/MORANEO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORANORMA.jpg b/información/Fotos muebles/Sofás/MORANORMA.jpg new file mode 100644 index 0000000..477d8bf Binary files /dev/null and b/información/Fotos muebles/Sofás/MORANORMA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORANUBE.jpg b/información/Fotos muebles/Sofás/MORANUBE.jpg new file mode 100644 index 0000000..f317192 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORANUBE.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAPISCIS-SOFACAMA.jpg b/información/Fotos muebles/Sofás/MORAPISCIS-SOFACAMA.jpg new file mode 100644 index 0000000..4d60f33 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAPISCIS-SOFACAMA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAPISCIS.jpg b/información/Fotos muebles/Sofás/MORAPISCIS.jpg new file mode 100644 index 0000000..4d60f33 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAPISCIS.jpg differ diff --git a/información/Fotos muebles/Sofás/MORASAHARA.jpg b/información/Fotos muebles/Sofás/MORASAHARA.jpg new file mode 100644 index 0000000..52a6ae6 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORASAHARA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORASENSE.jpg b/información/Fotos muebles/Sofás/MORASENSE.jpg new file mode 100644 index 0000000..35c52f5 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORASENSE.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAVARA.jpg b/información/Fotos muebles/Sofás/MORAVARA.jpg new file mode 100644 index 0000000..6a07501 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAVARA.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAVIRGO.jpg b/información/Fotos muebles/Sofás/MORAVIRGO.jpg new file mode 100644 index 0000000..58e28ab Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAVIRGO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAWEST.jpg b/información/Fotos muebles/Sofás/MORAWEST.jpg new file mode 100644 index 0000000..1884547 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAWEST.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAXIAN.jpg b/información/Fotos muebles/Sofás/MORAXIAN.jpg new file mode 100644 index 0000000..2362abe Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAXIAN.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAXIAN2.jpg b/información/Fotos muebles/Sofás/MORAXIAN2.jpg new file mode 100644 index 0000000..2fdeb1a Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAXIAN2.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAZODIACO.jpg b/información/Fotos muebles/Sofás/MORAZODIACO.jpg new file mode 100644 index 0000000..4ab0a43 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAZODIACO.jpg differ diff --git a/información/Fotos muebles/Sofás/MORAZODIACO2.jpg b/información/Fotos muebles/Sofás/MORAZODIACO2.jpg new file mode 100644 index 0000000..8748702 Binary files /dev/null and b/información/Fotos muebles/Sofás/MORAZODIACO2.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-14046.jpg b/información/Fotos muebles/Sofás/MOY-14046.jpg new file mode 100644 index 0000000..2f2fb7b Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-14046.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-14046B.jpg b/información/Fotos muebles/Sofás/MOY-14046B.jpg new file mode 100644 index 0000000..fa5fcf4 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-14046B.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-141116.jpg b/información/Fotos muebles/Sofás/MOY-141116.jpg new file mode 100644 index 0000000..126ced6 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-141116.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-14423.jpg b/información/Fotos muebles/Sofás/MOY-14423.jpg new file mode 100644 index 0000000..621d5f8 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-14423.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-14424.jpg b/información/Fotos muebles/Sofás/MOY-14424.jpg new file mode 100644 index 0000000..24356e1 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-14424.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-148085.jpg b/información/Fotos muebles/Sofás/MOY-148085.jpg new file mode 100644 index 0000000..707e328 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-148085.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-148133.jpg b/información/Fotos muebles/Sofás/MOY-148133.jpg new file mode 100644 index 0000000..c5d9daa Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-148133.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-148134.jpg b/información/Fotos muebles/Sofás/MOY-148134.jpg new file mode 100644 index 0000000..8b1675b Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-148134.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-30860.jpg b/información/Fotos muebles/Sofás/MOY-30860.jpg new file mode 100644 index 0000000..ef2e400 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-30860.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-30861.jpg b/información/Fotos muebles/Sofás/MOY-30861.jpg new file mode 100644 index 0000000..16381c8 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-30861.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-30863.jpg b/información/Fotos muebles/Sofás/MOY-30863.jpg new file mode 100644 index 0000000..13a2eaf Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-30863.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-30863J.jpg b/información/Fotos muebles/Sofás/MOY-30863J.jpg new file mode 100644 index 0000000..97ee422 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-30863J.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-39005.jpg b/información/Fotos muebles/Sofás/MOY-39005.jpg new file mode 100644 index 0000000..b817139 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-39005.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-39006.jpg b/información/Fotos muebles/Sofás/MOY-39006.jpg new file mode 100644 index 0000000..b631c19 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-39006.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-4030.jpg b/información/Fotos muebles/Sofás/MOY-4030.jpg new file mode 100644 index 0000000..3c628e4 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-4030.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-859001.jpg b/información/Fotos muebles/Sofás/MOY-859001.jpg new file mode 100644 index 0000000..d34ef00 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-859001.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-8656146.jpg b/información/Fotos muebles/Sofás/MOY-8656146.jpg new file mode 100644 index 0000000..c33cf21 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-8656146.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-8656168.jpg b/información/Fotos muebles/Sofás/MOY-8656168.jpg new file mode 100644 index 0000000..dde10ea Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-8656168.jpg differ diff --git a/información/Fotos muebles/Sofás/MOY-9290145.jpg b/información/Fotos muebles/Sofás/MOY-9290145.jpg new file mode 100644 index 0000000..abf06c9 Binary files /dev/null and b/información/Fotos muebles/Sofás/MOY-9290145.jpg differ diff --git a/información/Fotos muebles/Sofás/PORT-1409-38-PORT.jpg b/información/Fotos muebles/Sofás/PORT-1409-38-PORT.jpg new file mode 100644 index 0000000..d05e278 Binary files /dev/null and b/información/Fotos muebles/Sofás/PORT-1409-38-PORT.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-30875.jpg b/información/Fotos muebles/Sofás/SP-30875.jpg new file mode 100644 index 0000000..f9424aa Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-30875.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31528.jpg b/información/Fotos muebles/Sofás/SP-31528.jpg new file mode 100644 index 0000000..5c13812 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31528.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31532.jpg b/información/Fotos muebles/Sofás/SP-31532.jpg new file mode 100644 index 0000000..de88886 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31532.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31637.jpg b/información/Fotos muebles/Sofás/SP-31637.jpg new file mode 100644 index 0000000..c01d709 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31637.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31642.jpg b/información/Fotos muebles/Sofás/SP-31642.jpg new file mode 100644 index 0000000..acf2ecf Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31642.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31643.jpg b/información/Fotos muebles/Sofás/SP-31643.jpg new file mode 100644 index 0000000..99dfe85 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31643.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31686.jpg b/información/Fotos muebles/Sofás/SP-31686.jpg new file mode 100644 index 0000000..e8ff7bc Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31686.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31784.jpg b/información/Fotos muebles/Sofás/SP-31784.jpg new file mode 100644 index 0000000..9095c20 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31784.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-31785.jpg b/información/Fotos muebles/Sofás/SP-31785.jpg new file mode 100644 index 0000000..b258af3 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-31785.jpg differ diff --git a/información/Fotos muebles/Sofás/SP-9608.jpg b/información/Fotos muebles/Sofás/SP-9608.jpg new file mode 100644 index 0000000..5062784 Binary files /dev/null and b/información/Fotos muebles/Sofás/SP-9608.jpg differ diff --git a/información/Fotos muebles/Sofás/VA-1323.jpg b/información/Fotos muebles/Sofás/VA-1323.jpg new file mode 100644 index 0000000..9c97181 Binary files /dev/null and b/información/Fotos muebles/Sofás/VA-1323.jpg differ diff --git a/información/Fotos muebles/Sofás/VA-2069.jpg b/información/Fotos muebles/Sofás/VA-2069.jpg new file mode 100644 index 0000000..678e6c5 Binary files /dev/null and b/información/Fotos muebles/Sofás/VA-2069.jpg differ diff --git a/información/Fotos muebles/Sofás/VA-2074.jpg b/información/Fotos muebles/Sofás/VA-2074.jpg new file mode 100644 index 0000000..aae115a Binary files /dev/null and b/información/Fotos muebles/Sofás/VA-2074.jpg differ diff --git a/información/Fotos muebles/Sofás/VA-3247.jpg b/información/Fotos muebles/Sofás/VA-3247.jpg new file mode 100644 index 0000000..1f41dc2 Binary files /dev/null and b/información/Fotos muebles/Sofás/VA-3247.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-12310.jpg b/información/Fotos muebles/Sofás/VIC-12310.jpg new file mode 100644 index 0000000..4db62aa Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-12310.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-15124.jpg b/información/Fotos muebles/Sofás/VIC-15124.jpg new file mode 100644 index 0000000..a7e3dc8 Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-15124.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-15759.jpg b/información/Fotos muebles/Sofás/VIC-15759.jpg new file mode 100644 index 0000000..c213a65 Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-15759.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-15805.jpg b/información/Fotos muebles/Sofás/VIC-15805.jpg new file mode 100644 index 0000000..2d85823 Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-15805.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-16466.jpg b/información/Fotos muebles/Sofás/VIC-16466.jpg new file mode 100644 index 0000000..5d57bed Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-16466.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-16760.jpg b/información/Fotos muebles/Sofás/VIC-16760.jpg new file mode 100644 index 0000000..d376164 Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-16760.jpg differ diff --git a/información/Fotos muebles/Sofás/VIC-SOFA.jpg b/información/Fotos muebles/Sofás/VIC-SOFA.jpg new file mode 100644 index 0000000..5e06b84 Binary files /dev/null and b/información/Fotos muebles/Sofás/VIC-SOFA.jpg differ diff --git a/información/Fotos muebles/salida-sofas.sql b/información/Fotos muebles/salida-sofas.sql new file mode 100644 index 0000000..a7a93d4 --- /dev/null +++ b/información/Fotos muebles/salida-sofas.sql @@ -0,0 +1,2664 @@ +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x65x71cm', 'CRO YF20', 'publish', 'closed', 'open', 'CRO-YF20', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CRO-YF20', 0, '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', '467'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '0'), +(@last_id, 'tcp_sku', 'CRO-YF20'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'CRO-YF20'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '81x202x80cm', 'ARTI-K1555', 'publish', 'closed', 'open', 'ARTI-K1555', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARTI-K1555', 0, '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', '1229'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '1'), +(@last_id, 'tcp_sku', 'ARTI-K1555'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-K1555'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '269'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '2'), +(@last_id, 'tcp_sku', 'CAC-433-000019'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-433-000019'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '597'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '3'), +(@last_id, 'tcp_sku', 'CAC-433-000020-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-433-000020-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '487'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '4'), +(@last_id, 'tcp_sku', 'CAC-553-001522'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-001522'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '299'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '5'), +(@last_id, 'tcp_sku', 'CAC-559-001627-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-559-001627-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '379'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '6'), +(@last_id, 'tcp_sku', 'CAC-629-004105-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004105-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '439'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '7'), +(@last_id, 'tcp_sku', 'CAC-629-004106-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004106-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '469'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '8'), +(@last_id, 'tcp_sku', 'CAC-629-004286-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004286-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '659'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '9'), +(@last_id, 'tcp_sku', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1-SILLON-SF24-S1-BOTON-CRISTAL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 10 928', 'publish', 'closed', 'open', 'DUG-10-928', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-10-928', 0, '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', '159'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '10'), +(@last_id, 'tcp_sku', 'DUG-10-928'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-10-928'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), 'Abierto 38x181x111 Cerrado 86x181x84cm', 'DUG 11 SOFACAMA-OSLO', 'publish', 'closed', 'open', 'DUG-11-SOFACAMA-OSLO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-11-SOFACAMA-OSLO', 0, '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', '527'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '11'), +(@last_id, 'tcp_sku', 'DUG-11-SOFACAMA-OSLO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-11-SOFACAMA-OSLO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '349'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '12'), +(@last_id, 'tcp_sku', 'DUG-12-580-SILLON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-12-580-SILLON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '989'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '13'), +(@last_id, 'tcp_sku', 'DUG-13-B-6'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-13-B-6'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '69x112x90cm', 'DUG 14 B-7', 'publish', 'closed', 'open', 'DUG-14-B-7', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-14-B-7', 0, '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', '799'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '14'), +(@last_id, 'tcp_sku', 'DUG-14-B-7'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14-B-7'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '15'), +(@last_id, 'tcp_sku', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2-SOF-SF24-S2-BOTONCRISTAL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 3 SF 02-1S', 'publish', 'closed', 'open', 'DUG-3-SF-02-1S', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-3-SF-02-1S', 0, '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', '659'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '16'), +(@last_id, 'tcp_sku', 'DUG-3-SF-02-1S'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-3-SF-02-1S'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 4SOFA-02-2S-PIEL', 'publish', 'closed', 'open', 'DUG-4SOFA-02-2S-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-4SOFA-02-2S-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); +insert into wp_postmeta (post_id, meta_key, meta_value) values +(@last_id, 'tcp_price', '1177'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '17'), +(@last_id, 'tcp_sku', 'DUG-4SOFA-02-2S-PIEL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-4SOFA-02-2S-PIEL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 5CHAISE LONGUE RC006', 'publish', 'closed', 'open', 'DUG-5CHAISE-LONGUE-RC006', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-5CHAISE-LONGUE-RC006', 0, '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', '639'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '18'), +(@last_id, 'tcp_sku', 'DUG-5CHAISE-LONGUE-RC006'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-5CHAISE-LONGUE-RC006'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '549'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '19'), +(@last_id, 'tcp_sku', 'DUG-6-WY001-PIEL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-6-WY001-PIEL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '269'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '20'), +(@last_id, 'tcp_sku', 'DUG-7-SILLON-GIRATORIO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-7-SILLON-GIRATORIO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 8 137', 'publish', 'closed', 'open', 'DUG-8-137', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-8-137', 0, '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', '189'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '21'), +(@last_id, 'tcp_sku', 'DUG-8-137'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8-137'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 9 652', 'publish', 'closed', 'open', 'DUG-9-652', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-9-652', 0, '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', '169'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '22'), +(@last_id, 'tcp_sku', 'DUG-9-652'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9-652'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '23'), +(@last_id, 'tcp_sku', 'IMO-29-335'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-335'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '1187'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '24'), +(@last_id, 'tcp_sku', 'IMO-32-200'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-32-200'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '127'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '25'), +(@last_id, 'tcp_sku', 'IXI-19541'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19541'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '137'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '26'), +(@last_id, 'tcp_sku', 'IXI-19542'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19542'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '137'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '27'), +(@last_id, 'tcp_sku', 'IXI-19543'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19543'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraanik', 'publish', 'closed', 'open', 'MORAANIK', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK', 0, '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', '28'), +(@last_id, 'tcp_sku', 'MORAANIK'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAANIK'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraanik2', 'publish', 'closed', 'open', 'MORAANIK2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK2', 0, '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', '29'), +(@last_id, 'tcp_sku', 'MORAANIK2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAANIK2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraartic', 'publish', 'closed', 'open', 'MORAARTIC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAARTIC', 0, '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', '30'), +(@last_id, 'tcp_sku', 'MORAARTIC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAARTIC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morablaz', 'publish', 'closed', 'open', 'MORABLAZ', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORABLAZ', 0, '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', '31'), +(@last_id, 'tcp_sku', 'MORABLAZ'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORABLAZ'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', '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', '32'), +(@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(), '74x200x100cm', 'moraCHAISE-LONGUE-WIRE', 'publish', 'closed', 'open', 'MORACHAISE-LONGUE-WIRE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORACHAISE-LONGUE-WIRE', 0, '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', '33'), +(@last_id, 'tcp_sku', 'MORACHAISE-LONGUE-WIRE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORACHAISE-LONGUE-WIRE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', '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', '34'), +(@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(), '', 'moracreta', 'publish', 'closed', 'open', 'MORACRETA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORACRETA', 0, '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', '35'), +(@last_id, 'tcp_sku', 'MORACRETA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORACRETA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moradama', 'publish', 'closed', 'open', 'MORADAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORADAMA', 0, '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', '36'), +(@last_id, 'tcp_sku', 'MORADAMA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORADAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moradevon', 'publish', 'closed', 'open', 'MORADEVON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORADEVON', 0, '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', '37'), +(@last_id, 'tcp_sku', 'MORADEVON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORADEVON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraENCKE', 'publish', 'closed', 'open', 'MORAENCKE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAENCKE', 0, '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', '38'), +(@last_id, 'tcp_sku', 'MORAENCKE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAENCKE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morafloy', 'publish', 'closed', 'open', 'MORAFLOY', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAFLOY', 0, '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', '39'), +(@last_id, 'tcp_sku', 'MORAFLOY'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAFLOY'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragino', 'publish', 'closed', 'open', 'MORAGINO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO', 0, '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', '40'), +(@last_id, 'tcp_sku', 'MORAGINO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGINO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragino2', 'publish', 'closed', 'open', 'MORAGINO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO2', 0, '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', '41'), +(@last_id, 'tcp_sku', 'MORAGINO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGINO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragiro', 'publish', 'closed', 'open', 'MORAGIRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGIRO', 0, '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', '42'), +(@last_id, 'tcp_sku', 'MORAGIRO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGIRO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '43'), +(@last_id, 'tcp_sku', 'MORAGORA-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` = 'MORAGORA-SOFACAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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', 'publish', 'closed', 'open', 'MORAGORA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA', 0, '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', '44'), +(@last_id, 'tcp_sku', 'MORAGORA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGORA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morainoxblanco', 'publish', 'closed', 'open', 'MORAINOXBLANCO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXBLANCO', 0, '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', '45'), +(@last_id, 'tcp_sku', 'MORAINOXBLANCO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAINOXBLANCO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morainoxnegro', 'publish', 'closed', 'open', 'MORAINOXNEGRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXNEGRO', 0, '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', '46'), +(@last_id, 'tcp_sku', 'MORAINOXNEGRO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAINOXNEGRO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morajoy', 'publish', 'closed', 'open', 'MORAJOY', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAJOY', 0, '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', '47'), +(@last_id, 'tcp_sku', 'MORAJOY'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAJOY'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraKOP', 'publish', 'closed', 'open', 'MORAKOP', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAKOP', 0, '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', '48'), +(@last_id, 'tcp_sku', 'MORAKOP'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAKOP'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLARSON', 'publish', 'closed', 'open', 'MORALARSON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALARSON', 0, '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', '49'), +(@last_id, 'tcp_sku', 'MORALARSON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALARSON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLEVI', 'publish', 'closed', 'open', 'MORALEVI', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALEVI', 0, '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', '50'), +(@last_id, 'tcp_sku', 'MORALEVI'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALEVI'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLORD', 'publish', 'closed', 'open', 'MORALORD', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALORD', 0, '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', '51'), +(@last_id, 'tcp_sku', 'MORALORD'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALORD'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramao', 'publish', 'closed', 'open', 'MORAMAO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMAO', 0, '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', '52'), +(@last_id, 'tcp_sku', 'MORAMAO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMAO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramarco', 'publish', 'closed', 'open', 'MORAMARCO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMARCO', 0, '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', '53'), +(@last_id, 'tcp_sku', 'MORAMARCO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMARCO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramito', 'publish', 'closed', 'open', 'MORAMITO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO', 0, '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', '54'), +(@last_id, 'tcp_sku', 'MORAMITO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMITO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramito2', 'publish', 'closed', 'open', 'MORAMITO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO2', 0, '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', '55'), +(@last_id, 'tcp_sku', 'MORAMITO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMITO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraneo', 'publish', 'closed', 'open', 'MORANEO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANEO', 0, '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', '56'), +(@last_id, 'tcp_sku', 'MORANEO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANEO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moranorma', 'publish', 'closed', 'open', 'MORANORMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANORMA', 0, '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', '57'), +(@last_id, 'tcp_sku', 'MORANORMA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANORMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moranube', 'publish', 'closed', 'open', 'MORANUBE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANUBE', 0, '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', '58'), +(@last_id, 'tcp_sku', 'MORANUBE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANUBE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '59'), +(@last_id, 'tcp_sku', 'MORAPISCIS-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` = 'MORAPISCIS-SOFACAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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', 'publish', 'closed', 'open', 'MORAPISCIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS', 0, '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', '60'), +(@last_id, 'tcp_sku', 'MORAPISCIS'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAPISCIS'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraSAHARA', 'publish', 'closed', 'open', 'MORASAHARA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORASAHARA', 0, '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', '61'), +(@last_id, 'tcp_sku', 'MORASAHARA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORASAHARA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morasense', 'publish', 'closed', 'open', 'MORASENSE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORASENSE', 0, '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', '62'), +(@last_id, 'tcp_sku', 'MORASENSE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORASENSE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moravara', 'publish', 'closed', 'open', 'MORAVARA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVARA', 0, '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', '63'), +(@last_id, 'tcp_sku', 'MORAVARA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAVARA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moravirgo', 'publish', 'closed', 'open', 'MORAVIRGO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVIRGO', 0, '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', '64'), +(@last_id, 'tcp_sku', 'MORAVIRGO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAVIRGO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraWEST', 'publish', 'closed', 'open', 'MORAWEST', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAWEST', 0, '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', '65'), +(@last_id, 'tcp_sku', 'MORAWEST'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAWEST'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraxian', 'publish', 'closed', 'open', 'MORAXIAN', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN', 0, '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', '66'), +(@last_id, 'tcp_sku', 'MORAXIAN'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAXIAN'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraxian2', 'publish', 'closed', 'open', 'MORAXIAN2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN2', 0, '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', '67'), +(@last_id, 'tcp_sku', 'MORAXIAN2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAXIAN2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morazodiaco', 'publish', 'closed', 'open', 'MORAZODIACO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO', 0, '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', '68'), +(@last_id, 'tcp_sku', 'MORAZODIACO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAZODIACO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morazodiaco2', 'publish', 'closed', 'open', 'MORAZODIACO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO2', 0, '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', '69'), +(@last_id, 'tcp_sku', 'MORAZODIACO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAZODIACO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 148133', 'publish', 'closed', 'open', 'MOY-148133', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148133', 0, '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', '587'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '70'), +(@last_id, 'tcp_sku', 'MOY-148133'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148133'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 148134', 'publish', 'closed', 'open', 'MOY-148134', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148134', 0, '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', '519'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '71'), +(@last_id, 'tcp_sku', 'MOY-148134'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148134'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 30863J', 'publish', 'closed', 'open', 'MOY-30863J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863J', 0, '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', '339'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '72'), +(@last_id, 'tcp_sku', 'MOY-30863J'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30863J'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 9290145', 'publish', 'closed', 'open', 'MOY-9290145', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-9290145', 0, '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', '527'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '73'), +(@last_id, 'tcp_sku', 'MOY-9290145'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9290145'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '107x76x75cm', 'MOY-14046', 'publish', 'closed', 'open', 'MOY-14046', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046', 0, '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', '497'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '74'), +(@last_id, 'tcp_sku', 'MOY-14046'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14046'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY-14046b', 'publish', 'closed', 'open', 'MOY-14046B', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046B', 0, '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', '497'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '75'), +(@last_id, 'tcp_sku', 'MOY-14046B'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14046B'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '70x65x70cm', 'MOY-141116', 'publish', 'closed', 'open', 'MOY-141116', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-141116', 0, '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', '319'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '76'), +(@last_id, 'tcp_sku', 'MOY-141116'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-141116'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '111x75x80cm', 'MOY-14423', 'publish', 'closed', 'open', 'MOY-14423', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14423', 0, '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', '559'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '77'), +(@last_id, 'tcp_sku', 'MOY-14423'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14423'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '111x75x80cm', 'MOY-14424', 'publish', 'closed', 'open', 'MOY-14424', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14424', 0, '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', '559'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '78'), +(@last_id, 'tcp_sku', 'MOY-14424'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14424'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '93x77x70cm', 'MOY-148085', 'publish', 'closed', 'open', 'MOY-148085', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148085', 0, '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', '517'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '79'), +(@last_id, 'tcp_sku', 'MOY-148085'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148085'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x160x75cm', 'MOY-30860', 'publish', 'closed', 'open', 'MOY-30860', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30860', 0, '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', '997'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '80'), +(@last_id, 'tcp_sku', 'MOY-30860'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30860'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x160x75cm', 'MOY-30861', 'publish', 'closed', 'open', 'MOY-30861', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30861', 0, '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', '997'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '81'), +(@last_id, 'tcp_sku', 'MOY-30861'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30861'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '82'), +(@last_id, 'tcp_sku', 'MOY-30863'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30863'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '76x117x47cm', 'MOY-39005', 'publish', 'closed', 'open', 'MOY-39005', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39005', 0, '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', '229'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '83'), +(@last_id, 'tcp_sku', 'MOY-39005'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-39005'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '65x60x40cm', 'MOY-39006', 'publish', 'closed', 'open', 'MOY-39006', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39006', 0, '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', '139'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '84'), +(@last_id, 'tcp_sku', 'MOY-39006'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-39006'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '88x67x85cm', 'MOY-4030', 'publish', 'closed', 'open', 'MOY-4030', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-4030', 0, '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', '469'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '85'), +(@last_id, 'tcp_sku', 'MOY-4030'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-4030'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '83x61x61cm', 'MOY-859001', 'publish', 'closed', 'open', 'MOY-859001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-859001', 0, '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', '239'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '86'), +(@last_id, 'tcp_sku', 'MOY-859001'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-859001'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '78x63x120cm', 'MOY-8656146', 'publish', 'closed', 'open', 'MOY-8656146', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656146', 0, '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', '249'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '87'), +(@last_id, 'tcp_sku', 'MOY-8656146'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8656146'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '96x57x65cm', 'MOY-8656168', 'publish', 'closed', 'open', 'MOY-8656168', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656168', 0, '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', '249'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '88'), +(@last_id, 'tcp_sku', 'MOY-8656168'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8656168'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '349'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '89'), +(@last_id, 'tcp_sku', 'PORT-1409-38-PORT'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1409-38-PORT'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '200x100x100cm', 'SP 30875', 'publish', 'closed', 'open', 'SP-30875', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30875', 0, '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', '397'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '90'), +(@last_id, 'tcp_sku', 'SP-30875'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30875'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31528', 'publish', 'closed', 'open', 'SP-31528', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31528', 0, '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', '1237'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '91'), +(@last_id, 'tcp_sku', 'SP-31528'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31528'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31532', 'publish', 'closed', 'open', 'SP-31532', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31532', 0, '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', '1797'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '92'), +(@last_id, 'tcp_sku', 'SP-31532'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31532'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31637', 'publish', 'closed', 'open', 'SP-31637', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31637', 0, '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', '1897'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '93'), +(@last_id, 'tcp_sku', 'SP-31637'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31637'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31642', 'publish', 'closed', 'open', 'SP-31642', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31642', 0, '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', '1687'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '94'), +(@last_id, 'tcp_sku', 'SP-31642'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31642'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '150x160x160cm', 'SP 31643', 'publish', 'closed', 'open', 'SP-31643', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31643', 0, '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', '1197'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '95'), +(@last_id, 'tcp_sku', 'SP-31643'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31643'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '1897'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '96'), +(@last_id, 'tcp_sku', 'SP-31686'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31686'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31784', 'publish', 'closed', 'open', 'SP-31784', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31784', 0, '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', '367'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '97'), +(@last_id, 'tcp_sku', 'SP-31784'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31784'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '367'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '98'), +(@last_id, 'tcp_sku', 'SP-31785'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31785'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '359'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '99'), +(@last_id, 'tcp_sku', 'SP-9608'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9608'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '329'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '100'), +(@last_id, 'tcp_sku', 'VA-1323'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1323'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '94x67x81cm', 'VA-2069', 'publish', 'closed', 'open', 'VA-2069', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2069', 0, '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', '319'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '101'), +(@last_id, 'tcp_sku', 'VA-2069'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2069'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '80x268x180cm', 'VA-2074', 'publish', 'closed', 'open', 'VA-2074', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2074', 0, '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', '1679'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '102'), +(@last_id, 'tcp_sku', 'VA-2074'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2074'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'VA-3247', 'publish', 'closed', 'open', 'VA-3247', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-3247', 0, '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', '359'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '103'), +(@last_id, 'tcp_sku', 'VA-3247'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-3247'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '104'), +(@last_id, 'tcp_sku', 'VIC-12310'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-12310'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '105'), +(@last_id, 'tcp_sku', 'VIC-15124'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15124'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '397'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '106'), +(@last_id, 'tcp_sku', 'VIC-15805'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15805'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '80x146x63cm', 'VIC SOFA', 'publish', 'closed', 'open', 'VIC-SOFA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-SOFA', 0, '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', '597'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '107'), +(@last_id, 'tcp_sku', 'VIC-SOFA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-SOFA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 16466', 'publish', 'closed', 'open', 'VIC-16466', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16466', 0, '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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '108'), +(@last_id, 'tcp_sku', 'VIC-16466'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-16466'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 16760', 'publish', 'closed', 'open', 'VIC-16760', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16760', 0, '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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '109'), +(@last_id, 'tcp_sku', 'VIC-16760'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-16760'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '115x70x80cm', 'VIC-15759', 'publish', 'closed', 'open', 'VIC-15759', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15759', 0, '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', '639'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '110'), +(@last_id, 'tcp_sku', 'VIC-15759'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15759'; + + diff --git a/información/MUEBLES PRECIOS/muebles.mdb b/información/MUEBLES PRECIOS/muebles.mdb index 4be64ca..c14a425 100644 Binary files a/información/MUEBLES PRECIOS/muebles.mdb and b/información/MUEBLES PRECIOS/muebles.mdb differ diff --git a/información/MUEBLES PRECIOS/sofas.xls b/información/MUEBLES PRECIOS/sofas.xls new file mode 100644 index 0000000..99c6d26 Binary files /dev/null and b/información/MUEBLES PRECIOS/sofas.xls differ diff --git a/información/MUEBLES PRECIOS/sofas.xml b/información/MUEBLES PRECIOS/sofas.xml new file mode 100644 index 0000000..20354e6 --- /dev/null +++ b/información/MUEBLES PRECIOS/sofas.xml @@ -0,0 +1,805 @@ + + + +ACRO YF20 90X65X71 467?.jpg +CRO YF20 +90x65x71 +467 +CRO-YF20 +move "ACRO YF20 90X65X71 467?.jpg" CRO-YF20.jpg >> lista.txt + + +ARTI-K1555-81x202x80-1.229?.jpg +ARTI-K1555 +81x202x80 +1229 +ARTI-K1555 +move "ARTI-K1555-81x202x80-1.229?.jpg" ARTI-K1555.jpg >> lista.txt + + +CAC 433-000019--269?-TAMBIEN-EN-MARRON,-NEGRO-Y-ROJO.jpg +CAC 433-000019 +También en marron, negro y rojo +269 +CAC-433-000019 +move "CAC 433-000019--269?-TAMBIEN-EN-MARRON,-NEGRO-Y-ROJO.jpg" CAC-433-000019.jpg >> lista.txt + + +CAC 433-000020-CAC-597?-TAMBIEN-EN-BLANCO,-MARRON-Y-ROJO.jpg +CAC 433-000020-CAC +También en blanco, marron y rojo +597 +CAC-433-000020-CAC +move "CAC 433-000020-CAC-597?-TAMBIEN-EN-BLANCO,-MARRON-Y-ROJO.jpg" CAC-433-000020-CAC.jpg >> lista.txt + + +CAC 553-001522--93x110x170-487?-TAMBIEN-EN-NEGRO.jpg +CAC 553-001522 +93x110x170 +También en negro +487 +CAC-553-001522 +move "CAC 553-001522--93x110x170-487?-TAMBIEN-EN-NEGRO.jpg" CAC-553-001522.jpg >> lista.txt + + +CAC 559-001627-CAC-299?-TAMBIEN-EN-NEGRO.jpg +CAC 559-001627-CAC +También en negro +299 +CAC-559-001627-CAC +move "CAC 559-001627-CAC-299?-TAMBIEN-EN-NEGRO.jpg" CAC-559-001627-CAC.jpg >> lista.txt + + +CAC 629-004105-CAC-379?--TAMBIEN-EN-NEGRO.jpg +CAC 629-004105-CAC +También en negro +379 +CAC-629-004105-CAC +move "CAC 629-004105-CAC-379?--TAMBIEN-EN-NEGRO.jpg" CAC-629-004105-CAC.jpg >> lista.txt + + +CAC 629-004106-CAC-439?-TAMBIEN-EN-NEGRO.jpg +CAC 629-004106-CAC +También en negro +439 +CAC-629-004106-CAC +move "CAC 629-004106-CAC-439?-TAMBIEN-EN-NEGRO.jpg" CAC-629-004106-CAC.jpg >> lista.txt + + +CAC 629-004286-CAC-469?--TAMBIEN-EN-BLANCO.jpg +CAC 629-004286-CAC +También en blanco +469 +CAC-629-004286-CAC +move "CAC 629-004286-CAC-469?--TAMBIEN-EN-BLANCO.jpg" CAC-629-004286-CAC.jpg >> lista.txt + + +DUG 1-SILLON-SF24-S1-BOTON-CRISTAL-727? SF 25-S1BOTON FORRADO 659?.jpg +DUG 1-SILLON-SF24-S1-BOTON-CRISTAL +Botón forrado +659 +DUG-1-SILLON-SF24-S1-BOTON-CRISTAL +move "DUG 1-SILLON-SF24-S1-BOTON-CRISTAL-727? SF 25-S1BOTON FORRADO 659?.jpg" DUG-1-SILLON-SF24-S1-BOTON-CRISTAL.jpg >> lista.txt + + +DUG 10 928-159?.jpg +DUG 10 928 +159 +DUG-10-928 +move "DUG 10 928-159?.jpg" DUG-10-928.jpg >> lista.txt + + +DUG 11 SOFACAMA-OSLO ABIERTO 38x181x111 CERRADO 86x181x84 527?.jpg +DUG 11 SOFACAMA-OSLO +Abierto 38x181x111 Cerrado 86x181x84 +527 +DUG-11-SOFACAMA-OSLO +move "DUG 11 SOFACAMA-OSLO ABIERTO 38x181x111 CERRADO 86x181x84 527?.jpg" DUG-11-SOFACAMA-OSLO.jpg >> lista.txt + + +DUG 12 580 SILLON 627? BANQUETA 349? PIEL.jpg +DUG 12 580 SILLON +Piel +349 +DUG-12-580-SILLON +move "DUG 12 580 SILLON 627? BANQUETA 349? PIEL.jpg" DUG-12-580-SILLON.jpg >> lista.txt + + +DUG 13 B-6 92x140x71 989?PIEL B-N 899? POLIPIEL PLATA.jpg +DUG 13 B-6 +92x140x71 +PIEL B-N 899€ POLIPIEL PLATA +989 +DUG-13-B-6 +move "DUG 13 B-6 92x140x71 989?PIEL B-N 899? POLIPIEL PLATA.jpg" DUG-13-B-6.jpg >> lista.txt + + +DUG 14 B-7 69x112x90 799?.jpg +DUG 14 B-7 +69x112x90 +799 +DUG-14-B-7 +move "DUG 14 B-7 69x112x90 799?.jpg" DUG-14-B-7.jpg >> lista.txt + + +DUG 2-SOF-SF24-S2-BOTONCRISTAL-1.189? BOTON FORRADO 1.089?.jpg +DUG 2-SOF-SF24-S2-BOTONCRISTAL +BOTONCRISTAL 1.189€ BOTON FORRADO 1.089€ +DUG-2-SOF-SF24-S2-BOTONCRISTAL +move "DUG 2-SOF-SF24-S2-BOTONCRISTAL-1.189? BOTON FORRADO 1.089?.jpg" DUG-2-SOF-SF24-S2-BOTONCRISTAL.jpg >> lista.txt + + +DUG 3 SF 02-1S 659?.jpg +DUG 3 SF 02-1S +659 +DUG-3-SF-02-1S +move "DUG 3 SF 02-1S 659?.jpg" DUG-3-SF-02-1S.jpg >> lista.txt + + +DUG 4SOFA-02-2S-PIEL-1.177?.jpg +DUG 4SOFA-02-2S-PIEL +1177 +DUG-4SOFA-02-2S-PIEL +move "DUG 4SOFA-02-2S-PIEL-1.177?.jpg" DUG-4SOFA-02-2S-PIEL.jpg >> lista.txt + + +DUG 5CHAISE LONGUE RC006-639?.jpg +DUG 5CHAISE LONGUE RC006 +639 +DUG-5CHAISE-LONGUE-RC006 +move "DUG 5CHAISE LONGUE RC006-639?.jpg" DUG-5CHAISE-LONGUE-RC006.jpg >> lista.txt + + +DUG 6-WY001-549?-PIEL.jpg +DUG 6-WY001-PIEL +Piel +549 +DUG-6-WY001-PIEL +move "DUG 6-WY001-549?-PIEL.jpg" DUG-6-WY001-PIEL.jpg >> lista.txt + + +DUG 7-SILLON-GIRATORIO-137-SIMIL-PIEL-269?.jpg +DUG 7-SILLON-GIRATORIO +Símil piel +269 +DUG-7-SILLON-GIRATORIO +move "DUG 7-SILLON-GIRATORIO-137-SIMIL-PIEL-269?.jpg" DUG-7-SILLON-GIRATORIO.jpg >> lista.txt + + +DUG 8 137-189?.jpg +DUG 8 137 +189 +DUG-8-137 +move "DUG 8 137-189?.jpg" DUG-8-137.jpg >> lista.txt + + +DUG 9 652-169?.jpg +DUG 9 652 +169 +DUG-9-652 +move "DUG 9 652-169?.jpg" DUG-9-652.jpg >> lista.txt + + +IMO 29-335 75x208x85(145) ches dcha 29-339 ches izq piel 749? .jpg +IMO 29-335 +75x208x85 +ches dcha 29-339 ches izq piel 749? +IMO-29-335 +move "IMO 29-335 75x208x85(145) ches dcha 29-339 ches izq piel 749? .jpg" IMO-29-335.jpg >> lista.txt + + +IMO 32-200 65x210x105 1.187? .jpg +IMO 32-200 +65x210x105 + +1187 +IMO-32-200 +move "IMO 32-200 65x210x105 1.187? .jpg" IMO-32-200.jpg >> lista.txt + + +IXI 19541 70x90x60 127? Puff.jpg +IXI 19541 +70x90x60 +Puff +127 +IXI-19541 +move "IXI 19541 70x90x60 127? Puff.jpg" IXI-19541.jpg >> lista.txt + + +IXI 19542 110x130x86 137? Puff.jpg +IXI 19542 +110x130x86 +Puff +137 +IXI-19542 +move "IXI 19542 110x130x86 137? Puff.jpg" IXI-19542.jpg >> lista.txt + + +IXI 19543 110x130x86 137? Puff .jpg +IXI 19543 +110x130x86 +Puff +137 +IXI-19543 +move "IXI 19543 110x130x86 137? Puff .jpg" IXI-19543.jpg >> lista.txt + + +moraanik.jpg +moraanik +MORAANIK +move "moraanik.jpg" MORAANIK.jpg >> lista.txt + + +moraanik2.jpg +moraanik2 +MORAANIK2 +move "moraanik2.jpg" MORAANIK2.jpg >> lista.txt + + +moraartic.jpg +moraartic +MORAARTIC +move "moraartic.jpg" MORAARTIC.jpg >> lista.txt + + +morablaz.jpg +morablaz +MORABLAZ +move "morablaz.jpg" MORABLAZ.jpg >> lista.txt + + +morabogart.jpg +morabogart +MORABOGART +move "morabogart.jpg" MORABOGART.jpg >> lista.txt + + +moraCHAISE-LONGUE-WIRE 74x200x100.jpg +moraCHAISE-LONGUE-WIRE +74x200x100 +MORACHAISE-LONGUE-WIRE +move "moraCHAISE-LONGUE-WIRE 74x200x100.jpg" MORACHAISE-LONGUE-WIRE.jpg >> lista.txt + + +moracometa.jpg +moracometa +MORACOMETA +move "moracometa.jpg" MORACOMETA.jpg >> lista.txt + + +moracreta.jpg +moracreta +MORACRETA +move "moracreta.jpg" MORACRETA.jpg >> lista.txt + + +moradama.jpg +moradama +MORADAMA +move "moradama.jpg" MORADAMA.jpg >> lista.txt + + +moradevon.jpg +moradevon +MORADEVON +move "moradevon.jpg" MORADEVON.jpg >> lista.txt + + +moraENCKE.jpg +moraENCKE +MORAENCKE +move "moraENCKE.jpg" MORAENCKE.jpg >> lista.txt + + +morafloy.jpg +morafloy +MORAFLOY +move "morafloy.jpg" MORAFLOY.jpg >> lista.txt + + +moragino.jpg +moragino +MORAGINO +move "moragino.jpg" MORAGINO.jpg >> lista.txt + + +moragino2.jpg +moragino2 +MORAGINO2 +move "moragino2.jpg" MORAGINO2.jpg >> lista.txt + + +moragiro.jpg +moragiro +MORAGIRO +move "moragiro.jpg" MORAGIRO.jpg >> lista.txt + + +moragora - sofacama.jpg +moragora - sofacama +sofacama +MORAGORA-SOFACAMA +move "moragora - sofacama.jpg" MORAGORA-SOFACAMA.jpg >> lista.txt + + +moragora.jpg +moragora +MORAGORA +move "moragora.jpg" MORAGORA.jpg >> lista.txt + + +morainoxblanco.jpg +morainoxblanco +MORAINOXBLANCO +move "morainoxblanco.jpg" MORAINOXBLANCO.jpg >> lista.txt + + +morainoxnegro.jpg +morainoxnegro +MORAINOXNEGRO +move "morainoxnegro.jpg" MORAINOXNEGRO.jpg >> lista.txt + + +morajoy.jpg +morajoy +MORAJOY +move "morajoy.jpg" MORAJOY.jpg >> lista.txt + + +moraKOP.jpg +moraKOP +MORAKOP +move "moraKOP.jpg" MORAKOP.jpg >> lista.txt + + +moraLARSON.jpg +moraLARSON +MORALARSON +move "moraLARSON.jpg" MORALARSON.jpg >> lista.txt + + +moraLEVI.jpg +moraLEVI +MORALEVI +move "moraLEVI.jpg" MORALEVI.jpg >> lista.txt + + +moraLORD.jpg +moraLORD +MORALORD +move "moraLORD.jpg" MORALORD.jpg >> lista.txt + + +moramao.jpg +moramao +MORAMAO +move "moramao.jpg" MORAMAO.jpg >> lista.txt + + +moramarco.jpg +moramarco +MORAMARCO +move "moramarco.jpg" MORAMARCO.jpg >> lista.txt + + +moramito.jpg +moramito +MORAMITO +move "moramito.jpg" MORAMITO.jpg >> lista.txt + + +moramito2.jpg +moramito2 +MORAMITO2 +move "moramito2.jpg" MORAMITO2.jpg >> lista.txt + + +moraneo.jpg +moraneo +MORANEO +move "moraneo.jpg" MORANEO.jpg >> lista.txt + + +moranorma.jpg +moranorma +MORANORMA +move "moranorma.jpg" MORANORMA.jpg >> lista.txt + + +moranube.jpg +moranube +MORANUBE +move "moranube.jpg" MORANUBE.jpg >> lista.txt + + +morapiscis-sofacama.jpg +morapiscis-sofacama +sofacama +MORAPISCIS-SOFACAMA +move "morapiscis-sofacama.jpg" MORAPISCIS-SOFACAMA.jpg >> lista.txt + + +morapiscis.jpg +morapiscis +MORAPISCIS +move "morapiscis.jpg" MORAPISCIS.jpg >> lista.txt + + +moraSAHARA.jpg +moraSAHARA +MORASAHARA +move "moraSAHARA.jpg" MORASAHARA.jpg >> lista.txt + + +morasense.jpg +morasense +MORASENSE +move "morasense.jpg" MORASENSE.jpg >> lista.txt + + +moravara.jpg +moravara +MORAVARA +move "moravara.jpg" MORAVARA.jpg >> lista.txt + + +moravirgo.jpg +moravirgo +MORAVIRGO +move "moravirgo.jpg" MORAVIRGO.jpg >> lista.txt + + +moraWEST.jpg +moraWEST +MORAWEST +move "moraWEST.jpg" MORAWEST.jpg >> lista.txt + + +moraxian.jpg +moraxian +MORAXIAN +move "moraxian.jpg" MORAXIAN.jpg >> lista.txt + + +moraxian2.jpg +moraxian2 +MORAXIAN2 +move "moraxian2.jpg" MORAXIAN2.jpg >> lista.txt + + +morazodiaco.jpg +morazodiaco +MORAZODIACO +move "morazodiaco.jpg" MORAZODIACO.jpg >> lista.txt + + +morazodiaco2.jpg +morazodiaco2 +MORAZODIACO2 +move "morazodiaco2.jpg" MORAZODIACO2.jpg >> lista.txt + + +MOY 148133 587?.jpg +MOY 148133 +587 +MOY-148133 +move "MOY 148133 587?.jpg" MOY-148133.jpg >> lista.txt + + +MOY 148134 519?.jpg +MOY 148134 +519 +MOY-148134 +move "MOY 148134 519?.jpg" MOY-148134.jpg >> lista.txt + + +MOY 30863J 339?.jpg +MOY 30863J +339 +MOY-30863J +move "MOY 30863J 339?.jpg" MOY-30863J.jpg >> lista.txt + + +MOY 9290145 527?.jpg +MOY 9290145 +527 +MOY-9290145 +move "MOY 9290145 527?.jpg" MOY-9290145.jpg >> lista.txt + + +MOY-14046 107x76x75-497?.jpg +MOY-14046 +107x76x75 +497 +MOY-14046 +move "MOY-14046 107x76x75-497?.jpg" MOY-14046.jpg >> lista.txt + + +MOY-14046b-497?.jpg +MOY-14046b +497 +MOY-14046B +move "MOY-14046b-497?.jpg" MOY-14046B.jpg >> lista.txt + + +MOY-141116-70x65x70 319?.jpg +MOY-141116 +70x65x70 +319 +MOY-141116 +move "MOY-141116-70x65x70 319?.jpg" MOY-141116.jpg >> lista.txt + + +MOY-14423-111x75x80-559?.jpg +MOY-14423 +111x75x80 +559 +MOY-14423 +move "MOY-14423-111x75x80-559?.jpg" MOY-14423.jpg >> lista.txt + + +MOY-14424-111x75x80-559?.jpg +MOY-14424 +111x75x80 +559 +MOY-14424 +move "MOY-14424-111x75x80-559?.jpg" MOY-14424.jpg >> lista.txt + + +MOY-148085-93x77x70 517?.jpg +MOY-148085 +93x77x70 +517 +MOY-148085 +move "MOY-148085-93x77x70 517?.jpg" MOY-148085.jpg >> lista.txt + + +MOY-30860-90x160x75-997?.jpg +MOY-30860 +90x160x75 +997 +MOY-30860 +move "MOY-30860-90x160x75-997?.jpg" MOY-30860.jpg >> lista.txt + + +MOY-30861-90x160x75-997?.jpg +MOY-30861 +90x160x75 +997 +MOY-30861 +move "MOY-30861-90x160x75-997?.jpg" MOY-30861.jpg >> lista.txt + + +MOY-30863-96x66x60 337?-.jpg +MOY-30863 +96x66x60 + +337 +MOY-30863 +move "MOY-30863-96x66x60 337?-.jpg" MOY-30863.jpg >> lista.txt + + +MOY-39005-76x117x47-229?.jpg +MOY-39005 +76x117x47 +229 +MOY-39005 +move "MOY-39005-76x117x47-229?.jpg" MOY-39005.jpg >> lista.txt + + +MOY-39006-65x60x40 139?.jpg +MOY-39006 +65x60x40 +139 +MOY-39006 +move "MOY-39006-65x60x40 139?.jpg" MOY-39006.jpg >> lista.txt + + +MOY-4030-88x67x85-469?.jpg +MOY-4030 +88x67x85 +469 +MOY-4030 +move "MOY-4030-88x67x85-469?.jpg" MOY-4030.jpg >> lista.txt + + +MOY-859001-83x61x61 239?.jpg +MOY-859001 +83x61x61 +239 +MOY-859001 +move "MOY-859001-83x61x61 239?.jpg" MOY-859001.jpg >> lista.txt + + +MOY-8656146-78x63x120-249?.jpg +MOY-8656146 +78x63x120 +249 +MOY-8656146 +move "MOY-8656146-78x63x120-249?.jpg" MOY-8656146.jpg >> lista.txt + + +MOY-8656168-96x57x65 249?.jpg +MOY-8656168 +96x57x65 +249 +MOY-8656168 +move "MOY-8656168-96x57x65 249?.jpg" MOY-8656168.jpg >> lista.txt + + +PORT 1409-38-PORT-85x85x85-349?-.jpg +PORT 1409-38-PORT +85x85x85 + +349 +PORT-1409-38-PORT +move "PORT 1409-38-PORT-85x85x85-349?-.jpg" PORT-1409-38-PORT.jpg >> lista.txt + + +SP 30875-200x100x100-397?.jpg +SP 30875 +200x100x100 +397 +SP-30875 +move "SP 30875-200x100x100-397?.jpg" SP-30875.jpg >> lista.txt + + +SP 31528 conjunto 1.237?.jpg +SP 31528 +1237 +SP-31528 +move "SP 31528 conjunto 1.237?.jpg" SP-31528.jpg >> lista.txt + + +SP 31532 conjunto 1.797?.jpg +SP 31532 +1797 +SP-31532 +move "SP 31532 conjunto 1.797?.jpg" SP-31532.jpg >> lista.txt + + +SP 31637 conjunto 1.897?.jpg +SP 31637 +1897 +SP-31637 +move "SP 31637 conjunto 1.897?.jpg" SP-31637.jpg >> lista.txt + + +SP 31642 conjunto 1.687?.jpg +SP 31642 +1687 +SP-31642 +move "SP 31642 conjunto 1.687?.jpg" SP-31642.jpg >> lista.txt + + +SP 31643 150x160x160 1.197?.jpg +SP 31643 +150x160x160 +1197 +SP-31643 +move "SP 31643 150x160x160 1.197?.jpg" SP-31643.jpg >> lista.txt + + +SP 31686 conjunto 1.897? .jpg +SP 31686 + +1897 +SP-31686 +move "SP 31686 conjunto 1.897? .jpg" SP-31686.jpg >> lista.txt + + +SP 31784 100x75x76 367?.jpg +SP 31784 +100x75x76 +367 +SP-31784 +move "SP 31784 100x75x76 367?.jpg" SP-31784.jpg >> lista.txt + + +SP 31785 100x75x76 367? .jpg +SP 31785 +100x75x76 + +367 +SP-31785 +move "SP 31785 100x75x76 367? .jpg" SP-31785.jpg >> lista.txt + + +SP 9608 100x125x60 359? .jpg +SP 9608 +100x125x60 + +359 +SP-9608 +move "SP 9608 100x125x60 359? .jpg" SP-9608.jpg >> lista.txt + + +VA-1323-81x68x67 microfibra-329?.jpg +VA-1323 +81x68x67 +microfibra +329 +VA-1323 +move "VA-1323-81x68x67 microfibra-329?.jpg" VA-1323.jpg >> lista.txt + + +VA-2069-94x67x81-319?.jpg +VA-2069 +94x67x81 +319 +VA-2069 +move "VA-2069-94x67x81-319?.jpg" VA-2069.jpg >> lista.txt + + +VA-2074-80x268x180 1.679?.jpg +VA-2074 +80x268x180 +1679 +VA-2074 +move "VA-2074-80x268x180 1.679?.jpg" VA-2074.jpg >> lista.txt + + +VA-3247-359?.jpg +VA-3247 +359 +VA-3247 +move "VA-3247-359?.jpg" VA-3247.jpg >> lista.txt + + +VIC 12310 76x72x72 337? simil piel marron envejecido.jpg +VIC 12310 +76x72x72 +Simil piel marron envejecido +337 +VIC-12310 +move "VIC 12310 76x72x72 337? simil piel marron envejecido.jpg" VIC-12310.jpg >> lista.txt + + +VIC 15124 104x75x75 437? simil piel.jpg +VIC 15124 +104x75x75 +Simil piel +437 +VIC-15124 +move "VIC 15124 104x75x75 437? simil piel.jpg" VIC-15124.jpg >> lista.txt + + +VIC 15805 70x74x78 397? simil piel envejecido .jpg +VIC 15805 +70x74x78 +Simil piel envejecido +397 +VIC-15805 +move "VIC 15805 70x74x78 397? simil piel envejecido .jpg" VIC-15805.jpg >> lista.txt + + +VIC 16334 80x146x63 597??.jpg +VIC SOFA +80x146x63 +597 +VIC-SOFA +move "VIC 16334 80x146x63 597??.jpg" VIC-SOFA.jpg >> lista.txt + + +VIC 16466 337?.jpg +VIC 16466 +337 +VIC-16466 +move "VIC 16466 337?.jpg" VIC-16466.jpg >> lista.txt + + +VIC 16760 337?.jpg +VIC 16760 +337 +VIC-16760 +move "VIC 16760 337?.jpg" VIC-16760.jpg >> lista.txt + + +VIC-15759-115x70x80-639?.jpg +VIC-15759 +115x70x80 +639 +VIC-15759 +move "VIC-15759-115x70x80-639?.jpg" VIC-15759.jpg >> lista.txt + + diff --git a/src/prueba.php b/src/prueba.php index 0bc6aa4..7fba8a6 100644 --- a/src/prueba.php +++ b/src/prueba.php @@ -126,7 +126,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, 52, 0);\n"; + $output .= "(@last_id, 51, 0);\n"; fwrite($file, $output); // metadatos @@ -193,8 +193,8 @@ header ('Content-type: text/html; charset=utf-8'); */ - $archivo = 'sillas.xml'; - $archivo_salida = 'salida-sillas.sql'; + $archivo = 'sofas.xml'; + $archivo_salida = 'salida-sofas.sql'; $muebles = leerFichero($archivo); //var_dump($muebles); echo escribirFichero($muebles, $archivo_salida); diff --git a/src/salida-sofas.sql b/src/salida-sofas.sql new file mode 100644 index 0000000..a7a93d4 --- /dev/null +++ b/src/salida-sofas.sql @@ -0,0 +1,2664 @@ +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x65x71cm', 'CRO YF20', 'publish', 'closed', 'open', 'CRO-YF20', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=CRO-YF20', 0, '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', '467'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '0'), +(@last_id, 'tcp_sku', 'CRO-YF20'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'CRO-YF20'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '81x202x80cm', 'ARTI-K1555', 'publish', 'closed', 'open', 'ARTI-K1555', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=ARTI-K1555', 0, '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', '1229'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '1'), +(@last_id, 'tcp_sku', 'ARTI-K1555'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-K1555'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '269'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '2'), +(@last_id, 'tcp_sku', 'CAC-433-000019'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-433-000019'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '597'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '3'), +(@last_id, 'tcp_sku', 'CAC-433-000020-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-433-000020-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '487'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '4'), +(@last_id, 'tcp_sku', 'CAC-553-001522'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-001522'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '299'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '5'), +(@last_id, 'tcp_sku', 'CAC-559-001627-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-559-001627-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '379'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '6'), +(@last_id, 'tcp_sku', 'CAC-629-004105-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004105-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '439'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '7'), +(@last_id, 'tcp_sku', 'CAC-629-004106-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004106-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '469'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '8'), +(@last_id, 'tcp_sku', 'CAC-629-004286-CAC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-629-004286-CAC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '659'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '9'), +(@last_id, 'tcp_sku', 'DUG-1-SILLON-SF24-S1-BOTON-CRISTAL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1-SILLON-SF24-S1-BOTON-CRISTAL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 10 928', 'publish', 'closed', 'open', 'DUG-10-928', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-10-928', 0, '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', '159'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '10'), +(@last_id, 'tcp_sku', 'DUG-10-928'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-10-928'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), 'Abierto 38x181x111 Cerrado 86x181x84cm', 'DUG 11 SOFACAMA-OSLO', 'publish', 'closed', 'open', 'DUG-11-SOFACAMA-OSLO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-11-SOFACAMA-OSLO', 0, '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', '527'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '11'), +(@last_id, 'tcp_sku', 'DUG-11-SOFACAMA-OSLO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-11-SOFACAMA-OSLO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '349'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '12'), +(@last_id, 'tcp_sku', 'DUG-12-580-SILLON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-12-580-SILLON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '989'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '13'), +(@last_id, 'tcp_sku', 'DUG-13-B-6'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-13-B-6'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '69x112x90cm', 'DUG 14 B-7', 'publish', 'closed', 'open', 'DUG-14-B-7', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-14-B-7', 0, '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', '799'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '14'), +(@last_id, 'tcp_sku', 'DUG-14-B-7'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14-B-7'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '15'), +(@last_id, 'tcp_sku', 'DUG-2-SOF-SF24-S2-BOTONCRISTAL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2-SOF-SF24-S2-BOTONCRISTAL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 3 SF 02-1S', 'publish', 'closed', 'open', 'DUG-3-SF-02-1S', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-3-SF-02-1S', 0, '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', '659'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '16'), +(@last_id, 'tcp_sku', 'DUG-3-SF-02-1S'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-3-SF-02-1S'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 4SOFA-02-2S-PIEL', 'publish', 'closed', 'open', 'DUG-4SOFA-02-2S-PIEL', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-4SOFA-02-2S-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); +insert into wp_postmeta (post_id, meta_key, meta_value) values +(@last_id, 'tcp_price', '1177'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '17'), +(@last_id, 'tcp_sku', 'DUG-4SOFA-02-2S-PIEL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-4SOFA-02-2S-PIEL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 5CHAISE LONGUE RC006', 'publish', 'closed', 'open', 'DUG-5CHAISE-LONGUE-RC006', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-5CHAISE-LONGUE-RC006', 0, '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', '639'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '18'), +(@last_id, 'tcp_sku', 'DUG-5CHAISE-LONGUE-RC006'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-5CHAISE-LONGUE-RC006'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '549'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '19'), +(@last_id, 'tcp_sku', 'DUG-6-WY001-PIEL'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-6-WY001-PIEL'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '269'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '20'), +(@last_id, 'tcp_sku', 'DUG-7-SILLON-GIRATORIO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-7-SILLON-GIRATORIO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 8 137', 'publish', 'closed', 'open', 'DUG-8-137', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-8-137', 0, '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', '189'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '21'), +(@last_id, 'tcp_sku', 'DUG-8-137'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8-137'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 9 652', 'publish', 'closed', 'open', 'DUG-9-652', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=DUG-9-652', 0, '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', '169'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '22'), +(@last_id, 'tcp_sku', 'DUG-9-652'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9-652'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '23'), +(@last_id, 'tcp_sku', 'IMO-29-335'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-335'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '1187'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '24'), +(@last_id, 'tcp_sku', 'IMO-32-200'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-32-200'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '127'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '25'), +(@last_id, 'tcp_sku', 'IXI-19541'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19541'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '137'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '26'), +(@last_id, 'tcp_sku', 'IXI-19542'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19542'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '137'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '27'), +(@last_id, 'tcp_sku', 'IXI-19543'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@last_id, 'tcp_max_downloads', '0'), +(@last_id, 'tcp_days_to_expire', '0'), +(@last_id, 'tcp_is_visible', '1'), +(@last_id, 'tcp_weight', '0'); +insert into wp_postmeta (post_id, meta_key, meta_value) +SELECT @last_id, '_thumbnail_id', wp_posts.id FROM `wp_posts` WHERE `post_type` = 'attachment' and `post_mime_type` = 'image/jpeg' and `post_title` = 'IXI-19543'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraanik', 'publish', 'closed', 'open', 'MORAANIK', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK', 0, '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', '28'), +(@last_id, 'tcp_sku', 'MORAANIK'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAANIK'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraanik2', 'publish', 'closed', 'open', 'MORAANIK2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAANIK2', 0, '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', '29'), +(@last_id, 'tcp_sku', 'MORAANIK2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAANIK2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraartic', 'publish', 'closed', 'open', 'MORAARTIC', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAARTIC', 0, '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', '30'), +(@last_id, 'tcp_sku', 'MORAARTIC'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAARTIC'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morablaz', 'publish', 'closed', 'open', 'MORABLAZ', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORABLAZ', 0, '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', '31'), +(@last_id, 'tcp_sku', 'MORABLAZ'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORABLAZ'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', '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', '32'), +(@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(), '74x200x100cm', 'moraCHAISE-LONGUE-WIRE', 'publish', 'closed', 'open', 'MORACHAISE-LONGUE-WIRE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORACHAISE-LONGUE-WIRE', 0, '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', '33'), +(@last_id, 'tcp_sku', 'MORACHAISE-LONGUE-WIRE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORACHAISE-LONGUE-WIRE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', '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', '34'), +(@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(), '', 'moracreta', 'publish', 'closed', 'open', 'MORACRETA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORACRETA', 0, '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', '35'), +(@last_id, 'tcp_sku', 'MORACRETA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORACRETA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moradama', 'publish', 'closed', 'open', 'MORADAMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORADAMA', 0, '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', '36'), +(@last_id, 'tcp_sku', 'MORADAMA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORADAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moradevon', 'publish', 'closed', 'open', 'MORADEVON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORADEVON', 0, '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', '37'), +(@last_id, 'tcp_sku', 'MORADEVON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORADEVON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraENCKE', 'publish', 'closed', 'open', 'MORAENCKE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAENCKE', 0, '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', '38'), +(@last_id, 'tcp_sku', 'MORAENCKE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAENCKE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morafloy', 'publish', 'closed', 'open', 'MORAFLOY', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAFLOY', 0, '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', '39'), +(@last_id, 'tcp_sku', 'MORAFLOY'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAFLOY'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragino', 'publish', 'closed', 'open', 'MORAGINO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO', 0, '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', '40'), +(@last_id, 'tcp_sku', 'MORAGINO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGINO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragino2', 'publish', 'closed', 'open', 'MORAGINO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGINO2', 0, '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', '41'), +(@last_id, 'tcp_sku', 'MORAGINO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGINO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moragiro', 'publish', 'closed', 'open', 'MORAGIRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGIRO', 0, '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', '42'), +(@last_id, 'tcp_sku', 'MORAGIRO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGIRO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '43'), +(@last_id, 'tcp_sku', 'MORAGORA-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` = 'MORAGORA-SOFACAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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', 'publish', 'closed', 'open', 'MORAGORA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAGORA', 0, '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', '44'), +(@last_id, 'tcp_sku', 'MORAGORA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAGORA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morainoxblanco', 'publish', 'closed', 'open', 'MORAINOXBLANCO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXBLANCO', 0, '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', '45'), +(@last_id, 'tcp_sku', 'MORAINOXBLANCO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAINOXBLANCO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morainoxnegro', 'publish', 'closed', 'open', 'MORAINOXNEGRO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAINOXNEGRO', 0, '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', '46'), +(@last_id, 'tcp_sku', 'MORAINOXNEGRO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAINOXNEGRO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morajoy', 'publish', 'closed', 'open', 'MORAJOY', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAJOY', 0, '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', '47'), +(@last_id, 'tcp_sku', 'MORAJOY'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAJOY'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraKOP', 'publish', 'closed', 'open', 'MORAKOP', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAKOP', 0, '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', '48'), +(@last_id, 'tcp_sku', 'MORAKOP'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAKOP'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLARSON', 'publish', 'closed', 'open', 'MORALARSON', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALARSON', 0, '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', '49'), +(@last_id, 'tcp_sku', 'MORALARSON'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALARSON'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLEVI', 'publish', 'closed', 'open', 'MORALEVI', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALEVI', 0, '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', '50'), +(@last_id, 'tcp_sku', 'MORALEVI'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALEVI'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraLORD', 'publish', 'closed', 'open', 'MORALORD', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORALORD', 0, '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', '51'), +(@last_id, 'tcp_sku', 'MORALORD'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORALORD'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramao', 'publish', 'closed', 'open', 'MORAMAO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMAO', 0, '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', '52'), +(@last_id, 'tcp_sku', 'MORAMAO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMAO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramarco', 'publish', 'closed', 'open', 'MORAMARCO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMARCO', 0, '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', '53'), +(@last_id, 'tcp_sku', 'MORAMARCO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMARCO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramito', 'publish', 'closed', 'open', 'MORAMITO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO', 0, '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', '54'), +(@last_id, 'tcp_sku', 'MORAMITO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMITO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moramito2', 'publish', 'closed', 'open', 'MORAMITO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAMITO2', 0, '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', '55'), +(@last_id, 'tcp_sku', 'MORAMITO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAMITO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraneo', 'publish', 'closed', 'open', 'MORANEO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANEO', 0, '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', '56'), +(@last_id, 'tcp_sku', 'MORANEO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANEO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moranorma', 'publish', 'closed', 'open', 'MORANORMA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANORMA', 0, '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', '57'), +(@last_id, 'tcp_sku', 'MORANORMA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANORMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moranube', 'publish', 'closed', 'open', 'MORANUBE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORANUBE', 0, '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', '58'), +(@last_id, 'tcp_sku', 'MORANUBE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORANUBE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '59'), +(@last_id, 'tcp_sku', 'MORAPISCIS-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` = 'MORAPISCIS-SOFACAMA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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', 'publish', 'closed', 'open', 'MORAPISCIS', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAPISCIS', 0, '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', '60'), +(@last_id, 'tcp_sku', 'MORAPISCIS'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAPISCIS'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraSAHARA', 'publish', 'closed', 'open', 'MORASAHARA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORASAHARA', 0, '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', '61'), +(@last_id, 'tcp_sku', 'MORASAHARA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORASAHARA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morasense', 'publish', 'closed', 'open', 'MORASENSE', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORASENSE', 0, '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', '62'), +(@last_id, 'tcp_sku', 'MORASENSE'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORASENSE'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moravara', 'publish', 'closed', 'open', 'MORAVARA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVARA', 0, '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', '63'), +(@last_id, 'tcp_sku', 'MORAVARA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAVARA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moravirgo', 'publish', 'closed', 'open', 'MORAVIRGO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAVIRGO', 0, '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', '64'), +(@last_id, 'tcp_sku', 'MORAVIRGO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAVIRGO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraWEST', 'publish', 'closed', 'open', 'MORAWEST', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAWEST', 0, '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', '65'), +(@last_id, 'tcp_sku', 'MORAWEST'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAWEST'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraxian', 'publish', 'closed', 'open', 'MORAXIAN', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN', 0, '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', '66'), +(@last_id, 'tcp_sku', 'MORAXIAN'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAXIAN'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'moraxian2', 'publish', 'closed', 'open', 'MORAXIAN2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAXIAN2', 0, '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', '67'), +(@last_id, 'tcp_sku', 'MORAXIAN2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAXIAN2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morazodiaco', 'publish', 'closed', 'open', 'MORAZODIACO', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO', 0, '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', '68'), +(@last_id, 'tcp_sku', 'MORAZODIACO'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAZODIACO'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'morazodiaco2', 'publish', 'closed', 'open', 'MORAZODIACO2', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MORAZODIACO2', 0, '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', '69'), +(@last_id, 'tcp_sku', 'MORAZODIACO2'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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` = 'MORAZODIACO2'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 148133', 'publish', 'closed', 'open', 'MOY-148133', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148133', 0, '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', '587'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '70'), +(@last_id, 'tcp_sku', 'MOY-148133'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148133'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 148134', 'publish', 'closed', 'open', 'MOY-148134', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148134', 0, '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', '519'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '71'), +(@last_id, 'tcp_sku', 'MOY-148134'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148134'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 30863J', 'publish', 'closed', 'open', 'MOY-30863J', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30863J', 0, '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', '339'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '72'), +(@last_id, 'tcp_sku', 'MOY-30863J'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30863J'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY 9290145', 'publish', 'closed', 'open', 'MOY-9290145', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-9290145', 0, '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', '527'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '73'), +(@last_id, 'tcp_sku', 'MOY-9290145'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9290145'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '107x76x75cm', 'MOY-14046', 'publish', 'closed', 'open', 'MOY-14046', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046', 0, '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', '497'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '74'), +(@last_id, 'tcp_sku', 'MOY-14046'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14046'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'MOY-14046b', 'publish', 'closed', 'open', 'MOY-14046B', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14046B', 0, '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', '497'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '75'), +(@last_id, 'tcp_sku', 'MOY-14046B'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14046B'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '70x65x70cm', 'MOY-141116', 'publish', 'closed', 'open', 'MOY-141116', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-141116', 0, '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', '319'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '76'), +(@last_id, 'tcp_sku', 'MOY-141116'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-141116'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '111x75x80cm', 'MOY-14423', 'publish', 'closed', 'open', 'MOY-14423', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14423', 0, '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', '559'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '77'), +(@last_id, 'tcp_sku', 'MOY-14423'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14423'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '111x75x80cm', 'MOY-14424', 'publish', 'closed', 'open', 'MOY-14424', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-14424', 0, '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', '559'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '78'), +(@last_id, 'tcp_sku', 'MOY-14424'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-14424'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '93x77x70cm', 'MOY-148085', 'publish', 'closed', 'open', 'MOY-148085', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-148085', 0, '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', '517'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '79'), +(@last_id, 'tcp_sku', 'MOY-148085'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-148085'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x160x75cm', 'MOY-30860', 'publish', 'closed', 'open', 'MOY-30860', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30860', 0, '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', '997'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '80'), +(@last_id, 'tcp_sku', 'MOY-30860'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30860'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '90x160x75cm', 'MOY-30861', 'publish', 'closed', 'open', 'MOY-30861', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-30861', 0, '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', '997'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '81'), +(@last_id, 'tcp_sku', 'MOY-30861'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30861'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '82'), +(@last_id, 'tcp_sku', 'MOY-30863'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30863'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '76x117x47cm', 'MOY-39005', 'publish', 'closed', 'open', 'MOY-39005', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39005', 0, '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', '229'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '83'), +(@last_id, 'tcp_sku', 'MOY-39005'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-39005'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '65x60x40cm', 'MOY-39006', 'publish', 'closed', 'open', 'MOY-39006', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-39006', 0, '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', '139'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '84'), +(@last_id, 'tcp_sku', 'MOY-39006'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-39006'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '88x67x85cm', 'MOY-4030', 'publish', 'closed', 'open', 'MOY-4030', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-4030', 0, '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', '469'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '85'), +(@last_id, 'tcp_sku', 'MOY-4030'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-4030'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '83x61x61cm', 'MOY-859001', 'publish', 'closed', 'open', 'MOY-859001', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-859001', 0, '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', '239'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '86'), +(@last_id, 'tcp_sku', 'MOY-859001'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-859001'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '78x63x120cm', 'MOY-8656146', 'publish', 'closed', 'open', 'MOY-8656146', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656146', 0, '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', '249'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '87'), +(@last_id, 'tcp_sku', 'MOY-8656146'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8656146'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '96x57x65cm', 'MOY-8656168', 'publish', 'closed', 'open', 'MOY-8656168', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=MOY-8656168', 0, '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', '249'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '88'), +(@last_id, 'tcp_sku', 'MOY-8656168'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-8656168'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '349'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '89'), +(@last_id, 'tcp_sku', 'PORT-1409-38-PORT'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1409-38-PORT'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '200x100x100cm', 'SP 30875', 'publish', 'closed', 'open', 'SP-30875', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-30875', 0, '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', '397'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '90'), +(@last_id, 'tcp_sku', 'SP-30875'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-30875'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31528', 'publish', 'closed', 'open', 'SP-31528', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31528', 0, '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', '1237'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '91'), +(@last_id, 'tcp_sku', 'SP-31528'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31528'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31532', 'publish', 'closed', 'open', 'SP-31532', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31532', 0, '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', '1797'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '92'), +(@last_id, 'tcp_sku', 'SP-31532'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31532'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31637', 'publish', 'closed', 'open', 'SP-31637', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31637', 0, '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', '1897'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '93'), +(@last_id, 'tcp_sku', 'SP-31637'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31637'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31642', 'publish', 'closed', 'open', 'SP-31642', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31642', 0, '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', '1687'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '94'), +(@last_id, 'tcp_sku', 'SP-31642'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31642'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '150x160x160cm', 'SP 31643', 'publish', 'closed', 'open', 'SP-31643', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31643', 0, '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', '1197'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '95'), +(@last_id, 'tcp_sku', 'SP-31643'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31643'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '1897'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '96'), +(@last_id, 'tcp_sku', 'SP-31686'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31686'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 31784', 'publish', 'closed', 'open', 'SP-31784', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=SP-31784', 0, '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', '367'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '97'), +(@last_id, 'tcp_sku', 'SP-31784'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31784'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '367'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '98'), +(@last_id, 'tcp_sku', 'SP-31785'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-31785'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '359'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '99'), +(@last_id, 'tcp_sku', 'SP-9608'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-9608'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '329'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '100'), +(@last_id, 'tcp_sku', 'VA-1323'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-1323'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '94x67x81cm', 'VA-2069', 'publish', 'closed', 'open', 'VA-2069', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2069', 0, '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', '319'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '101'), +(@last_id, 'tcp_sku', 'VA-2069'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2069'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '80x268x180cm', 'VA-2074', 'publish', 'closed', 'open', 'VA-2074', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-2074', 0, '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', '1679'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '102'), +(@last_id, 'tcp_sku', 'VA-2074'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-2074'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '', 'VA-3247', 'publish', 'closed', 'open', 'VA-3247', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VA-3247', 0, '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', '359'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '103'), +(@last_id, 'tcp_sku', 'VA-3247'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-3247'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '104'), +(@last_id, 'tcp_sku', 'VIC-12310'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-12310'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '105'), +(@last_id, 'tcp_sku', 'VIC-15124'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15124'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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); +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', '397'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '106'), +(@last_id, 'tcp_sku', 'VIC-15805'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15805'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '80x146x63cm', 'VIC SOFA', 'publish', 'closed', 'open', 'VIC-SOFA', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-SOFA', 0, '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', '597'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '107'), +(@last_id, 'tcp_sku', 'VIC-SOFA'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-SOFA'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 16466', 'publish', 'closed', 'open', 'VIC-16466', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16466', 0, '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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '108'), +(@last_id, 'tcp_sku', 'VIC-16466'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-16466'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `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 16760', 'publish', 'closed', 'open', 'VIC-16760', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-16760', 0, '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', '337'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '109'), +(@last_id, 'tcp_sku', 'VIC-16760'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-16760'; + + +INSERT INTO `wp_posts` (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_status`, `comment_status`, `ping_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `guid`, `menu_order`, `post_type`, `comment_count`) VALUES +(1, now(), now(), '115x70x80cm', 'VIC-15759', 'publish', 'closed', 'open', 'VIC-15759', now(), now(), 0, 'http://localhost/originalhouse/?tcp_product&p=VIC-15759', 0, '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', '639'), +(@last_id, 'tcp_stock', -1), +(@last_id, 'tcp_type', 'SIMPLE'), +(@last_id, 'tcp_order', '110'), +(@last_id, 'tcp_sku', 'VIC-15759'), +(@last_id, 'tcp_tax_id', '0'), +(@last_id, 'tcp_back_end_label', ''), +(@last_id, 'tcp_hide_buy_button', ''), +(@last_id, 'tcp_exclude_range', ''), +(@last_id, 'tcp_is_downloadable', ''), +(@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-15759'; + + diff --git a/src/sofas.xml b/src/sofas.xml new file mode 100644 index 0000000..20354e6 --- /dev/null +++ b/src/sofas.xml @@ -0,0 +1,805 @@ + + + +ACRO YF20 90X65X71 467?.jpg +CRO YF20 +90x65x71 +467 +CRO-YF20 +move "ACRO YF20 90X65X71 467?.jpg" CRO-YF20.jpg >> lista.txt + + +ARTI-K1555-81x202x80-1.229?.jpg +ARTI-K1555 +81x202x80 +1229 +ARTI-K1555 +move "ARTI-K1555-81x202x80-1.229?.jpg" ARTI-K1555.jpg >> lista.txt + + +CAC 433-000019--269?-TAMBIEN-EN-MARRON,-NEGRO-Y-ROJO.jpg +CAC 433-000019 +También en marron, negro y rojo +269 +CAC-433-000019 +move "CAC 433-000019--269?-TAMBIEN-EN-MARRON,-NEGRO-Y-ROJO.jpg" CAC-433-000019.jpg >> lista.txt + + +CAC 433-000020-CAC-597?-TAMBIEN-EN-BLANCO,-MARRON-Y-ROJO.jpg +CAC 433-000020-CAC +También en blanco, marron y rojo +597 +CAC-433-000020-CAC +move "CAC 433-000020-CAC-597?-TAMBIEN-EN-BLANCO,-MARRON-Y-ROJO.jpg" CAC-433-000020-CAC.jpg >> lista.txt + + +CAC 553-001522--93x110x170-487?-TAMBIEN-EN-NEGRO.jpg +CAC 553-001522 +93x110x170 +También en negro +487 +CAC-553-001522 +move "CAC 553-001522--93x110x170-487?-TAMBIEN-EN-NEGRO.jpg" CAC-553-001522.jpg >> lista.txt + + +CAC 559-001627-CAC-299?-TAMBIEN-EN-NEGRO.jpg +CAC 559-001627-CAC +También en negro +299 +CAC-559-001627-CAC +move "CAC 559-001627-CAC-299?-TAMBIEN-EN-NEGRO.jpg" CAC-559-001627-CAC.jpg >> lista.txt + + +CAC 629-004105-CAC-379?--TAMBIEN-EN-NEGRO.jpg +CAC 629-004105-CAC +También en negro +379 +CAC-629-004105-CAC +move "CAC 629-004105-CAC-379?--TAMBIEN-EN-NEGRO.jpg" CAC-629-004105-CAC.jpg >> lista.txt + + +CAC 629-004106-CAC-439?-TAMBIEN-EN-NEGRO.jpg +CAC 629-004106-CAC +También en negro +439 +CAC-629-004106-CAC +move "CAC 629-004106-CAC-439?-TAMBIEN-EN-NEGRO.jpg" CAC-629-004106-CAC.jpg >> lista.txt + + +CAC 629-004286-CAC-469?--TAMBIEN-EN-BLANCO.jpg +CAC 629-004286-CAC +También en blanco +469 +CAC-629-004286-CAC +move "CAC 629-004286-CAC-469?--TAMBIEN-EN-BLANCO.jpg" CAC-629-004286-CAC.jpg >> lista.txt + + +DUG 1-SILLON-SF24-S1-BOTON-CRISTAL-727? SF 25-S1BOTON FORRADO 659?.jpg +DUG 1-SILLON-SF24-S1-BOTON-CRISTAL +Botón forrado +659 +DUG-1-SILLON-SF24-S1-BOTON-CRISTAL +move "DUG 1-SILLON-SF24-S1-BOTON-CRISTAL-727? SF 25-S1BOTON FORRADO 659?.jpg" DUG-1-SILLON-SF24-S1-BOTON-CRISTAL.jpg >> lista.txt + + +DUG 10 928-159?.jpg +DUG 10 928 +159 +DUG-10-928 +move "DUG 10 928-159?.jpg" DUG-10-928.jpg >> lista.txt + + +DUG 11 SOFACAMA-OSLO ABIERTO 38x181x111 CERRADO 86x181x84 527?.jpg +DUG 11 SOFACAMA-OSLO +Abierto 38x181x111 Cerrado 86x181x84 +527 +DUG-11-SOFACAMA-OSLO +move "DUG 11 SOFACAMA-OSLO ABIERTO 38x181x111 CERRADO 86x181x84 527?.jpg" DUG-11-SOFACAMA-OSLO.jpg >> lista.txt + + +DUG 12 580 SILLON 627? BANQUETA 349? PIEL.jpg +DUG 12 580 SILLON +Piel +349 +DUG-12-580-SILLON +move "DUG 12 580 SILLON 627? BANQUETA 349? PIEL.jpg" DUG-12-580-SILLON.jpg >> lista.txt + + +DUG 13 B-6 92x140x71 989?PIEL B-N 899? POLIPIEL PLATA.jpg +DUG 13 B-6 +92x140x71 +PIEL B-N 899€ POLIPIEL PLATA +989 +DUG-13-B-6 +move "DUG 13 B-6 92x140x71 989?PIEL B-N 899? POLIPIEL PLATA.jpg" DUG-13-B-6.jpg >> lista.txt + + +DUG 14 B-7 69x112x90 799?.jpg +DUG 14 B-7 +69x112x90 +799 +DUG-14-B-7 +move "DUG 14 B-7 69x112x90 799?.jpg" DUG-14-B-7.jpg >> lista.txt + + +DUG 2-SOF-SF24-S2-BOTONCRISTAL-1.189? BOTON FORRADO 1.089?.jpg +DUG 2-SOF-SF24-S2-BOTONCRISTAL +BOTONCRISTAL 1.189€ BOTON FORRADO 1.089€ +DUG-2-SOF-SF24-S2-BOTONCRISTAL +move "DUG 2-SOF-SF24-S2-BOTONCRISTAL-1.189? BOTON FORRADO 1.089?.jpg" DUG-2-SOF-SF24-S2-BOTONCRISTAL.jpg >> lista.txt + + +DUG 3 SF 02-1S 659?.jpg +DUG 3 SF 02-1S +659 +DUG-3-SF-02-1S +move "DUG 3 SF 02-1S 659?.jpg" DUG-3-SF-02-1S.jpg >> lista.txt + + +DUG 4SOFA-02-2S-PIEL-1.177?.jpg +DUG 4SOFA-02-2S-PIEL +1177 +DUG-4SOFA-02-2S-PIEL +move "DUG 4SOFA-02-2S-PIEL-1.177?.jpg" DUG-4SOFA-02-2S-PIEL.jpg >> lista.txt + + +DUG 5CHAISE LONGUE RC006-639?.jpg +DUG 5CHAISE LONGUE RC006 +639 +DUG-5CHAISE-LONGUE-RC006 +move "DUG 5CHAISE LONGUE RC006-639?.jpg" DUG-5CHAISE-LONGUE-RC006.jpg >> lista.txt + + +DUG 6-WY001-549?-PIEL.jpg +DUG 6-WY001-PIEL +Piel +549 +DUG-6-WY001-PIEL +move "DUG 6-WY001-549?-PIEL.jpg" DUG-6-WY001-PIEL.jpg >> lista.txt + + +DUG 7-SILLON-GIRATORIO-137-SIMIL-PIEL-269?.jpg +DUG 7-SILLON-GIRATORIO +Símil piel +269 +DUG-7-SILLON-GIRATORIO +move "DUG 7-SILLON-GIRATORIO-137-SIMIL-PIEL-269?.jpg" DUG-7-SILLON-GIRATORIO.jpg >> lista.txt + + +DUG 8 137-189?.jpg +DUG 8 137 +189 +DUG-8-137 +move "DUG 8 137-189?.jpg" DUG-8-137.jpg >> lista.txt + + +DUG 9 652-169?.jpg +DUG 9 652 +169 +DUG-9-652 +move "DUG 9 652-169?.jpg" DUG-9-652.jpg >> lista.txt + + +IMO 29-335 75x208x85(145) ches dcha 29-339 ches izq piel 749? .jpg +IMO 29-335 +75x208x85 +ches dcha 29-339 ches izq piel 749? +IMO-29-335 +move "IMO 29-335 75x208x85(145) ches dcha 29-339 ches izq piel 749? .jpg" IMO-29-335.jpg >> lista.txt + + +IMO 32-200 65x210x105 1.187? .jpg +IMO 32-200 +65x210x105 + +1187 +IMO-32-200 +move "IMO 32-200 65x210x105 1.187? .jpg" IMO-32-200.jpg >> lista.txt + + +IXI 19541 70x90x60 127? Puff.jpg +IXI 19541 +70x90x60 +Puff +127 +IXI-19541 +move "IXI 19541 70x90x60 127? Puff.jpg" IXI-19541.jpg >> lista.txt + + +IXI 19542 110x130x86 137? Puff.jpg +IXI 19542 +110x130x86 +Puff +137 +IXI-19542 +move "IXI 19542 110x130x86 137? Puff.jpg" IXI-19542.jpg >> lista.txt + + +IXI 19543 110x130x86 137? Puff .jpg +IXI 19543 +110x130x86 +Puff +137 +IXI-19543 +move "IXI 19543 110x130x86 137? Puff .jpg" IXI-19543.jpg >> lista.txt + + +moraanik.jpg +moraanik +MORAANIK +move "moraanik.jpg" MORAANIK.jpg >> lista.txt + + +moraanik2.jpg +moraanik2 +MORAANIK2 +move "moraanik2.jpg" MORAANIK2.jpg >> lista.txt + + +moraartic.jpg +moraartic +MORAARTIC +move "moraartic.jpg" MORAARTIC.jpg >> lista.txt + + +morablaz.jpg +morablaz +MORABLAZ +move "morablaz.jpg" MORABLAZ.jpg >> lista.txt + + +morabogart.jpg +morabogart +MORABOGART +move "morabogart.jpg" MORABOGART.jpg >> lista.txt + + +moraCHAISE-LONGUE-WIRE 74x200x100.jpg +moraCHAISE-LONGUE-WIRE +74x200x100 +MORACHAISE-LONGUE-WIRE +move "moraCHAISE-LONGUE-WIRE 74x200x100.jpg" MORACHAISE-LONGUE-WIRE.jpg >> lista.txt + + +moracometa.jpg +moracometa +MORACOMETA +move "moracometa.jpg" MORACOMETA.jpg >> lista.txt + + +moracreta.jpg +moracreta +MORACRETA +move "moracreta.jpg" MORACRETA.jpg >> lista.txt + + +moradama.jpg +moradama +MORADAMA +move "moradama.jpg" MORADAMA.jpg >> lista.txt + + +moradevon.jpg +moradevon +MORADEVON +move "moradevon.jpg" MORADEVON.jpg >> lista.txt + + +moraENCKE.jpg +moraENCKE +MORAENCKE +move "moraENCKE.jpg" MORAENCKE.jpg >> lista.txt + + +morafloy.jpg +morafloy +MORAFLOY +move "morafloy.jpg" MORAFLOY.jpg >> lista.txt + + +moragino.jpg +moragino +MORAGINO +move "moragino.jpg" MORAGINO.jpg >> lista.txt + + +moragino2.jpg +moragino2 +MORAGINO2 +move "moragino2.jpg" MORAGINO2.jpg >> lista.txt + + +moragiro.jpg +moragiro +MORAGIRO +move "moragiro.jpg" MORAGIRO.jpg >> lista.txt + + +moragora - sofacama.jpg +moragora - sofacama +sofacama +MORAGORA-SOFACAMA +move "moragora - sofacama.jpg" MORAGORA-SOFACAMA.jpg >> lista.txt + + +moragora.jpg +moragora +MORAGORA +move "moragora.jpg" MORAGORA.jpg >> lista.txt + + +morainoxblanco.jpg +morainoxblanco +MORAINOXBLANCO +move "morainoxblanco.jpg" MORAINOXBLANCO.jpg >> lista.txt + + +morainoxnegro.jpg +morainoxnegro +MORAINOXNEGRO +move "morainoxnegro.jpg" MORAINOXNEGRO.jpg >> lista.txt + + +morajoy.jpg +morajoy +MORAJOY +move "morajoy.jpg" MORAJOY.jpg >> lista.txt + + +moraKOP.jpg +moraKOP +MORAKOP +move "moraKOP.jpg" MORAKOP.jpg >> lista.txt + + +moraLARSON.jpg +moraLARSON +MORALARSON +move "moraLARSON.jpg" MORALARSON.jpg >> lista.txt + + +moraLEVI.jpg +moraLEVI +MORALEVI +move "moraLEVI.jpg" MORALEVI.jpg >> lista.txt + + +moraLORD.jpg +moraLORD +MORALORD +move "moraLORD.jpg" MORALORD.jpg >> lista.txt + + +moramao.jpg +moramao +MORAMAO +move "moramao.jpg" MORAMAO.jpg >> lista.txt + + +moramarco.jpg +moramarco +MORAMARCO +move "moramarco.jpg" MORAMARCO.jpg >> lista.txt + + +moramito.jpg +moramito +MORAMITO +move "moramito.jpg" MORAMITO.jpg >> lista.txt + + +moramito2.jpg +moramito2 +MORAMITO2 +move "moramito2.jpg" MORAMITO2.jpg >> lista.txt + + +moraneo.jpg +moraneo +MORANEO +move "moraneo.jpg" MORANEO.jpg >> lista.txt + + +moranorma.jpg +moranorma +MORANORMA +move "moranorma.jpg" MORANORMA.jpg >> lista.txt + + +moranube.jpg +moranube +MORANUBE +move "moranube.jpg" MORANUBE.jpg >> lista.txt + + +morapiscis-sofacama.jpg +morapiscis-sofacama +sofacama +MORAPISCIS-SOFACAMA +move "morapiscis-sofacama.jpg" MORAPISCIS-SOFACAMA.jpg >> lista.txt + + +morapiscis.jpg +morapiscis +MORAPISCIS +move "morapiscis.jpg" MORAPISCIS.jpg >> lista.txt + + +moraSAHARA.jpg +moraSAHARA +MORASAHARA +move "moraSAHARA.jpg" MORASAHARA.jpg >> lista.txt + + +morasense.jpg +morasense +MORASENSE +move "morasense.jpg" MORASENSE.jpg >> lista.txt + + +moravara.jpg +moravara +MORAVARA +move "moravara.jpg" MORAVARA.jpg >> lista.txt + + +moravirgo.jpg +moravirgo +MORAVIRGO +move "moravirgo.jpg" MORAVIRGO.jpg >> lista.txt + + +moraWEST.jpg +moraWEST +MORAWEST +move "moraWEST.jpg" MORAWEST.jpg >> lista.txt + + +moraxian.jpg +moraxian +MORAXIAN +move "moraxian.jpg" MORAXIAN.jpg >> lista.txt + + +moraxian2.jpg +moraxian2 +MORAXIAN2 +move "moraxian2.jpg" MORAXIAN2.jpg >> lista.txt + + +morazodiaco.jpg +morazodiaco +MORAZODIACO +move "morazodiaco.jpg" MORAZODIACO.jpg >> lista.txt + + +morazodiaco2.jpg +morazodiaco2 +MORAZODIACO2 +move "morazodiaco2.jpg" MORAZODIACO2.jpg >> lista.txt + + +MOY 148133 587?.jpg +MOY 148133 +587 +MOY-148133 +move "MOY 148133 587?.jpg" MOY-148133.jpg >> lista.txt + + +MOY 148134 519?.jpg +MOY 148134 +519 +MOY-148134 +move "MOY 148134 519?.jpg" MOY-148134.jpg >> lista.txt + + +MOY 30863J 339?.jpg +MOY 30863J +339 +MOY-30863J +move "MOY 30863J 339?.jpg" MOY-30863J.jpg >> lista.txt + + +MOY 9290145 527?.jpg +MOY 9290145 +527 +MOY-9290145 +move "MOY 9290145 527?.jpg" MOY-9290145.jpg >> lista.txt + + +MOY-14046 107x76x75-497?.jpg +MOY-14046 +107x76x75 +497 +MOY-14046 +move "MOY-14046 107x76x75-497?.jpg" MOY-14046.jpg >> lista.txt + + +MOY-14046b-497?.jpg +MOY-14046b +497 +MOY-14046B +move "MOY-14046b-497?.jpg" MOY-14046B.jpg >> lista.txt + + +MOY-141116-70x65x70 319?.jpg +MOY-141116 +70x65x70 +319 +MOY-141116 +move "MOY-141116-70x65x70 319?.jpg" MOY-141116.jpg >> lista.txt + + +MOY-14423-111x75x80-559?.jpg +MOY-14423 +111x75x80 +559 +MOY-14423 +move "MOY-14423-111x75x80-559?.jpg" MOY-14423.jpg >> lista.txt + + +MOY-14424-111x75x80-559?.jpg +MOY-14424 +111x75x80 +559 +MOY-14424 +move "MOY-14424-111x75x80-559?.jpg" MOY-14424.jpg >> lista.txt + + +MOY-148085-93x77x70 517?.jpg +MOY-148085 +93x77x70 +517 +MOY-148085 +move "MOY-148085-93x77x70 517?.jpg" MOY-148085.jpg >> lista.txt + + +MOY-30860-90x160x75-997?.jpg +MOY-30860 +90x160x75 +997 +MOY-30860 +move "MOY-30860-90x160x75-997?.jpg" MOY-30860.jpg >> lista.txt + + +MOY-30861-90x160x75-997?.jpg +MOY-30861 +90x160x75 +997 +MOY-30861 +move "MOY-30861-90x160x75-997?.jpg" MOY-30861.jpg >> lista.txt + + +MOY-30863-96x66x60 337?-.jpg +MOY-30863 +96x66x60 + +337 +MOY-30863 +move "MOY-30863-96x66x60 337?-.jpg" MOY-30863.jpg >> lista.txt + + +MOY-39005-76x117x47-229?.jpg +MOY-39005 +76x117x47 +229 +MOY-39005 +move "MOY-39005-76x117x47-229?.jpg" MOY-39005.jpg >> lista.txt + + +MOY-39006-65x60x40 139?.jpg +MOY-39006 +65x60x40 +139 +MOY-39006 +move "MOY-39006-65x60x40 139?.jpg" MOY-39006.jpg >> lista.txt + + +MOY-4030-88x67x85-469?.jpg +MOY-4030 +88x67x85 +469 +MOY-4030 +move "MOY-4030-88x67x85-469?.jpg" MOY-4030.jpg >> lista.txt + + +MOY-859001-83x61x61 239?.jpg +MOY-859001 +83x61x61 +239 +MOY-859001 +move "MOY-859001-83x61x61 239?.jpg" MOY-859001.jpg >> lista.txt + + +MOY-8656146-78x63x120-249?.jpg +MOY-8656146 +78x63x120 +249 +MOY-8656146 +move "MOY-8656146-78x63x120-249?.jpg" MOY-8656146.jpg >> lista.txt + + +MOY-8656168-96x57x65 249?.jpg +MOY-8656168 +96x57x65 +249 +MOY-8656168 +move "MOY-8656168-96x57x65 249?.jpg" MOY-8656168.jpg >> lista.txt + + +PORT 1409-38-PORT-85x85x85-349?-.jpg +PORT 1409-38-PORT +85x85x85 + +349 +PORT-1409-38-PORT +move "PORT 1409-38-PORT-85x85x85-349?-.jpg" PORT-1409-38-PORT.jpg >> lista.txt + + +SP 30875-200x100x100-397?.jpg +SP 30875 +200x100x100 +397 +SP-30875 +move "SP 30875-200x100x100-397?.jpg" SP-30875.jpg >> lista.txt + + +SP 31528 conjunto 1.237?.jpg +SP 31528 +1237 +SP-31528 +move "SP 31528 conjunto 1.237?.jpg" SP-31528.jpg >> lista.txt + + +SP 31532 conjunto 1.797?.jpg +SP 31532 +1797 +SP-31532 +move "SP 31532 conjunto 1.797?.jpg" SP-31532.jpg >> lista.txt + + +SP 31637 conjunto 1.897?.jpg +SP 31637 +1897 +SP-31637 +move "SP 31637 conjunto 1.897?.jpg" SP-31637.jpg >> lista.txt + + +SP 31642 conjunto 1.687?.jpg +SP 31642 +1687 +SP-31642 +move "SP 31642 conjunto 1.687?.jpg" SP-31642.jpg >> lista.txt + + +SP 31643 150x160x160 1.197?.jpg +SP 31643 +150x160x160 +1197 +SP-31643 +move "SP 31643 150x160x160 1.197?.jpg" SP-31643.jpg >> lista.txt + + +SP 31686 conjunto 1.897? .jpg +SP 31686 + +1897 +SP-31686 +move "SP 31686 conjunto 1.897? .jpg" SP-31686.jpg >> lista.txt + + +SP 31784 100x75x76 367?.jpg +SP 31784 +100x75x76 +367 +SP-31784 +move "SP 31784 100x75x76 367?.jpg" SP-31784.jpg >> lista.txt + + +SP 31785 100x75x76 367? .jpg +SP 31785 +100x75x76 + +367 +SP-31785 +move "SP 31785 100x75x76 367? .jpg" SP-31785.jpg >> lista.txt + + +SP 9608 100x125x60 359? .jpg +SP 9608 +100x125x60 + +359 +SP-9608 +move "SP 9608 100x125x60 359? .jpg" SP-9608.jpg >> lista.txt + + +VA-1323-81x68x67 microfibra-329?.jpg +VA-1323 +81x68x67 +microfibra +329 +VA-1323 +move "VA-1323-81x68x67 microfibra-329?.jpg" VA-1323.jpg >> lista.txt + + +VA-2069-94x67x81-319?.jpg +VA-2069 +94x67x81 +319 +VA-2069 +move "VA-2069-94x67x81-319?.jpg" VA-2069.jpg >> lista.txt + + +VA-2074-80x268x180 1.679?.jpg +VA-2074 +80x268x180 +1679 +VA-2074 +move "VA-2074-80x268x180 1.679?.jpg" VA-2074.jpg >> lista.txt + + +VA-3247-359?.jpg +VA-3247 +359 +VA-3247 +move "VA-3247-359?.jpg" VA-3247.jpg >> lista.txt + + +VIC 12310 76x72x72 337? simil piel marron envejecido.jpg +VIC 12310 +76x72x72 +Simil piel marron envejecido +337 +VIC-12310 +move "VIC 12310 76x72x72 337? simil piel marron envejecido.jpg" VIC-12310.jpg >> lista.txt + + +VIC 15124 104x75x75 437? simil piel.jpg +VIC 15124 +104x75x75 +Simil piel +437 +VIC-15124 +move "VIC 15124 104x75x75 437? simil piel.jpg" VIC-15124.jpg >> lista.txt + + +VIC 15805 70x74x78 397? simil piel envejecido .jpg +VIC 15805 +70x74x78 +Simil piel envejecido +397 +VIC-15805 +move "VIC 15805 70x74x78 397? simil piel envejecido .jpg" VIC-15805.jpg >> lista.txt + + +VIC 16334 80x146x63 597??.jpg +VIC SOFA +80x146x63 +597 +VIC-SOFA +move "VIC 16334 80x146x63 597??.jpg" VIC-SOFA.jpg >> lista.txt + + +VIC 16466 337?.jpg +VIC 16466 +337 +VIC-16466 +move "VIC 16466 337?.jpg" VIC-16466.jpg >> lista.txt + + +VIC 16760 337?.jpg +VIC 16760 +337 +VIC-16760 +move "VIC 16760 337?.jpg" VIC-16760.jpg >> lista.txt + + +VIC-15759-115x70x80-639?.jpg +VIC-15759 +115x70x80 +639 +VIC-15759 +move "VIC-15759-115x70x80-639?.jpg" VIC-15759.jpg >> lista.txt + + diff --git a/src/wp-content/uploads/2011/07/arti-k1555-150x150.jpg b/src/wp-content/uploads/2011/07/arti-k1555-150x150.jpg new file mode 100644 index 0000000..11a5ea7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/arti-k1555-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/arti-k1555-300x205.jpg b/src/wp-content/uploads/2011/07/arti-k1555-300x205.jpg new file mode 100644 index 0000000..6e06b5f Binary files /dev/null and b/src/wp-content/uploads/2011/07/arti-k1555-300x205.jpg differ diff --git a/src/wp-content/uploads/2011/07/arti-k1555.jpg b/src/wp-content/uploads/2011/07/arti-k1555.jpg new file mode 100644 index 0000000..58af327 Binary files /dev/null and b/src/wp-content/uploads/2011/07/arti-k1555.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000019-150x150.jpg b/src/wp-content/uploads/2011/07/cac-433-000019-150x150.jpg new file mode 100644 index 0000000..c76bb3b Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000019-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000019-249x300.jpg b/src/wp-content/uploads/2011/07/cac-433-000019-249x300.jpg new file mode 100644 index 0000000..ad0c7ed Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000019-249x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000019.jpg b/src/wp-content/uploads/2011/07/cac-433-000019.jpg new file mode 100644 index 0000000..4284ec5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000019.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000020-cac-150x150.jpg b/src/wp-content/uploads/2011/07/cac-433-000020-cac-150x150.jpg new file mode 100644 index 0000000..f17aece Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000020-cac-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000020-cac-272x300.jpg b/src/wp-content/uploads/2011/07/cac-433-000020-cac-272x300.jpg new file mode 100644 index 0000000..a8163aa Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000020-cac-272x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-433-000020-cac.jpg b/src/wp-content/uploads/2011/07/cac-433-000020-cac.jpg new file mode 100644 index 0000000..6b1f7a0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-433-000020-cac.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-553-001522-150x150.jpg b/src/wp-content/uploads/2011/07/cac-553-001522-150x150.jpg new file mode 100644 index 0000000..d8f3290 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-553-001522-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-553-001522-300x171.jpg b/src/wp-content/uploads/2011/07/cac-553-001522-300x171.jpg new file mode 100644 index 0000000..8aa68bc Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-553-001522-300x171.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-553-001522.jpg b/src/wp-content/uploads/2011/07/cac-553-001522.jpg new file mode 100644 index 0000000..831a181 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-553-001522.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-559-001627-cac-150x150.jpg b/src/wp-content/uploads/2011/07/cac-559-001627-cac-150x150.jpg new file mode 100644 index 0000000..6e50360 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-559-001627-cac-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-559-001627-cac-249x300.jpg b/src/wp-content/uploads/2011/07/cac-559-001627-cac-249x300.jpg new file mode 100644 index 0000000..d5d8720 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-559-001627-cac-249x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-559-001627-cac.jpg b/src/wp-content/uploads/2011/07/cac-559-001627-cac.jpg new file mode 100644 index 0000000..3960a9e Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-559-001627-cac.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004105-cac-150x150.jpg b/src/wp-content/uploads/2011/07/cac-629-004105-cac-150x150.jpg new file mode 100644 index 0000000..f65d6d5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004105-cac-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004105-cac-300x300.jpg b/src/wp-content/uploads/2011/07/cac-629-004105-cac-300x300.jpg new file mode 100644 index 0000000..20dd791 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004105-cac-300x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004105-cac.jpg b/src/wp-content/uploads/2011/07/cac-629-004105-cac.jpg new file mode 100644 index 0000000..9f8e732 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004105-cac.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004106-cac-150x150.jpg b/src/wp-content/uploads/2011/07/cac-629-004106-cac-150x150.jpg new file mode 100644 index 0000000..77950a7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004106-cac-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004106-cac-255x300.jpg b/src/wp-content/uploads/2011/07/cac-629-004106-cac-255x300.jpg new file mode 100644 index 0000000..12250df Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004106-cac-255x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004106-cac.jpg b/src/wp-content/uploads/2011/07/cac-629-004106-cac.jpg new file mode 100644 index 0000000..ae93a6b Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004106-cac.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004286-cac-150x150.jpg b/src/wp-content/uploads/2011/07/cac-629-004286-cac-150x150.jpg new file mode 100644 index 0000000..448cbba Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004286-cac-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004286-cac-219x300.jpg b/src/wp-content/uploads/2011/07/cac-629-004286-cac-219x300.jpg new file mode 100644 index 0000000..d234d24 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004286-cac-219x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cac-629-004286-cac.jpg b/src/wp-content/uploads/2011/07/cac-629-004286-cac.jpg new file mode 100644 index 0000000..d23e5d7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cac-629-004286-cac.jpg differ diff --git a/src/wp-content/uploads/2011/07/cro-yf20-150x150.jpg b/src/wp-content/uploads/2011/07/cro-yf20-150x150.jpg new file mode 100644 index 0000000..6d37a12 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cro-yf20-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/cro-yf20-258x300.jpg b/src/wp-content/uploads/2011/07/cro-yf20-258x300.jpg new file mode 100644 index 0000000..558d638 Binary files /dev/null and b/src/wp-content/uploads/2011/07/cro-yf20-258x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/cro-yf20.jpg b/src/wp-content/uploads/2011/07/cro-yf20.jpg new file mode 100644 index 0000000..2a94c1d Binary files /dev/null and b/src/wp-content/uploads/2011/07/cro-yf20.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-150x150.jpg b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-150x150.jpg new file mode 100644 index 0000000..4b1b515 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-300x236.jpg b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-300x236.jpg new file mode 100644 index 0000000..0c594d1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal-300x236.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg new file mode 100644 index 0000000..3b2a618 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-1-sillon-sf24-s1-boton-cristal.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-10-928-150x150.jpg b/src/wp-content/uploads/2011/07/dug-10-928-150x150.jpg new file mode 100644 index 0000000..54cf17c Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-10-928-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-10-928-228x300.jpg b/src/wp-content/uploads/2011/07/dug-10-928-228x300.jpg new file mode 100644 index 0000000..8dea79e Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-10-928-228x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-10-928.jpg b/src/wp-content/uploads/2011/07/dug-10-928.jpg new file mode 100644 index 0000000..cbc9471 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-10-928.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-150x150.jpg b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-150x150.jpg new file mode 100644 index 0000000..24e3a79 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-300x190.jpg b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-300x190.jpg new file mode 100644 index 0000000..5fce8b6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo-300x190.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo.jpg b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo.jpg new file mode 100644 index 0000000..afbf3b3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-11-sofacama-oslo.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-12-580-sillon-150x150.jpg b/src/wp-content/uploads/2011/07/dug-12-580-sillon-150x150.jpg new file mode 100644 index 0000000..f774582 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-12-580-sillon-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-12-580-sillon-300x209.jpg b/src/wp-content/uploads/2011/07/dug-12-580-sillon-300x209.jpg new file mode 100644 index 0000000..d5f5207 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-12-580-sillon-300x209.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-12-580-sillon.jpg b/src/wp-content/uploads/2011/07/dug-12-580-sillon.jpg new file mode 100644 index 0000000..8e999a4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-12-580-sillon.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-13-b-6-150x150.jpg b/src/wp-content/uploads/2011/07/dug-13-b-6-150x150.jpg new file mode 100644 index 0000000..4eb54d7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-13-b-6-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-13-b-6-300x205.jpg b/src/wp-content/uploads/2011/07/dug-13-b-6-300x205.jpg new file mode 100644 index 0000000..1cb3364 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-13-b-6-300x205.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-13-b-6.jpg b/src/wp-content/uploads/2011/07/dug-13-b-6.jpg new file mode 100644 index 0000000..0cbfaa0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-13-b-6.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-14-b-7-150x150.jpg b/src/wp-content/uploads/2011/07/dug-14-b-7-150x150.jpg new file mode 100644 index 0000000..4b0136b Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-14-b-7-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-14-b-7-300x242.jpg b/src/wp-content/uploads/2011/07/dug-14-b-7-300x242.jpg new file mode 100644 index 0000000..5a523e3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-14-b-7-300x242.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-14-b-7.jpg b/src/wp-content/uploads/2011/07/dug-14-b-7.jpg new file mode 100644 index 0000000..e966efe Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-14-b-7.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-150x150.jpg b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-150x150.jpg new file mode 100644 index 0000000..0eea3ca Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-300x200.jpg b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-300x200.jpg new file mode 100644 index 0000000..10a425b Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal-300x200.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal.jpg b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal.jpg new file mode 100644 index 0000000..a1e630f Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-2-sof-sf24-s2-botoncristal.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-1024x543.jpg b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-1024x543.jpg new file mode 100644 index 0000000..a3c86ca Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-1024x543.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-150x150.jpg b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-150x150.jpg new file mode 100644 index 0000000..d428531 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-300x159.jpg b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-300x159.jpg new file mode 100644 index 0000000..b5befae Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s-300x159.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-3-sf-02-1s.jpg b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s.jpg new file mode 100644 index 0000000..f19bffd Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-3-sf-02-1s.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-150x150.jpg b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-150x150.jpg new file mode 100644 index 0000000..98db3ae Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-300x208.jpg b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-300x208.jpg new file mode 100644 index 0000000..882e2e0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel-300x208.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel.jpg b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel.jpg new file mode 100644 index 0000000..ba2bb40 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-4sofa-02-2s-piel.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-150x150.jpg b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-150x150.jpg new file mode 100644 index 0000000..671d49b Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-300x192.jpg b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-300x192.jpg new file mode 100644 index 0000000..024e517 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006-300x192.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006.jpg b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006.jpg new file mode 100644 index 0000000..28ab7db Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-5chaise-longue-rc006.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-6-wy001-piel-150x150.jpg b/src/wp-content/uploads/2011/07/dug-6-wy001-piel-150x150.jpg new file mode 100644 index 0000000..3ebfca2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-6-wy001-piel-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-6-wy001-piel-300x184.jpg b/src/wp-content/uploads/2011/07/dug-6-wy001-piel-300x184.jpg new file mode 100644 index 0000000..701ab2f Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-6-wy001-piel-300x184.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-6-wy001-piel.jpg b/src/wp-content/uploads/2011/07/dug-6-wy001-piel.jpg new file mode 100644 index 0000000..c39eb23 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-6-wy001-piel.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-150x150.jpg b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-150x150.jpg new file mode 100644 index 0000000..af0d2dd Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-289x300.jpg b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-289x300.jpg new file mode 100644 index 0000000..44a1958 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio-289x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio.jpg b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio.jpg new file mode 100644 index 0000000..0b0ec1d Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-7-sillon-giratorio.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-8-137-150x150.jpg b/src/wp-content/uploads/2011/07/dug-8-137-150x150.jpg new file mode 100644 index 0000000..f4ffed4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-8-137-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-8-137-300x193.jpg b/src/wp-content/uploads/2011/07/dug-8-137-300x193.jpg new file mode 100644 index 0000000..d77c4ad Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-8-137-300x193.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-8-137.jpg b/src/wp-content/uploads/2011/07/dug-8-137.jpg new file mode 100644 index 0000000..413fc7a Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-8-137.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-9-652-150x150.jpg b/src/wp-content/uploads/2011/07/dug-9-652-150x150.jpg new file mode 100644 index 0000000..27e64dc Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-9-652-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-9-652-300x173.jpg b/src/wp-content/uploads/2011/07/dug-9-652-300x173.jpg new file mode 100644 index 0000000..a84f0b3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-9-652-300x173.jpg differ diff --git a/src/wp-content/uploads/2011/07/dug-9-652.jpg b/src/wp-content/uploads/2011/07/dug-9-652.jpg new file mode 100644 index 0000000..fca8921 Binary files /dev/null and b/src/wp-content/uploads/2011/07/dug-9-652.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-29-335-150x150.jpg b/src/wp-content/uploads/2011/07/imo-29-335-150x150.jpg new file mode 100644 index 0000000..c153f90 Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-29-335-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-29-335-300x227.jpg b/src/wp-content/uploads/2011/07/imo-29-335-300x227.jpg new file mode 100644 index 0000000..aa0dc72 Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-29-335-300x227.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-29-335.jpg b/src/wp-content/uploads/2011/07/imo-29-335.jpg new file mode 100644 index 0000000..1b3b262 Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-29-335.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-32-200-150x150.jpg b/src/wp-content/uploads/2011/07/imo-32-200-150x150.jpg new file mode 100644 index 0000000..a6571e1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-32-200-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-32-200-300x218.jpg b/src/wp-content/uploads/2011/07/imo-32-200-300x218.jpg new file mode 100644 index 0000000..4c173b7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-32-200-300x218.jpg differ diff --git a/src/wp-content/uploads/2011/07/imo-32-200.jpg b/src/wp-content/uploads/2011/07/imo-32-200.jpg new file mode 100644 index 0000000..6bd9cad Binary files /dev/null and b/src/wp-content/uploads/2011/07/imo-32-200.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19541-150x150.jpg b/src/wp-content/uploads/2011/07/ixi-19541-150x150.jpg new file mode 100644 index 0000000..2dd5a82 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19541-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19541-300x223.jpg b/src/wp-content/uploads/2011/07/ixi-19541-300x223.jpg new file mode 100644 index 0000000..71e8fbd Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19541-300x223.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19541.jpg b/src/wp-content/uploads/2011/07/ixi-19541.jpg new file mode 100644 index 0000000..935f301 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19541.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19542-150x150.jpg b/src/wp-content/uploads/2011/07/ixi-19542-150x150.jpg new file mode 100644 index 0000000..74c5222 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19542-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19542-300x226.jpg b/src/wp-content/uploads/2011/07/ixi-19542-300x226.jpg new file mode 100644 index 0000000..3a012cf Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19542-300x226.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19542.jpg b/src/wp-content/uploads/2011/07/ixi-19542.jpg new file mode 100644 index 0000000..6c5cdcd Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19542.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19543-150x150.jpg b/src/wp-content/uploads/2011/07/ixi-19543-150x150.jpg new file mode 100644 index 0000000..1bdb1a9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19543-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19543-300x226.jpg b/src/wp-content/uploads/2011/07/ixi-19543-300x226.jpg new file mode 100644 index 0000000..e302da9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19543-300x226.jpg differ diff --git a/src/wp-content/uploads/2011/07/ixi-19543.jpg b/src/wp-content/uploads/2011/07/ixi-19543.jpg new file mode 100644 index 0000000..ccec6f7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/ixi-19543.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik-150x150.jpg b/src/wp-content/uploads/2011/07/moraanik-150x150.jpg new file mode 100644 index 0000000..bae5956 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik-300x159.jpg b/src/wp-content/uploads/2011/07/moraanik-300x159.jpg new file mode 100644 index 0000000..366a3df Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik-300x159.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik.jpg b/src/wp-content/uploads/2011/07/moraanik.jpg new file mode 100644 index 0000000..5dd3ddf Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik2-150x150.jpg b/src/wp-content/uploads/2011/07/moraanik2-150x150.jpg new file mode 100644 index 0000000..0a1900e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik2-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik2-300x235.jpg b/src/wp-content/uploads/2011/07/moraanik2-300x235.jpg new file mode 100644 index 0000000..b685ca9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik2-300x235.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraanik2.jpg b/src/wp-content/uploads/2011/07/moraanik2.jpg new file mode 100644 index 0000000..2fcb442 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraanik2.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraartic-150x150.jpg b/src/wp-content/uploads/2011/07/moraartic-150x150.jpg new file mode 100644 index 0000000..831c64f Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraartic-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraartic-300x206.jpg b/src/wp-content/uploads/2011/07/moraartic-300x206.jpg new file mode 100644 index 0000000..1bdc49d Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraartic-300x206.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraartic.jpg b/src/wp-content/uploads/2011/07/moraartic.jpg new file mode 100644 index 0000000..c9b20c6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraartic.jpg differ diff --git a/src/wp-content/uploads/2011/07/morablaz-150x150.jpg b/src/wp-content/uploads/2011/07/morablaz-150x150.jpg new file mode 100644 index 0000000..2f4b8a2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morablaz-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morablaz-300x168.jpg b/src/wp-content/uploads/2011/07/morablaz-300x168.jpg new file mode 100644 index 0000000..6d72422 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morablaz-300x168.jpg differ diff --git a/src/wp-content/uploads/2011/07/morablaz.jpg b/src/wp-content/uploads/2011/07/morablaz.jpg new file mode 100644 index 0000000..994f714 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morablaz.jpg differ diff --git a/src/wp-content/uploads/2011/07/morabogart-150x150.jpg b/src/wp-content/uploads/2011/07/morabogart-150x150.jpg new file mode 100644 index 0000000..cf863de Binary files /dev/null and b/src/wp-content/uploads/2011/07/morabogart-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morabogart-300x169.jpg b/src/wp-content/uploads/2011/07/morabogart-300x169.jpg new file mode 100644 index 0000000..759cdd0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morabogart-300x169.jpg differ diff --git a/src/wp-content/uploads/2011/07/morabogart.jpg b/src/wp-content/uploads/2011/07/morabogart.jpg new file mode 100644 index 0000000..11e4cc1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morabogart.jpg differ diff --git a/src/wp-content/uploads/2011/07/morachaise-longue-wire-150x150.jpg b/src/wp-content/uploads/2011/07/morachaise-longue-wire-150x150.jpg new file mode 100644 index 0000000..a023ed9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morachaise-longue-wire-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morachaise-longue-wire-300x192.jpg b/src/wp-content/uploads/2011/07/morachaise-longue-wire-300x192.jpg new file mode 100644 index 0000000..8610af5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morachaise-longue-wire-300x192.jpg differ diff --git a/src/wp-content/uploads/2011/07/morachaise-longue-wire.jpg b/src/wp-content/uploads/2011/07/morachaise-longue-wire.jpg new file mode 100644 index 0000000..e7c98a9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morachaise-longue-wire.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracometa-150x150.jpg b/src/wp-content/uploads/2011/07/moracometa-150x150.jpg new file mode 100644 index 0000000..1ff56ea Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracometa-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracometa-300x185.jpg b/src/wp-content/uploads/2011/07/moracometa-300x185.jpg new file mode 100644 index 0000000..a7cf5b2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracometa-300x185.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracometa.jpg b/src/wp-content/uploads/2011/07/moracometa.jpg new file mode 100644 index 0000000..f5b9aad Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracometa.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracreta-150x150.jpg b/src/wp-content/uploads/2011/07/moracreta-150x150.jpg new file mode 100644 index 0000000..9d18b8c Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracreta-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracreta-300x192.jpg b/src/wp-content/uploads/2011/07/moracreta-300x192.jpg new file mode 100644 index 0000000..248a215 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracreta-300x192.jpg differ diff --git a/src/wp-content/uploads/2011/07/moracreta.jpg b/src/wp-content/uploads/2011/07/moracreta.jpg new file mode 100644 index 0000000..8fd766a Binary files /dev/null and b/src/wp-content/uploads/2011/07/moracreta.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradama-150x150.jpg b/src/wp-content/uploads/2011/07/moradama-150x150.jpg new file mode 100644 index 0000000..bce3d84 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradama-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradama-300x213.jpg b/src/wp-content/uploads/2011/07/moradama-300x213.jpg new file mode 100644 index 0000000..8d24e29 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradama-300x213.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradama.jpg b/src/wp-content/uploads/2011/07/moradama.jpg new file mode 100644 index 0000000..bb8d6a4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradama.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradevon-150x150.jpg b/src/wp-content/uploads/2011/07/moradevon-150x150.jpg new file mode 100644 index 0000000..a8221b3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradevon-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradevon-300x195.jpg b/src/wp-content/uploads/2011/07/moradevon-300x195.jpg new file mode 100644 index 0000000..5682d77 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradevon-300x195.jpg differ diff --git a/src/wp-content/uploads/2011/07/moradevon.jpg b/src/wp-content/uploads/2011/07/moradevon.jpg new file mode 100644 index 0000000..b89f17c Binary files /dev/null and b/src/wp-content/uploads/2011/07/moradevon.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraencke-150x150.jpg b/src/wp-content/uploads/2011/07/moraencke-150x150.jpg new file mode 100644 index 0000000..ffa1436 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraencke-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraencke-300x193.jpg b/src/wp-content/uploads/2011/07/moraencke-300x193.jpg new file mode 100644 index 0000000..da1d9a2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraencke-300x193.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraencke.jpg b/src/wp-content/uploads/2011/07/moraencke.jpg new file mode 100644 index 0000000..2e62c81 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraencke.jpg differ diff --git a/src/wp-content/uploads/2011/07/morafloy-150x150.jpg b/src/wp-content/uploads/2011/07/morafloy-150x150.jpg new file mode 100644 index 0000000..6589271 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morafloy-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morafloy-300x200.jpg b/src/wp-content/uploads/2011/07/morafloy-300x200.jpg new file mode 100644 index 0000000..0f25bc2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morafloy-300x200.jpg differ diff --git a/src/wp-content/uploads/2011/07/morafloy.jpg b/src/wp-content/uploads/2011/07/morafloy.jpg new file mode 100644 index 0000000..33ef509 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morafloy.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino-150x150.jpg b/src/wp-content/uploads/2011/07/moragino-150x150.jpg new file mode 100644 index 0000000..aab7d13 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino-300x224.jpg b/src/wp-content/uploads/2011/07/moragino-300x224.jpg new file mode 100644 index 0000000..82d34e9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino-300x224.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino.jpg b/src/wp-content/uploads/2011/07/moragino.jpg new file mode 100644 index 0000000..f135347 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino2-150x150.jpg b/src/wp-content/uploads/2011/07/moragino2-150x150.jpg new file mode 100644 index 0000000..3f6641c Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino2-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino2-300x182.jpg b/src/wp-content/uploads/2011/07/moragino2-300x182.jpg new file mode 100644 index 0000000..33ea228 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino2-300x182.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragino2.jpg b/src/wp-content/uploads/2011/07/moragino2.jpg new file mode 100644 index 0000000..efc9a0e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragino2.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragiro-150x150.jpg b/src/wp-content/uploads/2011/07/moragiro-150x150.jpg new file mode 100644 index 0000000..b040690 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragiro-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragiro-265x300.jpg b/src/wp-content/uploads/2011/07/moragiro-265x300.jpg new file mode 100644 index 0000000..2435857 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragiro-265x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragiro.jpg b/src/wp-content/uploads/2011/07/moragiro.jpg new file mode 100644 index 0000000..e5d1336 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragiro.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora-150x150.jpg b/src/wp-content/uploads/2011/07/moragora-150x150.jpg new file mode 100644 index 0000000..2fd9e1b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora-300x191.jpg b/src/wp-content/uploads/2011/07/moragora-300x191.jpg new file mode 100644 index 0000000..26cdb0b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora-300x191.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora-sofacama-150x150.jpg b/src/wp-content/uploads/2011/07/moragora-sofacama-150x150.jpg new file mode 100644 index 0000000..2fd9e1b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora-sofacama-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora-sofacama-300x191.jpg b/src/wp-content/uploads/2011/07/moragora-sofacama-300x191.jpg new file mode 100644 index 0000000..26cdb0b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora-sofacama-300x191.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora-sofacama.jpg b/src/wp-content/uploads/2011/07/moragora-sofacama.jpg new file mode 100644 index 0000000..ab4ca45 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora-sofacama.jpg differ diff --git a/src/wp-content/uploads/2011/07/moragora.jpg b/src/wp-content/uploads/2011/07/moragora.jpg new file mode 100644 index 0000000..ab4ca45 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moragora.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxblanco-150x150.jpg b/src/wp-content/uploads/2011/07/morainoxblanco-150x150.jpg new file mode 100644 index 0000000..2fe6ed6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxblanco-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxblanco-300x208.jpg b/src/wp-content/uploads/2011/07/morainoxblanco-300x208.jpg new file mode 100644 index 0000000..26c8911 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxblanco-300x208.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxblanco.jpg b/src/wp-content/uploads/2011/07/morainoxblanco.jpg new file mode 100644 index 0000000..de1e4b5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxblanco.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxnegro-150x150.jpg b/src/wp-content/uploads/2011/07/morainoxnegro-150x150.jpg new file mode 100644 index 0000000..1979dbd Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxnegro-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxnegro-300x208.jpg b/src/wp-content/uploads/2011/07/morainoxnegro-300x208.jpg new file mode 100644 index 0000000..0e239c5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxnegro-300x208.jpg differ diff --git a/src/wp-content/uploads/2011/07/morainoxnegro.jpg b/src/wp-content/uploads/2011/07/morainoxnegro.jpg new file mode 100644 index 0000000..c382dea Binary files /dev/null and b/src/wp-content/uploads/2011/07/morainoxnegro.jpg differ diff --git a/src/wp-content/uploads/2011/07/morajoy-1024x726.jpg b/src/wp-content/uploads/2011/07/morajoy-1024x726.jpg new file mode 100644 index 0000000..af528c2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morajoy-1024x726.jpg differ diff --git a/src/wp-content/uploads/2011/07/morajoy-150x150.jpg b/src/wp-content/uploads/2011/07/morajoy-150x150.jpg new file mode 100644 index 0000000..a5e8d4c Binary files /dev/null and b/src/wp-content/uploads/2011/07/morajoy-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morajoy-300x212.jpg b/src/wp-content/uploads/2011/07/morajoy-300x212.jpg new file mode 100644 index 0000000..08ed8cb Binary files /dev/null and b/src/wp-content/uploads/2011/07/morajoy-300x212.jpg differ diff --git a/src/wp-content/uploads/2011/07/morajoy.jpg b/src/wp-content/uploads/2011/07/morajoy.jpg new file mode 100644 index 0000000..8971970 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morajoy.jpg differ diff --git a/src/wp-content/uploads/2011/07/morakop-150x150.jpg b/src/wp-content/uploads/2011/07/morakop-150x150.jpg new file mode 100644 index 0000000..abf5e99 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morakop-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morakop-300x193.jpg b/src/wp-content/uploads/2011/07/morakop-300x193.jpg new file mode 100644 index 0000000..19f3572 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morakop-300x193.jpg differ diff --git a/src/wp-content/uploads/2011/07/morakop.jpg b/src/wp-content/uploads/2011/07/morakop.jpg new file mode 100644 index 0000000..8e497b8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morakop.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralarson-150x150.jpg b/src/wp-content/uploads/2011/07/moralarson-150x150.jpg new file mode 100644 index 0000000..0725616 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralarson-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralarson-300x247.jpg b/src/wp-content/uploads/2011/07/moralarson-300x247.jpg new file mode 100644 index 0000000..b1ee269 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralarson-300x247.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralarson.jpg b/src/wp-content/uploads/2011/07/moralarson.jpg new file mode 100644 index 0000000..b4f0e30 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralarson.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralevi-150x150.jpg b/src/wp-content/uploads/2011/07/moralevi-150x150.jpg new file mode 100644 index 0000000..816a189 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralevi-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralevi-300x173.jpg b/src/wp-content/uploads/2011/07/moralevi-300x173.jpg new file mode 100644 index 0000000..bb946f1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralevi-300x173.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralevi.jpg b/src/wp-content/uploads/2011/07/moralevi.jpg new file mode 100644 index 0000000..30d8a3e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralevi.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralord-150x150.jpg b/src/wp-content/uploads/2011/07/moralord-150x150.jpg new file mode 100644 index 0000000..526c540 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralord-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralord-300x156.jpg b/src/wp-content/uploads/2011/07/moralord-300x156.jpg new file mode 100644 index 0000000..e2ec49e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralord-300x156.jpg differ diff --git a/src/wp-content/uploads/2011/07/moralord.jpg b/src/wp-content/uploads/2011/07/moralord.jpg new file mode 100644 index 0000000..599ab5d Binary files /dev/null and b/src/wp-content/uploads/2011/07/moralord.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramao-150x150.jpg b/src/wp-content/uploads/2011/07/moramao-150x150.jpg new file mode 100644 index 0000000..289465a Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramao-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramao-229x300.jpg b/src/wp-content/uploads/2011/07/moramao-229x300.jpg new file mode 100644 index 0000000..c9c75f0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramao-229x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramao.jpg b/src/wp-content/uploads/2011/07/moramao.jpg new file mode 100644 index 0000000..0800e9b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramao.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramarco-150x150.jpg b/src/wp-content/uploads/2011/07/moramarco-150x150.jpg new file mode 100644 index 0000000..3d113d4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramarco-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramarco-300x168.jpg b/src/wp-content/uploads/2011/07/moramarco-300x168.jpg new file mode 100644 index 0000000..bd18405 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramarco-300x168.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramarco.jpg b/src/wp-content/uploads/2011/07/moramarco.jpg new file mode 100644 index 0000000..7ff571f Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramarco.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito-150x150.jpg b/src/wp-content/uploads/2011/07/moramito-150x150.jpg new file mode 100644 index 0000000..865f053 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito-300x210.jpg b/src/wp-content/uploads/2011/07/moramito-300x210.jpg new file mode 100644 index 0000000..cd59050 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito-300x210.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito.jpg b/src/wp-content/uploads/2011/07/moramito.jpg new file mode 100644 index 0000000..cc14d53 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito2-150x150.jpg b/src/wp-content/uploads/2011/07/moramito2-150x150.jpg new file mode 100644 index 0000000..fef56fa Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito2-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito2-300x183.jpg b/src/wp-content/uploads/2011/07/moramito2-300x183.jpg new file mode 100644 index 0000000..59cb568 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito2-300x183.jpg differ diff --git a/src/wp-content/uploads/2011/07/moramito2.jpg b/src/wp-content/uploads/2011/07/moramito2.jpg new file mode 100644 index 0000000..48ab6ab Binary files /dev/null and b/src/wp-content/uploads/2011/07/moramito2.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraneo-150x150.jpg b/src/wp-content/uploads/2011/07/moraneo-150x150.jpg new file mode 100644 index 0000000..e5936d4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraneo-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraneo-300x256.jpg b/src/wp-content/uploads/2011/07/moraneo-300x256.jpg new file mode 100644 index 0000000..05281d4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraneo-300x256.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraneo.jpg b/src/wp-content/uploads/2011/07/moraneo.jpg new file mode 100644 index 0000000..7d37e1b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraneo.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranorma-150x150.jpg b/src/wp-content/uploads/2011/07/moranorma-150x150.jpg new file mode 100644 index 0000000..9fd1cba Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranorma-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranorma-300x267.jpg b/src/wp-content/uploads/2011/07/moranorma-300x267.jpg new file mode 100644 index 0000000..875c2e1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranorma-300x267.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranorma.jpg b/src/wp-content/uploads/2011/07/moranorma.jpg new file mode 100644 index 0000000..477d8bf Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranorma.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranube-150x150.jpg b/src/wp-content/uploads/2011/07/moranube-150x150.jpg new file mode 100644 index 0000000..9fa9bcc Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranube-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranube-300x173.jpg b/src/wp-content/uploads/2011/07/moranube-300x173.jpg new file mode 100644 index 0000000..50f5e91 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranube-300x173.jpg differ diff --git a/src/wp-content/uploads/2011/07/moranube.jpg b/src/wp-content/uploads/2011/07/moranube.jpg new file mode 100644 index 0000000..f317192 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moranube.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis-150x150.jpg b/src/wp-content/uploads/2011/07/morapiscis-150x150.jpg new file mode 100644 index 0000000..df63ba8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis-300x211.jpg b/src/wp-content/uploads/2011/07/morapiscis-300x211.jpg new file mode 100644 index 0000000..162c7d8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis-300x211.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis-sofacama-150x150.jpg b/src/wp-content/uploads/2011/07/morapiscis-sofacama-150x150.jpg new file mode 100644 index 0000000..df63ba8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis-sofacama-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis-sofacama-300x211.jpg b/src/wp-content/uploads/2011/07/morapiscis-sofacama-300x211.jpg new file mode 100644 index 0000000..162c7d8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis-sofacama-300x211.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis-sofacama.jpg b/src/wp-content/uploads/2011/07/morapiscis-sofacama.jpg new file mode 100644 index 0000000..4d60f33 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis-sofacama.jpg differ diff --git a/src/wp-content/uploads/2011/07/morapiscis.jpg b/src/wp-content/uploads/2011/07/morapiscis.jpg new file mode 100644 index 0000000..4d60f33 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morapiscis.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasahara-1024x526.jpg b/src/wp-content/uploads/2011/07/morasahara-1024x526.jpg new file mode 100644 index 0000000..e335029 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasahara-1024x526.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasahara-150x150.jpg b/src/wp-content/uploads/2011/07/morasahara-150x150.jpg new file mode 100644 index 0000000..6bf38fb Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasahara-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasahara-300x154.jpg b/src/wp-content/uploads/2011/07/morasahara-300x154.jpg new file mode 100644 index 0000000..86117b0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasahara-300x154.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasahara.jpg b/src/wp-content/uploads/2011/07/morasahara.jpg new file mode 100644 index 0000000..52a6ae6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasahara.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasense-150x150.jpg b/src/wp-content/uploads/2011/07/morasense-150x150.jpg new file mode 100644 index 0000000..5a51188 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasense-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasense-300x180.jpg b/src/wp-content/uploads/2011/07/morasense-300x180.jpg new file mode 100644 index 0000000..df2d618 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasense-300x180.jpg differ diff --git a/src/wp-content/uploads/2011/07/morasense.jpg b/src/wp-content/uploads/2011/07/morasense.jpg new file mode 100644 index 0000000..35c52f5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morasense.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravara-1024x544.jpg b/src/wp-content/uploads/2011/07/moravara-1024x544.jpg new file mode 100644 index 0000000..3d10760 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravara-1024x544.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravara-150x150.jpg b/src/wp-content/uploads/2011/07/moravara-150x150.jpg new file mode 100644 index 0000000..f85d3ba Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravara-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravara-300x159.jpg b/src/wp-content/uploads/2011/07/moravara-300x159.jpg new file mode 100644 index 0000000..5fd3b80 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravara-300x159.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravara.jpg b/src/wp-content/uploads/2011/07/moravara.jpg new file mode 100644 index 0000000..6a07501 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravara.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravirgo-150x150.jpg b/src/wp-content/uploads/2011/07/moravirgo-150x150.jpg new file mode 100644 index 0000000..5327604 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravirgo-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravirgo-300x202.jpg b/src/wp-content/uploads/2011/07/moravirgo-300x202.jpg new file mode 100644 index 0000000..f4a4192 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravirgo-300x202.jpg differ diff --git a/src/wp-content/uploads/2011/07/moravirgo.jpg b/src/wp-content/uploads/2011/07/moravirgo.jpg new file mode 100644 index 0000000..58e28ab Binary files /dev/null and b/src/wp-content/uploads/2011/07/moravirgo.jpg differ diff --git a/src/wp-content/uploads/2011/07/morawest-150x150.jpg b/src/wp-content/uploads/2011/07/morawest-150x150.jpg new file mode 100644 index 0000000..9b335a1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morawest-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morawest-300x177.jpg b/src/wp-content/uploads/2011/07/morawest-300x177.jpg new file mode 100644 index 0000000..3088e66 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morawest-300x177.jpg differ diff --git a/src/wp-content/uploads/2011/07/morawest.jpg b/src/wp-content/uploads/2011/07/morawest.jpg new file mode 100644 index 0000000..1884547 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morawest.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian-150x150.jpg b/src/wp-content/uploads/2011/07/moraxian-150x150.jpg new file mode 100644 index 0000000..3cd2ce6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian-300x175.jpg b/src/wp-content/uploads/2011/07/moraxian-300x175.jpg new file mode 100644 index 0000000..42f14b9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian-300x175.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian.jpg b/src/wp-content/uploads/2011/07/moraxian.jpg new file mode 100644 index 0000000..2362abe Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian2-150x150.jpg b/src/wp-content/uploads/2011/07/moraxian2-150x150.jpg new file mode 100644 index 0000000..299fc11 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian2-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian2-300x167.jpg b/src/wp-content/uploads/2011/07/moraxian2-300x167.jpg new file mode 100644 index 0000000..9a60d39 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian2-300x167.jpg differ diff --git a/src/wp-content/uploads/2011/07/moraxian2.jpg b/src/wp-content/uploads/2011/07/moraxian2.jpg new file mode 100644 index 0000000..2fdeb1a Binary files /dev/null and b/src/wp-content/uploads/2011/07/moraxian2.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco-150x150.jpg b/src/wp-content/uploads/2011/07/morazodiaco-150x150.jpg new file mode 100644 index 0000000..7e3fe8d Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco-300x204.jpg b/src/wp-content/uploads/2011/07/morazodiaco-300x204.jpg new file mode 100644 index 0000000..0505252 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco-300x204.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco.jpg b/src/wp-content/uploads/2011/07/morazodiaco.jpg new file mode 100644 index 0000000..4ab0a43 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco2-150x150.jpg b/src/wp-content/uploads/2011/07/morazodiaco2-150x150.jpg new file mode 100644 index 0000000..855ac95 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco2-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco2-300x187.jpg b/src/wp-content/uploads/2011/07/morazodiaco2-300x187.jpg new file mode 100644 index 0000000..a99f8fa Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco2-300x187.jpg differ diff --git a/src/wp-content/uploads/2011/07/morazodiaco2.jpg b/src/wp-content/uploads/2011/07/morazodiaco2.jpg new file mode 100644 index 0000000..8748702 Binary files /dev/null and b/src/wp-content/uploads/2011/07/morazodiaco2.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046-150x150.jpg b/src/wp-content/uploads/2011/07/moy-14046-150x150.jpg new file mode 100644 index 0000000..5a51598 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046-205x300.jpg b/src/wp-content/uploads/2011/07/moy-14046-205x300.jpg new file mode 100644 index 0000000..b9020c6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046-205x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046.jpg b/src/wp-content/uploads/2011/07/moy-14046.jpg new file mode 100644 index 0000000..2f2fb7b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046b-150x150.jpg b/src/wp-content/uploads/2011/07/moy-14046b-150x150.jpg new file mode 100644 index 0000000..f1ce5f3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046b-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046b-205x300.jpg b/src/wp-content/uploads/2011/07/moy-14046b-205x300.jpg new file mode 100644 index 0000000..50561af Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046b-205x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14046b.jpg b/src/wp-content/uploads/2011/07/moy-14046b.jpg new file mode 100644 index 0000000..fa5fcf4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14046b.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-141116-150x150.jpg b/src/wp-content/uploads/2011/07/moy-141116-150x150.jpg new file mode 100644 index 0000000..4ed76e7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-141116-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-141116-300x296.jpg b/src/wp-content/uploads/2011/07/moy-141116-300x296.jpg new file mode 100644 index 0000000..c3dcaf8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-141116-300x296.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-141116.jpg b/src/wp-content/uploads/2011/07/moy-141116.jpg new file mode 100644 index 0000000..126ced6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-141116.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14423-150x150.jpg b/src/wp-content/uploads/2011/07/moy-14423-150x150.jpg new file mode 100644 index 0000000..c80bef6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14423-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14423-249x300.jpg b/src/wp-content/uploads/2011/07/moy-14423-249x300.jpg new file mode 100644 index 0000000..59d9be8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14423-249x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14423.jpg b/src/wp-content/uploads/2011/07/moy-14423.jpg new file mode 100644 index 0000000..621d5f8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14423.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14424-150x150.jpg b/src/wp-content/uploads/2011/07/moy-14424-150x150.jpg new file mode 100644 index 0000000..5a38f64 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14424-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14424-238x300.jpg b/src/wp-content/uploads/2011/07/moy-14424-238x300.jpg new file mode 100644 index 0000000..736c945 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14424-238x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-14424.jpg b/src/wp-content/uploads/2011/07/moy-14424.jpg new file mode 100644 index 0000000..24356e1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-14424.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148085-150x150.jpg b/src/wp-content/uploads/2011/07/moy-148085-150x150.jpg new file mode 100644 index 0000000..ad2376d Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148085-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148085-288x300.jpg b/src/wp-content/uploads/2011/07/moy-148085-288x300.jpg new file mode 100644 index 0000000..7bb54e0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148085-288x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148085.jpg b/src/wp-content/uploads/2011/07/moy-148085.jpg new file mode 100644 index 0000000..707e328 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148085.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148133-150x150.jpg b/src/wp-content/uploads/2011/07/moy-148133-150x150.jpg new file mode 100644 index 0000000..2cfc825 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148133-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148133-222x300.jpg b/src/wp-content/uploads/2011/07/moy-148133-222x300.jpg new file mode 100644 index 0000000..956b22e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148133-222x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148133.jpg b/src/wp-content/uploads/2011/07/moy-148133.jpg new file mode 100644 index 0000000..c5d9daa Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148133.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148134-150x150.jpg b/src/wp-content/uploads/2011/07/moy-148134-150x150.jpg new file mode 100644 index 0000000..9e13643 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148134-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148134-228x300.jpg b/src/wp-content/uploads/2011/07/moy-148134-228x300.jpg new file mode 100644 index 0000000..07ee4d8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148134-228x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-148134.jpg b/src/wp-content/uploads/2011/07/moy-148134.jpg new file mode 100644 index 0000000..8b1675b Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-148134.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30860-150x150.jpg b/src/wp-content/uploads/2011/07/moy-30860-150x150.jpg new file mode 100644 index 0000000..e1e47ea Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30860-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30860-300x205.jpg b/src/wp-content/uploads/2011/07/moy-30860-300x205.jpg new file mode 100644 index 0000000..9e4528c Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30860-300x205.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30860.jpg b/src/wp-content/uploads/2011/07/moy-30860.jpg new file mode 100644 index 0000000..ef2e400 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30860.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30861-150x150.jpg b/src/wp-content/uploads/2011/07/moy-30861-150x150.jpg new file mode 100644 index 0000000..3cb4f76 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30861-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30861-300x205.jpg b/src/wp-content/uploads/2011/07/moy-30861-300x205.jpg new file mode 100644 index 0000000..0a9f772 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30861-300x205.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30861.jpg b/src/wp-content/uploads/2011/07/moy-30861.jpg new file mode 100644 index 0000000..16381c8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30861.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863-150x150.jpg b/src/wp-content/uploads/2011/07/moy-30863-150x150.jpg new file mode 100644 index 0000000..24e1193 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863-237x300.jpg b/src/wp-content/uploads/2011/07/moy-30863-237x300.jpg new file mode 100644 index 0000000..cd4d612 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863-237x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863.jpg b/src/wp-content/uploads/2011/07/moy-30863.jpg new file mode 100644 index 0000000..13a2eaf Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863j-150x150.jpg b/src/wp-content/uploads/2011/07/moy-30863j-150x150.jpg new file mode 100644 index 0000000..cf31c1f Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863j-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863j-280x300.jpg b/src/wp-content/uploads/2011/07/moy-30863j-280x300.jpg new file mode 100644 index 0000000..7e3089f Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863j-280x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-30863j.jpg b/src/wp-content/uploads/2011/07/moy-30863j.jpg new file mode 100644 index 0000000..97ee422 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-30863j.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39005-150x150.jpg b/src/wp-content/uploads/2011/07/moy-39005-150x150.jpg new file mode 100644 index 0000000..9321f54 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39005-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39005-300x211.jpg b/src/wp-content/uploads/2011/07/moy-39005-300x211.jpg new file mode 100644 index 0000000..1b2e399 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39005-300x211.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39005.jpg b/src/wp-content/uploads/2011/07/moy-39005.jpg new file mode 100644 index 0000000..b817139 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39005.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39006-150x150.jpg b/src/wp-content/uploads/2011/07/moy-39006-150x150.jpg new file mode 100644 index 0000000..fe3c981 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39006-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39006-300x272.jpg b/src/wp-content/uploads/2011/07/moy-39006-300x272.jpg new file mode 100644 index 0000000..9902162 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39006-300x272.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-39006.jpg b/src/wp-content/uploads/2011/07/moy-39006.jpg new file mode 100644 index 0000000..b631c19 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-39006.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-4030-150x150.jpg b/src/wp-content/uploads/2011/07/moy-4030-150x150.jpg new file mode 100644 index 0000000..95b7e23 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-4030-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-4030-295x300.jpg b/src/wp-content/uploads/2011/07/moy-4030-295x300.jpg new file mode 100644 index 0000000..f87213d Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-4030-295x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-4030.jpg b/src/wp-content/uploads/2011/07/moy-4030.jpg new file mode 100644 index 0000000..3c628e4 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-4030.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-859001-150x150.jpg b/src/wp-content/uploads/2011/07/moy-859001-150x150.jpg new file mode 100644 index 0000000..85808a0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-859001-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-859001-205x300.jpg b/src/wp-content/uploads/2011/07/moy-859001-205x300.jpg new file mode 100644 index 0000000..2491e11 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-859001-205x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-859001.jpg b/src/wp-content/uploads/2011/07/moy-859001.jpg new file mode 100644 index 0000000..d34ef00 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-859001.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656146-150x150.jpg b/src/wp-content/uploads/2011/07/moy-8656146-150x150.jpg new file mode 100644 index 0000000..d9086f3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656146-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656146-300x222.jpg b/src/wp-content/uploads/2011/07/moy-8656146-300x222.jpg new file mode 100644 index 0000000..a744afa Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656146-300x222.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656146.jpg b/src/wp-content/uploads/2011/07/moy-8656146.jpg new file mode 100644 index 0000000..c33cf21 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656146.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656168-150x150.jpg b/src/wp-content/uploads/2011/07/moy-8656168-150x150.jpg new file mode 100644 index 0000000..569f3a8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656168-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656168-295x300.jpg b/src/wp-content/uploads/2011/07/moy-8656168-295x300.jpg new file mode 100644 index 0000000..f3d1fd7 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656168-295x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-8656168.jpg b/src/wp-content/uploads/2011/07/moy-8656168.jpg new file mode 100644 index 0000000..dde10ea Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-8656168.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-9290145-150x150.jpg b/src/wp-content/uploads/2011/07/moy-9290145-150x150.jpg new file mode 100644 index 0000000..22af6f0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-9290145-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-9290145-280x300.jpg b/src/wp-content/uploads/2011/07/moy-9290145-280x300.jpg new file mode 100644 index 0000000..e69cd1e Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-9290145-280x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/moy-9290145.jpg b/src/wp-content/uploads/2011/07/moy-9290145.jpg new file mode 100644 index 0000000..abf06c9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/moy-9290145.jpg differ diff --git a/src/wp-content/uploads/2011/07/port-1409-38-port-150x150.jpg b/src/wp-content/uploads/2011/07/port-1409-38-port-150x150.jpg new file mode 100644 index 0000000..e3f1a8d Binary files /dev/null and b/src/wp-content/uploads/2011/07/port-1409-38-port-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/port-1409-38-port-300x224.jpg b/src/wp-content/uploads/2011/07/port-1409-38-port-300x224.jpg new file mode 100644 index 0000000..57d25c3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/port-1409-38-port-300x224.jpg differ diff --git a/src/wp-content/uploads/2011/07/port-1409-38-port.jpg b/src/wp-content/uploads/2011/07/port-1409-38-port.jpg new file mode 100644 index 0000000..d05e278 Binary files /dev/null and b/src/wp-content/uploads/2011/07/port-1409-38-port.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-30875-150x150.jpg b/src/wp-content/uploads/2011/07/sp-30875-150x150.jpg new file mode 100644 index 0000000..467c6b9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-30875-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-30875-250x300.jpg b/src/wp-content/uploads/2011/07/sp-30875-250x300.jpg new file mode 100644 index 0000000..c43a18e Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-30875-250x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-30875.jpg b/src/wp-content/uploads/2011/07/sp-30875.jpg new file mode 100644 index 0000000..f9424aa Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-30875.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31528-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31528-150x150.jpg new file mode 100644 index 0000000..a78a21d Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31528-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31528-300x224.jpg b/src/wp-content/uploads/2011/07/sp-31528-300x224.jpg new file mode 100644 index 0000000..0d76455 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31528-300x224.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31528.jpg b/src/wp-content/uploads/2011/07/sp-31528.jpg new file mode 100644 index 0000000..5c13812 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31528.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31532-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31532-150x150.jpg new file mode 100644 index 0000000..70b8e80 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31532-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31532-300x225.jpg b/src/wp-content/uploads/2011/07/sp-31532-300x225.jpg new file mode 100644 index 0000000..3dff94c Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31532-300x225.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31532.jpg b/src/wp-content/uploads/2011/07/sp-31532.jpg new file mode 100644 index 0000000..de88886 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31532.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31637-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31637-150x150.jpg new file mode 100644 index 0000000..5b5ee3b Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31637-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31637-300x224.jpg b/src/wp-content/uploads/2011/07/sp-31637-300x224.jpg new file mode 100644 index 0000000..ea016d9 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31637-300x224.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31637.jpg b/src/wp-content/uploads/2011/07/sp-31637.jpg new file mode 100644 index 0000000..c01d709 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31637.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31642-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31642-150x150.jpg new file mode 100644 index 0000000..fa489f1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31642-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31642-300x177.jpg b/src/wp-content/uploads/2011/07/sp-31642-300x177.jpg new file mode 100644 index 0000000..3789dd3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31642-300x177.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31642.jpg b/src/wp-content/uploads/2011/07/sp-31642.jpg new file mode 100644 index 0000000..acf2ecf Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31642.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31643-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31643-150x150.jpg new file mode 100644 index 0000000..41b8f62 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31643-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31643-300x226.jpg b/src/wp-content/uploads/2011/07/sp-31643-300x226.jpg new file mode 100644 index 0000000..c36a752 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31643-300x226.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31643.jpg b/src/wp-content/uploads/2011/07/sp-31643.jpg new file mode 100644 index 0000000..99dfe85 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31643.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31686-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31686-150x150.jpg new file mode 100644 index 0000000..747143c Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31686-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31686-300x202.jpg b/src/wp-content/uploads/2011/07/sp-31686-300x202.jpg new file mode 100644 index 0000000..523ca45 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31686-300x202.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31686.jpg b/src/wp-content/uploads/2011/07/sp-31686.jpg new file mode 100644 index 0000000..e8ff7bc Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31686.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31784-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31784-150x150.jpg new file mode 100644 index 0000000..b86bd36 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31784-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31784-271x300.jpg b/src/wp-content/uploads/2011/07/sp-31784-271x300.jpg new file mode 100644 index 0000000..a063be0 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31784-271x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31784.jpg b/src/wp-content/uploads/2011/07/sp-31784.jpg new file mode 100644 index 0000000..9095c20 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31784.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31785-150x150.jpg b/src/wp-content/uploads/2011/07/sp-31785-150x150.jpg new file mode 100644 index 0000000..9fe4d65 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31785-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31785-285x300.jpg b/src/wp-content/uploads/2011/07/sp-31785-285x300.jpg new file mode 100644 index 0000000..111964d Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31785-285x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-31785.jpg b/src/wp-content/uploads/2011/07/sp-31785.jpg new file mode 100644 index 0000000..b258af3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-31785.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-9608-150x150.jpg b/src/wp-content/uploads/2011/07/sp-9608-150x150.jpg new file mode 100644 index 0000000..cb8ce8c Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-9608-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-9608-300x224.jpg b/src/wp-content/uploads/2011/07/sp-9608-300x224.jpg new file mode 100644 index 0000000..d8ac9b8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-9608-300x224.jpg differ diff --git a/src/wp-content/uploads/2011/07/sp-9608.jpg b/src/wp-content/uploads/2011/07/sp-9608.jpg new file mode 100644 index 0000000..5062784 Binary files /dev/null and b/src/wp-content/uploads/2011/07/sp-9608.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-1323-150x150.jpg b/src/wp-content/uploads/2011/07/va-1323-150x150.jpg new file mode 100644 index 0000000..f92de51 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-1323-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-1323-255x300.jpg b/src/wp-content/uploads/2011/07/va-1323-255x300.jpg new file mode 100644 index 0000000..70a570d Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-1323-255x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-1323.jpg b/src/wp-content/uploads/2011/07/va-1323.jpg new file mode 100644 index 0000000..9c97181 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-1323.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2069-150x150.jpg b/src/wp-content/uploads/2011/07/va-2069-150x150.jpg new file mode 100644 index 0000000..d06bd2b Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2069-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2069-273x300.jpg b/src/wp-content/uploads/2011/07/va-2069-273x300.jpg new file mode 100644 index 0000000..ee77e68 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2069-273x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2069.jpg b/src/wp-content/uploads/2011/07/va-2069.jpg new file mode 100644 index 0000000..678e6c5 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2069.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2074-150x150.jpg b/src/wp-content/uploads/2011/07/va-2074-150x150.jpg new file mode 100644 index 0000000..052d72d Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2074-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2074-300x210.jpg b/src/wp-content/uploads/2011/07/va-2074-300x210.jpg new file mode 100644 index 0000000..855ef6b Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2074-300x210.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-2074.jpg b/src/wp-content/uploads/2011/07/va-2074.jpg new file mode 100644 index 0000000..aae115a Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-2074.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-3247-150x150.jpg b/src/wp-content/uploads/2011/07/va-3247-150x150.jpg new file mode 100644 index 0000000..4bef6c1 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-3247-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-3247-300x290.jpg b/src/wp-content/uploads/2011/07/va-3247-300x290.jpg new file mode 100644 index 0000000..77881bf Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-3247-300x290.jpg differ diff --git a/src/wp-content/uploads/2011/07/va-3247.jpg b/src/wp-content/uploads/2011/07/va-3247.jpg new file mode 100644 index 0000000..1f41dc2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/va-3247.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-12310-150x150.jpg b/src/wp-content/uploads/2011/07/vic-12310-150x150.jpg new file mode 100644 index 0000000..111b68e Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-12310-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-12310-300x277.jpg b/src/wp-content/uploads/2011/07/vic-12310-300x277.jpg new file mode 100644 index 0000000..cae384a Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-12310-300x277.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-12310.jpg b/src/wp-content/uploads/2011/07/vic-12310.jpg new file mode 100644 index 0000000..4db62aa Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-12310.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15124-150x150.jpg b/src/wp-content/uploads/2011/07/vic-15124-150x150.jpg new file mode 100644 index 0000000..6e3a90c Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15124-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15124-234x300.jpg b/src/wp-content/uploads/2011/07/vic-15124-234x300.jpg new file mode 100644 index 0000000..5e7eedb Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15124-234x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15124.jpg b/src/wp-content/uploads/2011/07/vic-15124.jpg new file mode 100644 index 0000000..a7e3dc8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15124.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15759-150x150.jpg b/src/wp-content/uploads/2011/07/vic-15759-150x150.jpg new file mode 100644 index 0000000..d4293a3 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15759-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15759-268x300.jpg b/src/wp-content/uploads/2011/07/vic-15759-268x300.jpg new file mode 100644 index 0000000..4a841dc Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15759-268x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15759.jpg b/src/wp-content/uploads/2011/07/vic-15759.jpg new file mode 100644 index 0000000..c213a65 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15759.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15805-150x150.jpg b/src/wp-content/uploads/2011/07/vic-15805-150x150.jpg new file mode 100644 index 0000000..4211f05 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15805-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15805-295x300.jpg b/src/wp-content/uploads/2011/07/vic-15805-295x300.jpg new file mode 100644 index 0000000..58bf203 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15805-295x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-15805.jpg b/src/wp-content/uploads/2011/07/vic-15805.jpg new file mode 100644 index 0000000..2d85823 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-15805.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16466-150x150.jpg b/src/wp-content/uploads/2011/07/vic-16466-150x150.jpg new file mode 100644 index 0000000..fae9287 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16466-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16466-240x300.jpg b/src/wp-content/uploads/2011/07/vic-16466-240x300.jpg new file mode 100644 index 0000000..e63bf0a Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16466-240x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16466.jpg b/src/wp-content/uploads/2011/07/vic-16466.jpg new file mode 100644 index 0000000..5d57bed Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16466.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16760-150x150.jpg b/src/wp-content/uploads/2011/07/vic-16760-150x150.jpg new file mode 100644 index 0000000..aaf44fd Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16760-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16760-241x300.jpg b/src/wp-content/uploads/2011/07/vic-16760-241x300.jpg new file mode 100644 index 0000000..478fce2 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16760-241x300.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-16760.jpg b/src/wp-content/uploads/2011/07/vic-16760.jpg new file mode 100644 index 0000000..d376164 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-16760.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-sofa-150x150.jpg b/src/wp-content/uploads/2011/07/vic-sofa-150x150.jpg new file mode 100644 index 0000000..b8e5df8 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-sofa-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-sofa-300x216.jpg b/src/wp-content/uploads/2011/07/vic-sofa-300x216.jpg new file mode 100644 index 0000000..d59cc98 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-sofa-300x216.jpg differ diff --git a/src/wp-content/uploads/2011/07/vic-sofa.jpg b/src/wp-content/uploads/2011/07/vic-sofa.jpg new file mode 100644 index 0000000..5e06b84 Binary files /dev/null and b/src/wp-content/uploads/2011/07/vic-sofa.jpg differ