I want to have an custom field called discount in the admin backend while creating an order for specific customer. The functionality should work in the same way as of apply coupon. Here i want to have one text feild, then will add amount to be discounted from orders total. Once i hit discount, then the functionality should happen as apply coupon. ie, the order total has to be discounted by discount amount.
I could have achieved this by creating new coupon rule. but for coupons the amount is either fixed for all or its percentage. By this new field, i want to give direct discount. Please suggest.
Thank you.