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">
</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