Okay

Public Tickets

John Higgins add email recipientClosed   Support Plans   Updated June 14, 2024 at 12:55am   2 Most recent comment from WebWizards:Hi John,I understand you're looking at the "account approved" email, sent to the customer when their account registration is approved.You can add a CC to that email, by adding this PHP code snipp ... Carlos on site ordersClosed   B2BKing Pre-Sales Questions   Updated June 14, 2024 at 12:43am   2 Most recent comment from WebWizards:Hello Carlos,Thank you for getting in touch,(1) In general, WooCommerce has a way of creating orders via the site backend, by going to Orders -> Add Order:In B2BKing, we have made an integration with ... 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 ... samuel Theme compatibleClosed   MarketKing Pre-Sales Questions   Updated June 8, 2024 at 5:16pm   3 Most recent comment from samuel:Merci beaucoup 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(); ... Anthony O Connell Guided tour pluginClosed   MarketKing Support   Updated June 8, 2024 at 2:35pm   5 Most recent comment from Anthony O Connell:That`s super.I`ll check it out.Thanks. Bob Stamper WooCommerce SubscriptionsClosed   SalesKing Pre-Sales Questions   Updated June 8, 2024 at 2:16pm   3 Most recent comment from Bob Stamper:OK.  Yeah, we pay commissions generally for the entire term.  So if a rep signs someone up for a 12 month subscription, they would get 10% of the order each month for 12 months, etc.  Sounds like t ... 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 ... Dario Cart items being cleared when switch between main acc and subaccClosed   B2BKing Support   Updated June 5, 2024 at 3:47pm   5 Most recent comment from WebWizards:Hello Dario,Thank you for purchasing,This requires a similar code snippet to the B2BKing one. Please also add to your site the following snippet: add_filter('salesking_empty_cart_on_switch', ...