BV Commerce Forum
»
BV Commerce Support
»
Development
»
Oder Detail : Show Discounts in Summary
Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
I know i recently saw a thread on this.:
I would like for my customers to see any Discounts that were applied into the Summary Total on their Order Detail page.
I know it shows the "Codes Used", But I would like the Dollar total as well.
|
|
|
|
Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
Will it work if I just turn the visible="false"> , to visible=[blue]"true"[/blue]>
Code From: BVModules/Controls/ViewOrder.ascx
<tr runat="server" id="DiscountsRow" visible=[red]"false"[/red]> <td class="FormLabel" valign="top" align="left"> Discounts:</td> <td class="FormLabel" valign="top" align="right"> <asp:Label ID="DiscountsLabel" runat="server"></asp:Label></td> </tr> <tr runat="server" id="DiscountedSubTotalRow" visible=[red]"false"[/red]> <td class="FormLabel" valign="top" align="left"></td> <td class="FormLabel" valign="top" align="right"> <asp:Label ID="DiscountedSubTotalLabel" runat="server"></asp:Label></td> </tr>
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.