Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards

Follow up on thread that was closed but not finished

WCMp Advanced Frontend Manager

Open
Viewing 2 reply threads
  • Author
    Posts
    • #128958
      redilson
      Participant

      Hello WCMP team,

      I wanted to follow up on this thread that was closed but didn’t get it resolved with a final answer: https://multivendorx.com/support-forum/topic/default-to-customer-note-instead-of-private/

      If you use this code in functions.php of the theme, it works for the Admin view within Woocommerce, but doesn’t translate over to the WCMP Frontend view. Any solution? Thanks for looking into it:

      // Set customer notes as the default order note
      function sv_default_customer_order_note() {
      if ( is_admin() ) {
      wc_enqueue_js(‘
      jQuery(“select#order_note_type”).val(“customer”);
      ‘);
      }
      }
      add_action( ‘admin_init’, ‘sv_default_customer_order_note’ );

    • #128987

      Hi, our team will look into this, kindly provide them some time.

      p.s. Our office will be closed due to holidays (12th to 17th Oct). Hence, the response might get delayed.

      For now you can track the progress of this issue from here : https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/963

    • #204026

      Kindly check with the latest version and let us know.

Viewing 2 reply threads

The forum ‘WCMp Advanced Frontend Manager’ is closed to new topics and replies.