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

Thread: Range pricing

  1. #1
    amient2 is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default Range pricing

    I have created departments like the following (Under $20, $20 - $50, Over $50, etc). and I have the entity.gridwithprices.xml.config display format set for the departments.

    My issue is that most of our products have variants and some of the variant items fall out side these price - ranges. So I was wondering instead of displaying the actual price of the parent product like $9.99 I could display a range of all the products in that variant grouping like $9.99 - $50.00 using entity.gridwithprices.xml.config.

    Thanks for your help!!!

  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 could be done, but it's going to take some customization to the XML package, and probably a custom XSLT method. I would add a new method to XSLTExtensionBase that gets all the variant prices and figures out the range, then returns that text in a string and you can display that for the price instead.