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: show variants in dropdown

  1. #1
    dev.folks is offline Junior Member
    Join Date
    Apr 2010
    Posts
    20

    Default show variants in dropdown

    I want to show the variants in drop down list for each n every product beside add to cart button.

    i have selected entity.tableexpanded2.xml.config to display the products in category, so please let me know how do i show the variants in this package

    Cheers!!

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's going to take a good bit of customization to accomplish. You can take a look at how we handle variant display in the product.variantsindropdown.xml.config XML package to get an idea of where to start, but entity pages aren't really meant to handle multi-variant products, so that's going to take some work.

  3. #3
    dev.folks is offline Junior Member
    Join Date
    Apr 2010
    Posts
    20

    Default

    Do i need to change just xml package (entity.tableexpanded2.xml.config) to get this feature.