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

Thread: Displaying Price Range in Product display page

  1. #1
    itzmesaran is offline Junior Member
    Join Date
    Jun 2007
    Posts
    12

    Default Displaying Price Range in Product display page

    Hi Friends,

    I'm a newbie to this great Forum.. I'm using ASPDNSF ML version. I want to specify price ranges for each and every product under a category. My application's display has to be like this: http://www.potterybarn.com/shop/bab/...cm%5Ftype=lnav

    Is that possible? if anybody ever faced this, kindly reply to this post

    Thanks in advance!

    Regards,
    Saravanan

  2. #2
    Damien is offline Member
    Join Date
    Mar 2007
    Posts
    51

    Default

    Hi,

    This is certainly possible. The best place to start looking is the XML package: entity.gridwithprices.xml.config -- it shows the default variant's price in the same sort of layout. It would take some modification of that to display the high and low price, but that package should give you a good starting point.

    Hope this helps,
    Damien

  3. #3
    itzmesaran is offline Junior Member
    Join Date
    Jun 2007
    Posts
    12

    Default

    Thanks a lot, Damien!!

    Will surely try this today and update you..

  4. #4
    ami is offline Junior Member
    Join Date
    Feb 2009
    Posts
    17

    Default

    Does anyone have an example of this? Can we see the code?

  5. #5
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Modifying the Category's XML package isn't enough. The best way though for me is to create two new columns on the ProductVariant table (MinPrice and MaxPrice) and create an AppConfig parameter that would switch the system to use the original pricing column (Price, SalePrice) and this new set of columns. Then you'll need to set the Customer Enters Price field on the Variant page to limit the Price entry in between the range...
    Last edited by Jao; 01-03-2010 at 05:15 PM.

  6. #6
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Checkout my reply to a similar request:

    http://forums.aspdotnetstorefront.co...662#post106662