• Resolved marcjanik

    (@marcjanik)


    Hi!

    I am using your plugin and really love it. The only problem is that I use variety of custom statuses and I was wondering whether it is possible to somehow change status when coupon is generated?

    Best Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Goran87

    (@goran87)

    Hi marcjanik,

    happy holidays!

    For custom status, there is action inside includes/class-gens-raf.php:

    $this->loader->add_action( 'woocommerce_order_status_completed', $plugin_public, 'gens_create_send_coupon' );
    

    this action ‘woocommerce_order_status_completed’, is used when status is completed, just duplicate it and add your statuses and that should do it.

    Best,
    Goran

    Thread Starter marcjanik

    (@marcjanik)

    Thank you! that worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Genetaring coupon on status other than completed’ is closed to new replies.