Okay

Public Tickets

Mārtiņš completely separate B2B and B2C registrationClosed   B2BKing Support   Updated June 23, 2024 at 3:29am   4 Most recent comment from WebWizards:Hello Mārtiņš,Our apologies for any delay on this, we are seeing a very high volume of tickets at the moment,(1) Regarding the issue with fields not showing, I checked your screenshots and site an ... Paul Bas VAT validation existing customersClosed   B2BKing Support   Updated June 21, 2024 at 6:03am   16 Most recent comment from Paul Bas:Hello Stefan,I've done some tests and all seems to be working as it should... Only - in the past few days no new customers have registered - that will be the ultimate test. Fingers crossed all go ... Rene Turos License ActivationClosed   B2BKing Support   Updated June 19, 2024 at 3:04am   4 Most recent comment from WebWizards:Thank you for the access details,There was some kind of scripts conflict (the activation was working but not displaying the activation window, so it was hidden). I am not completely sure what the conf ... Marissa Stankiewicz Add Customer Field RequirementsClosed   B2BKing Support   Updated June 14, 2024 at 11:13pm   3 Most recent comment from Marissa Stankiewicz:Wonderful solution. Thank you for your help.  Daniela manually approved requestsClosed   B2BKing Support   Updated June 14, 2024 at 6:26pm   4 Most recent comment from WebWizards:Glad to hear that worked,Regarding password, I believe the easiest way to address this is to just allow customers to set their own password during registration.To do that, you can go to WooComemrce -> ... Jose Perez Bundled productClosed   B2BKing Support   Updated June 14, 2024 at 6:19pm   2 Most recent comment from WebWizards:Hello Jose,In B2BKing, the most basic way to do that would be to create offers.In the latest version of B2BKing, you can go to B2BKing -> Settings -> Other and enable "offers use actual products (be ... Lasse Creating a rule with REST APIClosed   B2BKing Support   Updated June 13, 2024 at 9:46pm   6 Most recent comment from WebWizards:Regarding that, I don't see a simple way of making rules work directly with SKU or other user data I'm afraid. I looked at whether we can add some kind of snippet or code, but it seems code ... Jose Perez Show total saved per product and totalsClosed   B2BKing Support   Updated June 11, 2024 at 8:06pm   8 Most recent comment from WebWizards:Glad to hear that worked : ) If there's anything else I can help with, please let me know. Also, if you have a minute, I would really appreciate it if you considered leaving a quick rating for ... Cem Sunel Request a Quote FormClosed   B2BKing Support   Updated June 11, 2024 at 5:13pm   4 Most recent comment from WebWizards:My pleasure : ) If there's anything else I can help with, please let me know. Also, if you have a minute, I would really appreciate it if you considered leaving a quick rating for the plugin - ... Emanuel Eichner Minimum quantity surcharge via dynamic RulesClosed   B2BKing Support   Updated June 11, 2024 at 5:13pm   4 Most recent comment from WebWizards:My pleasure : ) If there's anything else I can help with, please let me know. Also, if you have a minute, I would really appreciate it if you considered leaving a quick rating for the plugin - ... Baerbel question regarding sorting productsClosed   B2BKing Support   Updated June 10, 2024 at 7:12pm   2 Most recent comment from WebWizards:Hi there,By default, the "a-z" and "z-a" search are based on the product title. However, we can also change it, to make that a a-z / z-a search based on the SKU. For that, you can add the following P ... Dario ssue with Subaccount Discount RetentionClosed   B2BKing Support   Updated June 9, 2024 at 7:53pm   6 Most recent comment from WebWizards:Generally, the way B2BKing handles it is that it makes subaccount and parent account equivalent, so that the subaccount gets the same prices, options, payment methods etc, as the parent account.I have ... Rob Minimum Order Value exceptionClosed   B2BKing Support   Updated June 8, 2024 at 4:45pm   2 Most recent comment from WebWizards:Hello Rob,I believe you can use the following PHP code snippet for that: add_filter('b2bking_minmax_order_total_calculation_basis', function($value){ $cart = WC()->cart->get_cart(); ... Thinkware Dash Cam bundled productClosed   B2BKing Support   Updated June 7, 2024 at 3:44pm   2 Most recent comment from WebWizards:Hi there,Just to clarify, is this separate from the issue described in the ticket here https://webwizards.ticksy.com/ticket/3660772/ ?And if so, do you mean that the product's price within the ... Dario How to Change Redirect to Homepage Instead of /shop After Sub-Account LoginClosed   B2BKing Support   Updated June 7, 2024 at 3:37pm   5 Most recent comment from WebWizards:Certainly, you can use the following code snippet for that: add_filter('salesking_shop_as_customer_link', function($url){ return get_home_url(); }, 10, 1); It should redirect agents ...