Shipping Tracking not required

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 5 reply threads
  • Author
    Posts
    • #38811
      Georgina
      Guest

      Sometimes vendors may use standard stamps to post products.

      Is there a way to make shipping tracking info NOT required?

    • #38850
      WCFM Forum
      Keymaster

      Hi,

      This is not essential for vendors to add shipment tracking for orders.

      Between, are you facing difficulty due to this?

      Thank You

    • #39326
      Georgina
      Guest

      Vendors cannot mark as “sent” because it is required to enter a tracking number.

    • #39329
      WCFM Forum
      Keymaster

      Hi,

      Kindly add this code to your site ->

      add_filter( 'wcfm_shipment_tracking_fields', function( $tracking_fields ) {
      	if( isset( $tracking_fields['wcfm_tracking_code'] ) && isset( $tracking_fields['wcfm_tracking_code']['custom_attributes'] ) ) {
      		unset( $tracking_fields['wcfm_tracking_code']['custom_attributes'] );
      	}
      	if( isset( $tracking_fields['wcfm_tracking_url'] ) && isset( $tracking_fields['wcfm_tracking_url']['custom_attributes'] ) ) {
      		unset( $tracking_fields['wcfm_tracking_url']['custom_attributes'] );
      	}
      	return $tracking_fields;
      });

      Thank You

    • #39368
      Georgina
      Guest
      This reply has been marked as private.
    • #39369
      WCFM Forum
      Keymaster

      Hi,

      Umm … that’s strange!

      What is your WCFM Ultimate plugin version?

      Well, this forum has file upload option but that available only for loggedin users.

      Please send me your screenshots at mail -> wclovers.custom@gmail.com

      Thank You

Viewing 5 reply threads
  • The topic ‘Shipping Tracking not required’ is closed to new replies.