• Hi, I need to alter the discount of a coupon at checkout, if the coupon is in a certain category.

    The code below works to check if it is a certain coupon.
    How can I change to to rather check for a certain coupon_category ?

    thank you

    if ( $coupon->is_type('percent') && in_array( $coupon->get_code(), $coupon_codes ) ) {

  • The topic ‘Conditional Coupon Category’ is closed to new replies.