• Hi found a tiny TYPO error in coupon-bulker/admin/class-coupon-bulker-admin.php
    line: 292

    $new_coupon->set_minimum_amount($orig_coupon->get_maximum_amount());
    think it should be:
    $new_coupon->set_minimum_amount($orig_coupon->get_minimum_amount());

    can you check!

    Great Script!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Small TYPO error on code’ is closed to new replies.