Home Forums WC Vendors Free Support Bank payment email

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7958
    heejae
    Participant

    Hey~
    Thanks a lot for letting us use this awesome plugin by free.

    I got that bank payment won’t send email to vendors normally.
    Then What should I do to send email to vendors using bank payment.
    I’m using only bank payment for a while.
    It really pain my brain.

    Thanks
    HeeJae

    #7965
    WC Vendors Support
    Participant

    Hi HeeJae,

    You’d have to modify the gateway ( https://github.com/woothemes/woocommerce/blob/master/includes/gateways/bacs/class-wc-gateway-bacs.php ) so that in the function process_payment() it uses:

    $order->payment_complete();

    …instead of:

    $order->update_status( ‘on-hold’, __( ‘Awaiting BACS payment’, ‘woocommerce’ ) );

    Setting it to “on-hold” fails the email checks for a vendor to get a notification email.

    http://docs.woothemes.com/document/payment-gateway-api/ This is the documentation on the payment gateway API. You’ll want to use this to figure out where to put the code and what else if anything you need to remove in the code.

    Ben

    #8009
    heejae
    Participant

    Oh Ben Thanks a lot.
    It work well.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.