Okay
  Public Ticket #3755155
menu item title
Closed

Comments

  • Matthew started the conversation

    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!

  •  2,212
    WebWizards replied

    Hello 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