I have set up this plugin for a client on their website, however when testing the create sub account I get the following error: 'Account creation error. Passwords do not match.' Even though there is only one input field for the password to be entered. Any help will be very useful thanks.
Regarding the error you described there: I can tell you that is not a message added by the B2BKing plugin. As far as I know there is also no such (confirm password) functionality in WooCommerce by default.
I think what is happening there is that you may have a plugin or custom code that adds a 'confirm password' functionality, but it is also mistakenly added to sub-accounts.
I think the first step is thus to find where that's coming from.
If that's added through custom code, I believe we can help you modify it to prevent this from applying to subaccounts.
Or if it's added by a plugin, please tell me what plugin that is - we may be able to fix this with a code snippet.
Regarding available payment methods, the problem may be the following permission:
If this "orders require approval" checkbox is enabled, the way it works is that normal payment methods are removed, and only a single method shows for the subaccount, the "company order approval" method.
Therefore please make sure to enable this order approval method in WooCommerce -> Settings -> Payments, and in groups for each group. You can enable the method for everyone in all groups, the plugin will only show this method to subaccounts that require approval.
Hi,
I have set up this plugin for a client on their website, however when testing the create sub account I get the following error: 'Account creation error. Passwords do not match.' Even though there is only one input field for the password to be entered. Any help will be very useful thanks.
Hi Reece,
Thank you for purchasing our plugin,
Regarding the error you described there: I can tell you that is not a message added by the B2BKing plugin. As far as I know there is also no such (confirm password) functionality in WooCommerce by default.
I think what is happening there is that you may have a plugin or custom code that adds a 'confirm password' functionality, but it is also mistakenly added to sub-accounts.
I think the first step is thus to find where that's coming from.
If that's added through custom code, I believe we can help you modify it to prevent this from applying to subaccounts.
Or if it's added by a plugin, please tell me what plugin that is - we may be able to fix this with a code snippet.
Kind regards,
Stefan
Hi,
Thank you for that information it really helped, however when I am logged in as as sub-account user and try and place an order I do get offered any payment methods. I have done everything outlined in this article: https://woocommerce-b2b-plugin.com/docs/faq-how-to-fix-no-available-payment-or-shipping-methods-issue/ and go on where. Any help will be appreciated
Regarding available payment methods, the problem may be the following permission:
If this "orders require approval" checkbox is enabled, the way it works is that normal payment methods are removed, and only a single method shows for the subaccount, the "company order approval" method.
Therefore please make sure to enable this order approval method in WooCommerce -> Settings -> Payments, and in groups for each group. You can enable the method for everyone in all groups, the plugin will only show this method to subaccounts that require approval.
Let me know if that's it,