Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: set Current Inventory for a product with attribute

  1. #1
    r_bachar is offline Junior Member
    Join Date
    Nov 2009
    Posts
    23

    Default set Current Inventory for a product with attribute

    hi,

    i have a product in different sizes and colors
    how can i defined a specific Inventory per size / color?

    for example:
    this is the product sizes
    34 Long[10],34 Regular[20],34 Short[20],36 Long[30]

    i need to set
    size Inventory
    34 Long 5
    34 Regular 3

    ...

    10x

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    This is already built-in. Please set the Track Inventory By Size and Color on the Product Management page to Yes, then under the Variant Management, you'll see the Click Here on the Manage Inventory field...

  3. #3
    r_bachar is offline Junior Member
    Join Date
    Nov 2009
    Posts
    23

    Default how can i update it with th WSi?

    i found the
    <InventoryType>

    <TrackInventoryBySizeAndColor></TrackInventoryBySizeAndColor>

    </InventoryType>

    I'll set it to yes, but how can i set each size inventory (which tag)?

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Simply change the Quantity property of the tag under a specific junction of the matrix. So for example, you wish to alter the inventory of the color: black, size: small to 10. Then the line should be:
    Code:
    <Inv Color="black" Size="small" Quantity="10" VendorID="1" VendorFullSKU="test-vendor1" />