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
Coupon problem Receipt page and MyOrder Page
-
- Ensign (ENS)
- Posts: 2
- Joined: Fri Jun 12, 2009 2:19 pm
Re: Coupon problem Receipt page and MyOrder Page
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.