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

Thread: Feature Request: Size and Color display

  1. #1
    uptime244 is offline Member
    Join Date
    Dec 2005
    Posts
    49

    Default Feature Request: Size and Color display

    Anyone have any thoughts on how difficult it would be to make an XML package that would show inventory in size and color in one glance on a page with those sizes or colors that were out of stock displayed in grey to signify temporarily out of stock. On items that have multiple sizes, it can be frustrating for customers to cycle through the drop down and repeatedly get "sorry out of stock" message.


    Example from banana republic website:

    --------------------------------
    MS9200
    AtterdagKids.com

  2. #2
    VibeCommerce is offline Member
    Join Date
    Dec 2006
    Location
    Grandville, MI
    Posts
    63

    Default

    This would be best handled with xml and ajax... I'm not sure how sturdy it would be using the color size modifiers... probably ok. But we have done a similar implementation of this for products that use multiple variants. It was also tied to variant data like price, name, image, stock status.

  3. #3
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    Yes, this is best handled by AJAX and custom product XmlPackage. We have done this in 2 ways (both using the modifiers) where the first example at http://www.thecloset.com/p-1058-obey...l-bandeau.aspx hides any combinations that aren't available (in this example the AJAX actually powers the images and add to cart form too) and another solution we have shows all the color/size combos but only allows you to select those in stock (sorry can't give a link to this just yet).

    If you are interested in such AJAX/modifier solution contact Jan at jsimacek@compunix.us
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)