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 5 of 5

Thread: Variants with size / color

  1. #1
    lellenburg is offline Junior Member
    Join Date
    Dec 2009
    Posts
    19

    Default Variants with size / color

    We are tracking inventory by size and color.
    I would like to display the inventory grid on the product details page.
    Currently the grid only displays the default variant.
    Is is possible to show inventory by all variants, sizes and colors?

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Which xmlpackage are you using? You may just need to use a different xmlpackage for display on that page
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    lellenburg is offline Junior Member
    Join Date
    Dec 2009
    Posts
    19

    Default product.VariantsInDropDown.xml.config

    Thanks for the reply.
    I've customized the product.VariantsInDropDown.xml.config package.
    I need to show inventory by variant/size/color dynamically . . .
    Example - http://test.rsvpcomm.com/VMC20239/p-...-volvo-ce.aspx
    Is there an xml package that returns on hand quantities for all items by variant/size/color?

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    There is an extension function that returns the quantities, but not an XML Package per se. This is a great area to implement some AJAX Calls to dynamically populate the dropdowns as they are changed.

  5. #5
    lellenburg is offline Junior Member
    Join Date
    Dec 2009
    Posts
    19

    Default

    Specifically which extension function returns quantities for all variants/sizes/colors?