Order Note for completion?!

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #32359
      Salar Gholizadeh
      Guest

      Hello. thanks for the great plugin.

      While I was testing the plugin, I realized that it adds a customer note when the vendor completes the order:

      <b>%s</b> order status updated to <b>%s</b> by <b>%s</b>

      I don’t want the customers see the the Admin/Vendor name.

      what can I do beside modifying the translations?

    • #32400
      WCFM Forum
      Keymaster

      Hi,

      Thanks for the appreciation 🙂

      Please add this code for the purpose –

      add_filter( 'wcfm_is_allow_order_update_note_for_customer', function( $is_customer_note ) {
        return 0;
      });

      If you not have already updated WCFM 5.1.1 then please update and this will start working for you.
      Otherwise this will work after WCFM next update, you may also delete-reinstall WCFM.

      Thank You

Viewing 1 reply thread
  • The topic ‘Order Note for completion?!’ is closed to new replies.