Coupon problem Receipt page and MyOrder Page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
johnputtman
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Fri Jun 12, 2009 2:19 pm

Coupon problem Receipt page and MyOrder Page

Post by johnputtman » Tue Jun 30, 2009 6:57 pm

We have a site setup that is purchasing kit item and we are using a coupon. When we get to the receipt the extending price for the line item is displaying the price after the percent off coupon has been applied. If my item is $36.00 and I have a 30% off coupon. The line price being displayed is $25.20. In the order summary the item total is 36.00, thier is a line for coupons for -10.80. with the order total of 25.20.

The email that is sent with order confirmation is displaying an extended line price of 36.00, Item summary of 36.00, coupon of -10.80 and order total of $25.20.

The way that the email is displaying is correct a user can add up the lines to get the line price.

We are on AC7.0.2.

How do we get the Receipt.aspx and the MyOrder.aspx to display like the email?

Thanks,
John

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Coupon problem Receipt page and MyOrder Page

Post by mazhar » Wed Jul 01, 2009 7:13 am

You can check code being used in Email Templates to out put the Email and port that NVeclocity code to ASP.NET code in those pages to achieve a similar display.

Post Reply