Okay

Public Tickets

Hossein Upgrade   SalesKing Support   Updated 11 hours ago   2 Most recent comment from WebWizards:Hi Hossein, Thank you for getting in touch.   At the moment it looks like you have 2 active subscriptions: A new B2BKing Startup subscription, purchased yesterday June 8th, charged at $149+taxes. An ... Katarina SET UP   SalesKing Support   Updated 5 days ago   11 Most recent comment from Katarina:https://killerkoozys.com/wp-admin/?temp-login-token=4c28d662aef6dbaf97c1c5d3d87085d1b5f2890b28cd1bf035eb44ee34ad8c73&tl-site=4144bf0673e44f4ahere are the two structures posted separately if you could ... Sheikh Suggestion Required for Salesking   SalesKing Support   Updated 6 days ago   2 Most recent comment from WebWizards:Hello Talha, I believe that can work yes, you can have SalesKing agents that place orders on behalf of customers.   I think another option is to use subaccounts: A manager could be a main account, an ... Raimondo Vitiello issue with order form moduleClosed   SalesKing Support   Updated May 13, 2025 at 9:57pm   5 Most recent comment from WebWizards:Hi again, Yes, it should possible to set that up ! You can add the following PHP code snippet to your site: add_filter('option_woocommerce_prices_include_tax', function($val){ $user_id = ... mariateresa cart of agentClosed   SalesKing Support   Updated April 15, 2025 at 8:55pm   2 Most recent comment from WebWizards:Hi Mariateresa, By default, the cart is cleared when switching between users. To keep the cart contents when switching between users, please add this code snippet to your theme's functions.php fi ... Bartosz Counting reps sales issueClosed   SalesKing Support   Updated April 3, 2025 at 8:13pm   4 Most recent comment from WebWizards:Hi Bartosz, Thanks for the clarifications, You can add the following code snippet to your theme's functions.php or to a snippets plugin: add_filter('salesking_include_agent_managing_order_re ... Christo Sales Agent Price Not UpdatingClosed   SalesKing Support   Updated March 14, 2025 at 10:50am   4 Most recent comment from WebWizards:Hi there, I looked further into this and did some tests with the add-ons plugin. I think I was able to find a solution to the conflict with an update to SalesKing's pricing function.   Please tr ... Gennaro Oliviero Add SSO login button in agent-dashboardClosed   SalesKing Support   Updated March 13, 2025 at 3:51pm   2 Most recent comment from WebWizards:Hello Gennaro, Perhaps you can use the hook "salesking_after_login". You may be able to add a shortcode there by adding this PHP snippet to your site: add_action('salesking_after_login', fun ... Spencer Manage Order for SubagentClosed   SalesKing Support   Updated March 4, 2025 at 7:13pm   5 Most recent comment from Spencer:It works! Thank you very much. Tom Agent - Switch to customersClosed   SalesKing Support   Updated February 24, 2025 at 5:39pm   2 Most recent comment from WebWizards:Hello Tom, Thank you for purchasing the plugin,   To set a different redirect link when an agent clicks on Shop as customer, please add this PHP snippet to your site: https://pastecode.io/s/fudp3m3o ... Spencer Agent Dashboard - Customer List for Subagent's CustomersClosed   SalesKing Support   Updated February 21, 2025 at 1:28pm   2 Most recent comment from WebWizards:Hello Spencer, It is possible to allow agents to also see their subagents' customers on the Customer dashboard page. To achieve that, please add this PHP code snippet to the site: add_filter( ... Christo How to disable dynamic rules on B2BKing when shopping as a customer.Closed   SalesKing Support   Updated February 16, 2025 at 9:55pm   4 Most recent comment from WebWizards:Hi again, Good to hear that worked,   Regarding menu layout, is that the regular site menu? (or what menu / how is it created?). If it's a regular site menu, I'm afraid I don't have a ... Double Sox I need rules on prices in saleskingClosed   SalesKing Support   Updated February 13, 2025 at 3:27pm   2 Most recent comment from WebWizards:Hi there, Is this a situation where agents are placing orders on behalf of customers? And is the idea to have a different price when the agent places the order? With SalesKing default features, it is ... Matthew Web Hook UpdatesClosed   SalesKing Support   Updated February 7, 2025 at 2:48pm   2 Most recent comment from WebWizards:Hello Matthew, To change that text there, you can add the following PHP code snippet to your site: add_filter('gettext', 'change_agent_text', 20, 3); function change_agent_text($tr ... Simon API for auto insertion of dataClosed   SalesKing Support   Updated February 2, 2025 at 9:42pm   23 Most recent comment from WebWizards:attached*