Okay

Public Tickets

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. faiz Payout setting is not savedClosed   SalesKing Support   Updated January 11, 2022 at 7:31pm   4 Most recent comment from WebWizards:Thank you,I believe I found a related bug in our plugin and it should now be resolved. I have updated the plugin in your site to 1.2.8 (attached here as well).It seems to be working now in my tests.P ... Mervin Edit "shop as customer"-toolbarClosed   SalesKing Support   Updated January 10, 2022 at 5:35pm   2 Most recent comment from WebWizards:Hi Mervin,Is there basically a conflict between the 2 toolbars - one showing above the other in a way that doesn't work?If that is so, I can probably help integrate the CSS so that both can be us ... Mervin Possible to modify what agent/customer sees?Closed   SalesKing Support   Updated December 30, 2021 at 3:53pm   2 Most recent comment from WebWizards:Hi Mervin, I believe the following code should do it: if(current_user_can('customer')) { function remove_add_to_cart_on_0 ( $purchasable, $product ){ if( $product->get_price() = ... Patrick Shopping Link ProblemClosed   SalesKing Support   Updated December 27, 2021 at 7:11am   64 Most recent comment from Patrick:Amazaing, thank you ^^