Okay

Public Tickets

Darren Pricing table on shop pageClosed   B2BKing Support   Updated December 7, 2021 at 3:12pm   4 Most recent comment from WebWizards:Hi Darren,You can do that by adding the following code snippet to the site: $user = get_current_user(); if (is_object($user)){ $user_roles = $user->roles; } else { $user_roles = array(); } if ... Berni Rest API to ERPClosed   B2BKing Pre-Sales Questions   Updated December 7, 2021 at 1:13pm   2 Most recent comment from WebWizards:Hi Berni,Thank you for getting in touch,Envato Market handle the billing and licensing of the plugin for us - therefore our plugins follow the Envato refund policy, which you can find at https://them ... Mervin Comission based on net-priceClosed   SalesKing Support   Updated December 6, 2021 at 1:38pm   29 Most recent comment from WebWizards:Hi, Sorry, that was not added yet. You can scroll down to the very bottom of the SalesKing page on CodeCanyon and you will find the changelog that explains all changes. valtamx whatsapp button, export data and customer numberClosed   SalesKing Support   Updated December 5, 2021 at 2:57pm   4 Most recent comment from WebWizards:Hi, 1. We cannot do the whatsapp button for you directly, but if you already have the button, I can help with a script that connects the B2BKing whatsapp number collected to the button. I would need a ... Hamid Suhag Dynamic Rules don't workClosed   B2BKing Support   Updated December 2, 2021 at 3:52pm   2 Most recent comment from WebWizards:Hello Hamid,Thank you for purchasing our plugin,I looked into this and it appears that: the country is saved correctly, but there is a CSS /display issue sometimes and it appears unselected.I have an ... Tim Woocommerce Paypal Payments plugin conflictClosed   B2BKing Support   Updated December 4, 2021 at 3:13pm   6 Most recent comment from WebWizards:Private attachment version 3.9.7 Nenad Compatibility with themeClosed   B2BKing Support   Updated November 29, 2021 at 12:37pm   2 Most recent comment from WebWizards:Hi Nenad,Thanks for getting in touch,B2BKing is built to be compatible with all themes (it uses general woocommerce hooks that all themes use), so I believe it will also be compatible with the Angro t ... GODEBY KEWIN Multiple quatitiesClosed   B2BKing Support   Updated November 25, 2021 at 2:26pm   4 Most recent comment from WebWizards:Thank you for the login,I have looked into it - it appears the problem is that theme has an unusual way of setting the quantity field. The theme makes it a "text" input, not a "number" input. If you ... Sohaib Ahmad Add custom columns to purchase lists tableClosed   B2BKing Support   Updated November 25, 2021 at 1:51pm   3 Most recent comment from WebWizards:Hi Sohaib!Sorry for the delay in getting back to you. I can help you add custom columns to the purchase list download CSV, but not to the purchase lists in the My Account page - for that a lot more is ... Greg Guldenschuh Compatible WooCommerce VersionClosed   B2BKing Support   Updated November 24, 2021 at 3:32pm   2 Most recent comment from WebWizards:Hi Greg,This should be be fine - we have tested the plugin up to 5.9 and I'm not aware of any issues.CodeCanyon does not allow us to add a display of compatibility > 5.7 (they simply haven ... Andy Use of coupon as conditionClosed   B2BKing Support   Updated November 24, 2021 at 1:08pm   4 Most recent comment from WebWizards:We will look at adding such an option, thank you for the feedback. Sohaib Ahmad Purchase ListsClosed   B2BKing Pre-Sales Questions   Updated November 23, 2021 at 5:36pm   3 Most recent comment from Sohaib Ahmad:Awesome. It works perfectly fine.Thanks Ioannis tiered system like price for free gifts for a specific quanityClosed   B2BKing Support   Updated November 23, 2021 at 1:29pm   2 Most recent comment from WebWizards:Hi Ioannis,Thank you for getting in touch,Yes, you can achieve this with B2BKing, with "Buy X Get 1 Free" rules. You can create such rules in B2BKing -> Dynamic Rules:For example in the above rule, i ... Kevin Cross Editing the New Subaccount FormClosed   B2BKing Support   Updated November 22, 2021 at 10:35pm   4 Most recent comment from WebWizards:Hi Kevin, I looked more into this and found that there's a way to make the necessary changes and tie them to a code snippet that you can easily add. This also has the advantage that it's com ... Kevin Cross Changing Subaccount Default RoleClosed   B2BKing Support   Updated November 22, 2021 at 7:23pm   2 Most recent comment from WebWizards:Hi Kevin,Yes, you can do that with a PHP code snippet. The snippet is: add_action('b2bking_after_subaccount_created', function($user_id){ $userobj = new WP_User($user_id); $userobj- ...