i found out there is an maximum amount on awocoupon which stops admin to make gift more than 1.000.000 amount value.
what should i do???
what should i do???
decimal(12,5) DEFAULT NULL
ALTER TABLE #__awocoupon MODIFY coupon_value DECIMAL(20,5) DEFAULT NULL;