Code: Select all
<strong>Reg: <span style="text-decoration: line-through"><asp:Label ID="Msrp" runat="server" CssClass="old_price" Visible="false"></asp:Label></strong></span>
<b class="highlight"><uc:ProductPrice ID="ProductPrice" runat="server" Product='<%#Container.DataItem%>' PriceLabel="Sale: "></uc:ProductPrice>
Can anyone help in getting both the sale price and MSRP showing in FeaturedProductsGrid? It is also not showing on the products page, and I assume the same will be true for the category pages (when I get there). It seems that somewhere between 7.0.2 and 7.0.7 changes have taken place that render the previous customizations useless, as our custom ConLib files just show errors, so we must redo much of that work.