Product Ready for Shipping

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 2 reply threads
  • Author
    Posts
    • #67980
      macnomo
      Participant

      Is it posible to add: Shipping Immediately for the Time Processing Option (Ready to be send in)?

      Here is what happens, if you create a Express Shipping Metod, you should have the time processing option set to Available Immediately;
      You can’t say 1 business day or 1-3 business days if it’s Express, doesn’t make sense.

    • #68348
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your child theme’s functions.php –

      add_filter( 'wcfmmp_shipping_processing_times', function( $processing_times ) {
      	$processing_times[10] =  __( 'Shipping Immediately', 'wcfm' );
      	return $processing_times;
      }, 50 );

      Thank You

    • #70401
      macnomo
      Participant

      Working, Thanks!

Viewing 2 reply threads
  • The topic ‘Product Ready for Shipping’ is closed to new replies.