WebWizards
Forum Replies Created
-
Thanks for the feedback, we will add that.
Hi there,
I checked that error, but I am not able to identify the issue from that alone.
In addition to what I mentioned above, please ensure you do not have any discount rules that are missing a “how much” value – the error suggests it could be the case.
Based on the error, I notice that you are using the paid B2BKing Pro 4.9.10 version. Given this, please open a ticket with us at https://webwizards.ticksy.com as we will be able to best assist you there. If you can share backend access to your site there, we can troubleshoot it directly.
If your support period expired, no problem, please just open it in the pre-sales category and our team will assist.
Thank you very much!
Hi there,
I’d be glad to assist,
Please try going to WooCommerce -> Status -> and send us your system report from there: https://prnt.sc/VAqgYzY6wrdj – you can copy and paste that here or upload it to any link.
It would also help if you can send us screenshots of your B2BKing -> Rules page, as well as screenshots with the configuration of individual pricing / discount rules.
Looking forward to your response,
Thank you very much! We appreciate it.
Hi there,
You could achieve this by following these steps:
- Enable all payment methods in B2BKing -> Groups for the respective group
- Add the following PHP code snippet to the site:
function custom_payment_gateway_disable( $available_gateways ) { // Check if we are on the checkout page but not on the order-pay page if ( is_checkout() && !is_wc_endpoint_url( 'order-pay' ) ) { foreach ( $available_gateways as $gateway_key => $gateway ) { if ( $gateway_key != 'b2bking-invoice-gateway' ) { unset( $available_gateways[ $gateway_key ] ); } } } // Check if we are on the order-pay page if ( is_wc_endpoint_url( 'order-pay' ) ) { if ( isset( $available_gateways['b2bking-invoice-gateway'] ) ) { unset( $available_gateways['b2bking-invoice-gateway'] ); } } return $available_gateways; } add_filter( 'woocommerce_available_payment_gateways', 'custom_payment_gateway_disable' );This code snippet can be either added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
Let me know if that works for you or if you need any other adjustments,
The above assumes you’re using B2BKing’s invoice gateway.
Thank you very much, we appreciate it !
Thank you so much for your kind review!
Glad to hear you resolved that! Happy Holidays!
Hello Ulysse,
Thank you for using our plugin,
It should be possible to use those emails with MarketKing as well. Our plugin does not prevent enabling those emails.
I have tested on my local test site with the latest version of MarketKing, but I am unable to see an issue when trying to enable those: https://prnt.sc/gMipOWxvFD-M
Based on that, I believe the issue is most likely unrelated to MarketKing, and that there may be a conflict on your site with a different plugin or custom code.
You can try to see if your issue goes away after deactivating MarketKing, to determine whether it is related to our plugin or not.
Usually when troubleshooting this kind of problem, we find it can be helpful to deactivate all site plugins until the issue is solved, to help you identify which plugin is causing the issue,
Kind regards,
Thomas
Glad if I could help : )
If you feel it deserves, please also consider leaving a rating for the plugin here on ww.wp.xz.cn, it’s a big help to us.
Hi Thomas,
Thank you for the feedback on this, we could certainly look to add a UI for permissions in the backend so it can be controlled when editing the user. We will consider this for future updates.
The solution I would suggest at the moment is to use a free plugin such as Login as User:
https://ww.wp.xz.cn/plugins/login-as-user/
You could then simply login as the parent account and edit the permissions of each subaccount via the frontend my account page.
I can also send you information on doing it programmatically / via mysql if you prefer, but I think the above is simpler.
Kind regards,
Stefan
Forum: Fixing WordPress
In reply to: Checkout not displaying Taxes for taxable itemsHi Gabriel,
We’re the developers of the MarketKing plugin and came across your topic. I’m not sure if this is the issue in your case, but please note MarketKing has a feature that removes tax for the products of specific vendors, based on the vendor group.
To turn this off, go to MarketKing -> Vendor Groups -> click on each group and deactivate “Vendor products are non-taxable”.
Hi there,
For support regarding premium features of the B2BKing Pro plugin (such as VAT and VAT validation), please use our platform at https://webwizards.ticksy.com as we can better assist you there. These forums here are for the free plugin.
Regarding your question:
Now all of the sudden it says must enter VAT (VAT number is added) and I we try to activate validation, we get error on validation.
Where does it say to enter VAT? during checkout, or is it during registration? Can you please provide a screenshot?
Similarly, what error do you get regarding validation? Screenshots and/or a quick video would help, but it would be best if you can reply back via the platform I mentioned above. There we can also help troubleshoot the issue directly on your site, which is not allowed here in these forums.
Thank you for bringing this to our attention,
I have now released an update, version 4.6.63 that should fix this.
If you do not see the update yet, please wait an hour or two as it may take a bit until it is processed by the server.
Appreciate your feedback,
- This reply was modified 2 years, 6 months ago by WebWizards.