RRP in Search Results

Posted By GlenN Fri 15 Jul 2016
Add to Favorites0
Author Message
GlenN
 Posted Fri 15 Jul 2016
Supreme Being

Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)Supreme Being - (2,522 reputation)

Group: Forum Members
Last Active: Fri 15 Jul 2016
Posts: 5, Visits: 17
Hello,


Is it possible for me to display products' RRPs in the search results? Preferably below the Minprice. I found the following code, and tried to add it to its own div below the "minprice" div in ProductTemplateSearchResult.ascx, but to no avail:

<aspTongueanel EnableViewState="false" ID="pnlRRP" runat="server" Visible='<%# KartSettingsManager.GetKartConfig("frontend.versions.display.showrrp") = "y" And Eval("V_RRP") > 0 %>'>
<span class="rrp">
<asp:Literal EnableViewState="false" ID="litContentText_RRP" runat="server" Text="<%$ Resources: Versions, ContentText_RRP %>" />
<span class="figure">
<asp:Literal ID="litRRP" runat="server" Text='<%# Eval("V_RRP") %>' EnableViewState="false" /></span></span>
</aspTongueanel>



Thank you,
Glen

Threaded View

Expand / Collapse

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top