The easiest way to do this is to setup a temporary WordPress installation (remote, not local). This ensures all media is attached. If you are unable to setup a temporary remote WordPress installation, see the "Alternative Process" section.
- Export "All Content" using WordPress tool from main site.
- Open the downloaded
xmlfile. - Edit the
xmlfile according the instructions in the next section, "Edit the XML." - Make sure the Steel plugin is activated and the Marketplace module is activated on the temporary site.
- Import "All Content" using WordPress tool into temporary WordPress installation. Make sure to check the "Import media attachments" checkbox.
- Delete all content from main site (not temporary site), which includes pages, posts, media, products, menus (under Appearance->Menu), etc.
- Export "All Content" using WordPress tool from temporary site.
- Make sure the Steel plugin is activated and the Marketplace module is activated on the main site.
- Import "All Content" using WordPress tool into main site. Make sure to check the "Import media attachments" checkbox.
- Find all instances of
<wp:term_taxonomy>keyword</wp:term_taxonomy>and replace with<wp:term_taxonomy>post_tag</wp:term_taxonomy>. - Find all instances of
domain="keyword"and replace withdomain="post_tag". - Find all instances of
<wp:term_taxonomy>department</wp:term_taxonomy>and replace with<wp:term_taxonomy>steel_product_category</wp:term_taxonomy>. - Find all instances of
domain="department"and replace withdomain="steel_product_category". - Find all instances of
<wp:meta_value><![CDATA[department]]></wp:meta_value>and replace with<wp:meta_value><![CDATA[steel_product_category]]></wp:meta_value>. - Find all instances of
sp_productand replace withsteel_product. - Find all instances of
<wp:meta_key>item_ref</wp:meta_key>and replace with<wp:meta_key>product_ref</wp:meta_key>. - Find all instances of
<wp:meta_key>item_price</wp:meta_key>and replace with<wp:meta_key>product_price</wp:meta_key>. - Find all instances of
<wp:meta_key>item_shipping</wp:meta_key>and replace with<wp:meta_key>product_shipping</wp:meta_key>. - Find all instances of
<wp:meta_key>item_width</wp:meta_key>and replace with<wp:meta_key>product_width</wp:meta_key>. - Find all instances of
<wp:meta_key>item_height</wp:meta_key>and replace with<wp:meta_key>product_height</wp:meta_key>. - Find all instances of
<wp:meta_key>item_depth</wp:meta_key>and replace with<wp:meta_key>product_depth</wp:meta_key>.