get_discount_type(); if ( $discount_type === 'fixed_cart' || $discount_type === 'fixed_product' ) { $coupon->set_amount( apply_filters( 'wcml_raw_price_amount', $coupon->get_amount() ) ); } $coupon->set_minimum_amount( apply_filters('wcml_raw_price_amount', $coupon->get_minimum_amount() ) ); $coupon->set_maximum_amount( apply_filters('wcml_raw_price_amount', $coupon->get_maximum_amount() ) ); } }