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?
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?
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>
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?
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.
Specifically which extension function returns quantities for all variants/sizes/colors?