How to display used coupon code in order details page in admin
I need to show used coupon code in backend order details page. In my searches i found coupon code does not store with order details.
So I was thinking to save coupon code somewhere just after order placement & then used these values in order details page.
Is there any better way doing this. Please help.