Title: Orders Processing Time
Last modified: April 13, 2020

---

# Orders Processing Time

 *  Resolved [techson](https://wordpress.org/support/users/techson/)
 * (@techson)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/orders-processing-time/)
 * Is it possible to change orders processing time options?

Viewing 1 replies (of 1 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/orders-processing-time/#post-12673262)
 * Hi,
 * Sure, you may use such snippet to change this –
 *     ```
       add_filter( 'wcfmmp_shipping_processing_times', function( $processing_times ) {
       	$processing_times = array(
       															'' => __( 'Ready to ship in...', 'wc-multivendor-marketplace' ),
       															'1' => __( '15 Minutes', 'wcfm-ecoeats' ),
       															'2' => __( '30 Minutes', 'wcfm-ecoeats' ),
       															'3' => __( '45 Minutes', 'wcfm-ecoeats' ),
       															'4' => __( '60 Minutes', 'wcfm-ecoeats' ),
       															'5' => __( '1 Hour 15 Minutes', 'wcfm-ecoeats' ),
       															'6' => __( '1 Hour 30 Minutes', 'wcfm-ecoeats' ),
       															'7' => __( '1 Hour 45 Minutes', 'wcfm-ecoeats' ),
       															'8' => __( '2 Hours', 'wcfm-ecoeats' ),
       															'9' => __( '2 Hours 15 Minutes', 'wcfm-ecoeats' ),
       															'10' => __( '2 Hours 30 Minutes', 'wcfm-ecoeats' ),
       															'11' => __( '2 Hours 45 Minutes', 'wcfm-ecoeats' ),
       															'12' => __( '3 Hours', 'wcfm-ecoeats' ),
       													);
       	return $processing_times;
       }, 50 );
       ```
   
 * Add custom code(s) to your child theme’s functions.php
    In case you do not have
   child theme then add those using this plugin – https://wordpress.org/plugins/
   code-snippets/
 * Thank You

Viewing 1 replies (of 1 total)

The topic ‘Orders Processing Time’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/orders-processing-time/#post-12673262)
 * Status: resolved