• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

jwilliams
#1 Posted : Thursday, April 12, 2007 7:03:13 PM(UTC)
jwilliams

Rank: Member

Joined: 4/6/2006(UTC)
Posts: 27

I have created a custom offer where it shows the discount in the cart.aspx page. When the user gets to the checkout page it seems a little confusing. The subtotal(amount without discount) is displayed but no indication of any type of discount is shown. The tax and grand total is calculated correctly (using the discounted price), it's just the user might be a bit disturbed not seeing any indication of a discount. I went into the checkout.aspx.vb file and modified it to make things a bit clearer to the user. Keep in mind this is for the "One Page Checkout" type checkout.


This is the original code:




Code:

[color=#0000ff]End[/color][color=#0000ff]Sub
[/color]
[/code]
JPace
#2 Posted : Friday, April 13, 2007 11:33:47 AM(UTC)
JPace

Rank: Member

Joined: 4/19/2005(UTC)
Posts: 51

Great!! One thing for the not DotNetter program peeps you need to add the field on the checkout.aspx side or this fix brings an error. Ex below
<h2>Summary</h2>
<table cellspacing="0" cellpadding="2" width="200" border="0">
<tr>
<td class="FormLabel" valign="top" align="left">
SubTotal:</td>
<td class="FormLabel" valign="top" align="right">
<anthem:Label ID="SubTotalField" runat="server"></anthem:Label></td>
</tr>
<tr>
<td class="FormLabel" valign="top" align="left">
Discounts:</td>
<td class="FormLabel" valign="top" align="right">
<anthem:Label ID="OrderDiscounts" runat="server"></anthem:Label></td>
</tr>
<tr>
<td class="FormLabel" valign="top" align="left">
Tax:</td>
<td class="FormLabel" valign="top" align="right">
<anthem:Label ID="TaxTotalField" runat="server"></anthem:Label></td>
</tr>
<tr>
<td class="FormLabel" valign="top" align="left">
Shipping:</td>
<td class="FormLabel" valign="top" align="right">
<anthem:Label ID="ShippingTotalField" runat="server"></anthem:Label></td>
</tr>
<tr>
<td class="FormLabel" valign="top" align="left">&nbsp;

</td>
<td class="FormLabel" valign="top" align="right" style="border-top: solid 1px #666;">
<strong>
<anthem:Label ID="GrandTotalField" runat="server"></anthem:Label></strong></td>
</tr>
</table>



Working on putting in the Discount Box field on the one page checkout so that you can ad discounts on the page as well and will post in the forums when the mod is finished thanks everyone for all the thoughts
www.bagstore.com is now up and running.
~pete
Jason Pace
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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012