• Resolved jpbelanger

    (@jpbelanger)


    Hi,

    I made MANY test with WP All import. Its a very usefull product. However, after 2 days of testing, i caan’t figured out how could i Sync Stock level for variable product since every unique record i could based on for the match is a combine of Sku+color+size .

    You did well in the tutorial video “Syncing Stock Levels Into WooCommerce” because its a SINGLE product but for variable products, could you let us know if there are a way to update data in that way?

    Thanks you,

    Exemple of my XML :

    <Models>
    <Style>
    <ItemID>833165</ItemID>
    <ItemName>Nike Tiger Woods Mobility Majors Polo</ItemName>
    <Size>2XL</Size>
    <ColorID>010</ColorID>
    <Color>Black</Color>
    <Stock>100</Stock>
    <Price>51.99</Price>
    <Site>Toronto</Site>
    </Style>
    <Style>
    <ItemID>833165</ItemID>
    <ItemName>Nike Tiger Woods Mobility Majors Polo</ItemName>
    <Size>L</Size>
    <ColorID>010</ColorID>
    <Color>Black</Color>
    <Stock>100</Stock>
    <Price>51.99</Price>
    <Site>Toronto</Site>
    </Style>
    <Style>
    <ItemID>833165</ItemID>
    <ItemName>Nike Tiger Woods Mobility Majors Polo</ItemName>
    <Size>M</Size>
    <ColorID>010</ColorID>
    <Color>Black</Color>
    <Stock>100</Stock>
    <Price>51.99</Price>
    <Site>Toronto</Site>
    </Style>
    </Models>

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @jpbelanger

    Our stock sync tutorial will also work for variable products, but you must have a single unique field that you can match the products with. It sounds like you can either match by the Post ID, or store the “sku+color+size” inside a Custom Field and then match that custom field in your stock import.

    If you’d like us to take a look at the data and advise further, please replicate the problem at http://www.wpallimport.com/debug/ and open a support ticket at http://www.wpallimport.com/support/ (be sure to reference this ticket).

Viewing 1 replies (of 1 total)
  • The topic ‘Syncing Stock Levels for VARIABLE products Into WooCommerce’ is closed to new replies.