Best Multi Vendor Marketplace Plugin for WordPress › Forums › WC Marketplace › Shipping Tracking not required
- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by
WCFM Forum.
Viewing 5 reply threads
- AuthorPosts
- December 2, 2018 at 9:14 am #38811
Georgina
GuestSometimes vendors may use standard stamps to post products.
Is there a way to make shipping tracking info NOT required?
- December 3, 2018 at 6:59 am #38850
WCFM Forum
MemberHi,
This is not essential for vendors to add shipment tracking for orders.
Between, are you facing difficulty due to this?
Thank You
- December 8, 2018 at 8:34 am #39326
Georgina
GuestVendors cannot mark as “sent” because it is required to enter a tracking number.
- December 8, 2018 at 9:36 am #39329
WCFM Forum
MemberHi,
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
- December 8, 2018 at 11:52 pm #39368
Georgina
GuestThis reply has been marked as private. - December 9, 2018 at 4:45 am #39369
WCFM Forum
MemberHi,
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
- AuthorPosts
Viewing 5 reply threads
- The topic ‘Shipping Tracking not required’ is closed to new replies.