“Minimun amount $100” when Dokan pro installed
Oct 14, 2022
Dokan pro interferes with minimum coupon amount. Go into plugin file and delete offending line. Search for misspelled “minimun”
Dokan Pro plugin > includes > Coupons > Hooks.php > line 202:
`throw new Exception( sprintf( __( ‘The minimun spend for this coupon is %s’, ‘dokan’ ), wc_price( $coupon->get_minimum_amount() ) ), 108 );`