Okay

Public Tickets

feruap payout trackinClosed   SalesKing Support   Updated March 27, 2022 at 6:34pm   3 Most recent comment from WebWizards:Hi there, Our apologies for the delay in getting back to you, It's possible to add additional columns there with code snippets, but there's no built in feature for this, so each column needs ... feruap group rules what is the differenceClosed   SalesKing Support   Updated March 23, 2022 at 8:06pm   3 Most recent comment from feruap:thanks, Im about to try it. feruap comission rulesClosed   SalesKing Support   Updated March 23, 2022 at 12:45pm   2 Most recent comment from WebWizards:Hi there,Currently there's no way to do this automatically I'm afraid. You can move them to another group based on group rules, but you'd have to manually give a commission when they fi ... jithin2600 REST APIClosed   SalesKing Support   Updated March 18, 2022 at 5:48am   5 Most recent comment from WebWizards:Yes, the 'salesking_user_choice' meta key for customers is optional (because it defaults to 'customer').Also, is there any ways to fetch `agent_groups` via API  since it is also r ... feruap comissionsClosed   SalesKing Support   Updated March 18, 2022 at 5:17am   2 Most recent comment from WebWizards:Hi there,1) The commission can be based on the order value if you use a "percentage" commission rule type.If the agent makes a discount, or uses a coupon, the order value is reduced, and the commissio ... Greg Functionality not workingClosed   SalesKing Support   Updated March 7, 2022 at 7:29am   75 Most recent comment from Greg:Hello Stefan,I am well thank you.Thank you very much for this, it works like a charm :)Have a great dayMany thanksGreg shemming New customers assigning to agent incorrectlyClosed   SalesKing Support   Updated February 19, 2022 at 6:10am   11 Most recent comment from WebWizards:Hi Spencer,The Manage Order button can be removed by adding this PHP snippet. For future reference: add_filter('salesking_show_actions_my_earnings_page', function($val){ return false; }, ... Mervin Redirect "shop as customer" hrefClosed   SalesKing Support   Updated February 16, 2022 at 7:51am   2 Most recent comment from WebWizards:Hi Mervin,You can achieve this by adding the following code snippet to your site: add_filter('salesking_shop_as_customer_link', function($link){ $link = 'yourpage'; // add your ... Kris Remove Shop as Customer FeatureClosed   SalesKing Support   Updated February 11, 2022 at 9:24pm   2 Most recent comment from WebWizards:Hi Kris,You could remove that Actions column by following these steps:1) First update the SalesKing plugin to the attached version. I had to add a filter to make this possible.To update to this versio ... Kris Update set Role on Customer CreationClosed   SalesKing Support   Updated February 11, 2022 at 5:37pm   3 Most recent comment from Kris:Perfect! Worked Thank you! elsotanocolombia Commisions Dashboard not WorkingClosed   SalesKing Support   Updated February 9, 2022 at 9:47pm   6 Most recent comment from WebWizards:Hi there,The other message is private because it has an attachment.I'll copy the content here:The way the plugin works is that assigning the agent does not also mean they get commission. It only ... Mervin How to know if agent/customer created order?Closed   SalesKing Support   Updated January 24, 2022 at 4:07pm   4 Most recent comment from WebWizards:I think you'd need to add this code to define your new order status first: add_action('init', function(){ register_post_status( 'wc-newstatus', array( 'label ... Pua Kin Sin PayoutClosed   SalesKing Support   Updated January 21, 2022 at 9:13pm   2 Most recent comment from WebWizards:Hi there,We are looking to add a payout export to CSV feature soon, to include the details of all payouts, so the shop admin can easily print / take to bank, etc. However, this is not available yet - ... Pua Kin Sin percentage of earning & Progress barClosed   SalesKing Support   Updated January 21, 2022 at 9:09pm   2 Most recent comment from WebWizards:Hi there,I'm afraid there's no feature for this in our plugin,It would only be possible through customization / custom coding. If you'd like, we can point you in the right direction as ... faiz assigning default agentClosed   SalesKing Support   Updated January 12, 2022 at 4:24pm   6 Most recent comment from WebWizards:Yes Sir, that is exactly correct.Let me know if that works correctly for you or if there's anything I can do to help.