How could change original order number as my custom order number?

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate How could change original order number as my custom order number?

Viewing 12 reply threads
  • Author
    Posts
    • #27146
      MOHO
      Participant

      I use WooCommerce Sequential Order Numbers Pro plugin to set my custom order number.

      But i see original order number at order list “/orders/”, and not work my set.

      How could it change as my custom order number?

      By Moho

    • #27175
      WCFM Forum
      Keymaster

      Hi,

      Which custom order no plugin you are using ?

      Thank You

    • #27176
      WCFM Forum
      Keymaster

      Sorry, you already mentioned that in screenshot.

    • #27177
      WCFM Forum
      Keymaster

      We will add this compatibility in Vendor’s Orders list as well.

      Thank You

    • #27238
      MOHO
      Participant

      yes i use WooCommerce Sequential Order Numbers Pro plugin
      https://woocommerce.com/products/sequential-order-numbers-pro/

      Thanks.

    • #27310
      WCFM Forum
      Keymaster

      Thanks, we will change all order number display according to this in next update.

    • #27956
      MOHO
      Participant

      It didn’t update in your new verison.

    • #27980
      MOHO
      Participant

      Notifications work

      but not custom order number at order list…

      please fix it, thanks.

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

      Hi,

      Are you using WCFM 4.2.4?

      If not, please update and take a look.

      Thank You

    • #28079
      MOHO
      Participant

      yes i use WCFM 4.2.4
      you could use mohotest22 see my plugin.

      only the order number of vendor order list not work custom order number.

    • #28088
      WCFM Forum
      Keymaster

      Hi,

      Kindly add this code to your site –

      function wcfm_order_label_custom_display( $order_display_label, $order_id, $product_id, $order, $username ) {
      	$the_order = wc_get_order($order_id);
      	$order_display_label = '<a href="' . get_wcfm_view_order_url($order_id) . '" class="wcfm_order_title">#' . esc_attr( $the_order->get_order_number() ) . '</a>' . ' ' . __( 'by', 'wc-frontend-manager' ) . ' ' . $username;
      	return $order_display_label;
      }
      add_filter( 'wcfm_order_label_display', 'wcfm_order_label_custom_display', 50, 5 );

      Thank You

    • #28090
      MOHO
      Participant

      thanks it work now!

      please close it.

    • #28094
      WCFM Forum
      Keymaster

      Great 🙂

Viewing 12 reply threads
  • The topic ‘How could change original order number as my custom order number?’ is closed to new replies.