Order Coupon shown after every product line
Posted: Wed Oct 06, 2010 3:54 pm
We grant a 2% discount on the product total of an entire order that is placed online. We have modified the code to automatically add an 'order coupon' during checkout (in Page_init of PaymentPage.ascx.cs) so the customer sees the discounted total prior to payment. All works fine, however, in the order summary screens (admin & email confirmations) every product line is followed by a separate coupon discount line. If the user stops the checkout process and views the cart, the cart also shows this 'order discount' after every product. VERY cluttered and distracting. The discount total of each line is correct for each product, but it looks like what I'd expect from a product discount coupon. So for instance, a 30 line order, creates a 60 line order summary. It does correctly show the product subtotal, taxes, shipping and coupon totals, but is there any way to prevent the order coupon discount from displaying after each product line, leaving only the order coupon's discount 'total' in the totals section?
-=Alan=-
-=Alan=-