Viewing 1 replies (of 1 total)
  • Plugin Author Massoud Shakeri

    (@massoudshakeri)

    Hi,
    In the next version I will make an option to select the order status. But for now you can do this:
    In Plugins page, you can click on “Edit” near the name of the plugin, and change the order status to whatever you want:
    in line 270, right now it is:
    // Mark as On-Hold (payment won’t be taken until delivery)
    $order->update_status( ‘on-hold’ );
    you can change it to:
    // Mark as processing (payment won’t be taken until delivery)
    $order->update_status( ‘processing’, __( ‘any note that you want to add to the order’, ‘woocommerce’ ) );

    Regards
    Massoud

Viewing 1 replies (of 1 total)
  • The topic ‘e-transfer orders going on Hold’ is closed to new replies.