Comments Matthew started the conversation3 weeks ago on October 31, 2024 at 4:32pmHello,I am trying to find the sidebar.php menu for the My Account area. I want to change "Bulk Order" to "Quick Order". How and were do I do that? Thanks! 2,212WebWizards replied3 weeks ago on November 1, 2024 at 4:31pmHello Matthew, Thank you for purchasing our plugin, Specifically for the sidebar area there, you can add this PHP code snippet: add_filter('b2bking_bulkorder_my_account_title_sidebar', function($val){ return 'Quick Order'; }, 10, 1); This 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/ Let me know if I can help with anything, or if you have any questions, Kind regards, Stefan Sign in to reply ...
Hello,
I am trying to find the sidebar.php menu for the My Account area. I want to change "Bulk Order" to "Quick Order". How and were do I do that?
Thanks!
Hello Matthew,
Thank you for purchasing our plugin,
Specifically for the sidebar area there, you can add this PHP code snippet:
This 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/
Let me know if I can help with anything, or if you have any questions,
Kind regards,
Stefan