About Email “Notification – Approve Product” bug

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 8 reply threads
  • Author
    Posts
    • #29301
      MOHO
      Participant

      I test but it always not work
      1. WCfM admin order list click icon
      2. WCfM single prdocut edit page submit
      3. wp backend publish product

      My vendor all no revie email and message about Email “Notification – Approve Product”

      I test at
      http://mall2.sites.moho.tw/admin/

      and use these version
      WooCommerce Frontend Manager 5.0.3
      WooCommerce Frontend Manager – Ultimate 4.2.3
      WooCommerce Multivendor Marketplace 1.0.3

      Attachments:
      You must be logged in to view attached files.
    • #29308
      WCFM Forum
      Keymaster

      Hi,

      1. WCfM admin order list click icon – How Product Approve from Order List page?

      Then how you receive this message? – https://wclovers.com/wp-content/uploads/2018/08/2018-08-23_153058.jpg

      Thank You

    • #29311
      MOHO
      Participant
      This reply has been marked as private.
    • #29313
      WCFM Forum
      Keymaster

      Hi,

      I give you this code yesterday –

      add_filter( ‘wcfm_is_allow_notification_message’, function( $is_allow, $wcfm_messages_type ) {
      if( $wcfm_messages_type == ‘order’ ) $is_allow = false;
      elseif( $wcfm_messages_type == ‘status-update’ ) $is_allow = false;
      return $is_allow;
      });

      You asked me for code to disable Order status update notification.

      Thank You

    • #29318
      MOHO
      Participant

      Oh so if i use this code,
      About Email “Notification – Approve Product” bug
      will no sent???

    • #29320
      WCFM Forum
      Keymaster

      No, Product approve notification will send.

      But if you publish product from wp-admin are then no notification will be trigger.

      Thank You

    • #29341
      MOHO
      Participant

      I very need backend publish product, because i have some point work at backend.

      If frontend publish, my point will not work.

      Could you custom for me?

      If need custom fee, i will pay you.

    • #29461
      WCFM Forum
      Keymaster

      Hi,

      Don’t worry, I will add this in WCFM next update.

      Thank You

    • #29473
      MOHO
      Participant

      OK thanks a lot!

Viewing 8 reply threads
  • The topic ‘About Email “Notification – Approve Product” bug’ is closed to new replies.