Hello Adrian,
The vendors would be receiving the email that an order for their product has been paid. From there, the administrator will have to check it from the status of that order from the WordPress dashboard. To pay for your vendors, you will need a payment gateway, you can read more about it from here – Payment Explained
If you’re going to pay them manually through their bank accounts, make sure that they have accomplished the registration form and set their payment information from there.
Ok, I understand. Below is a situation of my website:
I want to show seller bank account in confirmation page (not my bank info but people who sell that product and they gets payment on their account).
Is this possible by some code in functions.php ?
Please write that code which is making this change in order confirmation page (and email send to client who buys product)
Hi @adriangrzybek,
If you mean checkout page by the confirmation page, please take note that this is not possible at this moment, we don’t have much control over this page. It would be best to just use the “Direct Bank Transfer” payment method from WooCommerce.https://docs.woocommerce.com/document/bacs/
Ok, so I can set Direct Bank Transfer only with my Bank info, I cant add vendors Bank info automatically in confirmation page?
Hi Adrian,
This is correct. You will need to add your Bank Information so that the payment will be sent to you first. We do not let customers pay vendors directly because it will render our commission useless. You will not be able to calculate the commission for the vendor and for the marketplace if the payment is sent directly to the vendor. Also, this will make it harder for you to collect your own commission because the vendors will have to manually send it to you.
This is why the payment is always sent to the marketplace first, the commissions for the vendors are calculated and then sent out.