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: Price display on Search Results

  1. #1
    xxandyxexx is offline Junior Member
    Join Date
    Feb 2010
    Posts
    5

    Default Price display on Search Results

    Hello,

    I'm working on my aspdotnet store, editing the search results pages. I am trying to work out how to get the price to display on these results. I've checked the appconfig and there is nothing there to enable this.

    Here's a link to the current search results page I have customized:
    http://www.wirelessaccessories.com/s...archTerm=apple

    Any one been able to do this on their store or know a work around to enable this?

    Many thanks.

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

    Default

    Take a look at how the other XML packages add product prices to their display. Something like this should work:

    Code:
    <xsl:value-of select="aspdnsf:GetVariantPrice(VariantID, HidePriceUntilCart, Price, SalePrice, ExtendedPrice, Points, $pSalesPromptName, TaxClassID)" disable-output-escaping="yes"/>