Comments 4kkoraysimsek started the conversationSeptember 9, 2022 at 8:10amI want to remove the edit order button on my agent orders screen. 2,214WebWizards repliedSeptember 9, 2022 at 4:24pmHi there,You can remove this by adding the following PHP code snippet to your site: add_filter('salesking_show_actions_my_orders_page','__return_false');A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/Kind regards,Stefan 4kkoraysimsek repliedSeptember 9, 2022 at 4:50pmİt's working. Thank you so much.1 Like Sign in to reply ...
I want to remove the edit order button on my agent orders screen.
Hi there,
You can remove this by adding the following PHP code snippet to your site:
A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
Kind regards,
Stefan
İt's working. Thank you so much.