W
W
Wonderlancer2020-05-10 18:00:41
WordPress
Wonderlancer, 2020-05-10 18:00:41

How to properly import a variable product through Wp Import?

Hello everyone, such a question.
How to import a variable product correctly using the Wp All Import plugin if the variat attribute is missing. How to properly distribute it. Attached is a link to the XML file

Link to XML: https://portobello.ru/export/products.xml

Thank you very much!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
stasonua0, 2020-05-10
@stasonua0

You need a paid version of this plugin.

W
WP Panda, 2020-05-10
@wppanda5

<Product>
  <SKU>10027105</SKU>
  <Brand_Name>Adidas</Brand_Name>
  <Product_Name>Adidas Mens Climacool Boat Lace Shoes - Sale</Product_Name>
  <Long_Description>...</Long_Description>
  <Short_Description>...</Short_Description>
  <Category>Footwear</Category>
  <SubCategory>Casual</SubCategory>
  <Product_Group>Men's</Product_Group>
  <Thumb_URL>...</Thumb_URL>
  <Image_URL>...</Image_URL>
  <Buy_Link>...</Buy_Link>
  <Retail_Price>74.99</Retail_Price>
  <Sale_Price>59.99</Sale_Price>
  <Extended_Xml_Attributes>
    <variants>
      <variant>
        <sku>19301</sku>
        <upc>0886833708180</upc>
        <size>8</size>
        <color>Dark Indigo</color>
        <retail_price>74.99</retail_price>
        <sale_price>59.99</sale_price>
        <action_url>...</action_url>
      </variant>
      <variant/>
      ...
    </variants>
  </Extended_Xml_Attributes>
</Product>

Everything is on the docks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question