Hello again good sirs,
I am running Smith Cart version 4.93.
I have set up a product with related products added to it here.
http://www.yandasmpa.com/FenderStore/ProductDetails/tabid/338/ProductID/431/Default.aspx
I wish to display not only the Unit Cost field, but also the Sale Price Field for my related products.
I tried adding the following code in a new <td> right below the Unit Cost <td>
<asp:Label runat="server" ID="lblSalePriceLabel" resourcekey="lblSalePriceLabel" />
<asp:Label runat="server" ID="lblSalePrice" CssClass="CustomSalePrice" />
<asp:Label runat="server" ID="lblSalePriceEUVATIncPrice" CssClass="CustomSalePrice" Visible="false" />
It does not display anything. I'm assuming because it would need a unique ID? For now I have just added the text "Sale Price Here!" so you can have a visual of what I am refering to.
Thanks!
Alex