Title: okoo's Replies | WordPress.org

---

# okoo

  [  ](https://wordpress.org/support/users/okoo/)

 *   [Profile](https://wordpress.org/support/users/okoo/)
 *   [Topics Started](https://wordpress.org/support/users/okoo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/okoo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/okoo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/okoo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/okoo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/okoo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scheduled & Automatic Order Status Controller for WooCommerce] Change the status of order on a specific date for variable products](https://wordpress.org/support/topic/change-the-status-of-order-on-a-specific-date-for-variable-products/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-the-status-of-order-on-a-specific-date-for-variable-products/#post-16614417)
 * Thanks!
   I’ve tried and it seems to work! I will check in the next few days if
   everything’s fine 🙂Thanks again for now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scheduled & Automatic Order Status Controller for WooCommerce] Change the status of order on a specific date for variable products](https://wordpress.org/support/topic/change-the-status-of-order-on-a-specific-date-for-variable-products/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/change-the-status-of-order-on-a-specific-date-for-variable-products/#post-16612232)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scheduled & Automatic Order Status Controller for WooCommerce] Plugin doesn’t change all the orders status](https://wordpress.org/support/topic/plugin-doesnt-change-all-the-orders-status/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-change-all-the-orders-status/#post-16207514)
 * Hi there!
    This is the code I’m using:
 *     ```
       add_filter( 'alg_wc_order_status_rules_do_apply_rule', function( $do_apply, $order, $rule_id, $args ) {
           if ( 1 == $rule_id && $do_apply ) {
               $date_to_check = false;
               foreach ( $order->get_items() as $item ) {
                   $product_id = ( ! empty( $item['variation_id'] ) ? $item['variation_id'] : $item['product_id'] );
                   if ( ( $date_to_check = get_post_meta( $product_id, 'data-evento', true ) ) ) {
                       break;
                   }
               }
               return ( $date_to_check && time() >= strtotime( $date_to_check ) );
           }
           return $do_apply;
       }, 10, 4 );
       ```
   
 * I’ve noticed that for viariables products, the ACF field created doesn’t appear
   in the meta inside the db (but that’s a problem of ACF, not of your plugin) so
   clearly it couldn’t work right.
 * I’ve added manually a custom field for variations and seems to work fine, now.
   I will keep it under control in the next few days to see if that was the problem
   or not 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scheduled & Automatic Order Status Controller for WooCommerce] Idea for improvement](https://wordpress.org/support/topic/idea-for-improvement/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/idea-for-improvement/#post-15686645)
 * Thank you so much for your help!
    I’ve tested it right now and it seems to work
   perfectly!
 * I really appreciate your precious help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Scheduled & Automatic Order Status Controller for WooCommerce] Idea for improvement](https://wordpress.org/support/topic/idea-for-improvement/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/idea-for-improvement/#post-15684209)
 * Hi there! Thanks for your quick answer!
 * I’ve made a check, hope that my answer could help, otherwise feel free to ask
   me and I will try to provide more info 🙂
 * So, I’ve created a test product with a date for the event (02 July 20249. In 
   DB I’ll get this value into “_postmeta” table with:
 * **post_id:** the ID of the product
 * **meta_key**: data-evento (this is the name of the ACF field i’ve created with
   field type “date picker”)
 * with this **meta_value**: 20240702
 * Hope to have provided you the right info! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 doesn’t duplicate anymore (issue)](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/#post-12903122)
 * Thanks, i’ve discovered that it’s a compatibility issue with EventOn plugin. 
   I’ve already asked to the developer to fix the issue.
 * Thanks for your precious help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 doesn’t duplicate anymore (issue)](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/#post-12900097)
 * Theme: Divi
    Plugins: – Advanced Custom Fields – All in One WP Security – BackWPup–
   CF7 Google Sheet Connector – Classic Editor – Contact Form 7 – Dynamic Text Extension–
   Contact Form 7 Shortcode Enabler – EventON – Force HTTPS – ManageWP – Worker –
   MC4WP: Mailchimp for WordPress – Pay with Contact Form 7 – Post Expirator – Post
   Types Order – Redirection for Contact Form 7 – Social Icons Widget & Block by
   WPZOOM – Wordfence Security – Yoast SEO
 * I’ve got this plugin and themes from more than 1 year, always worked fine. The
   issue started a long time after the latest update on the website (so it’s not
   related for sure to plugins or theme update).
 * EDIT: Also I’ve tried to deactivate addons for CF7 (that were already active 
   when duplication worked) but the issue is still here.
 * Thanks
    -  This reply was modified 6 years, 2 months ago by [okoo](https://wordpress.org/support/users/okoo/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 doesn’t duplicate anymore (issue)](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/#post-12897972)
 * Hi there. I’ve done a screen recording to let you understand better my problem,
   you can watch it here: [https://youtu.be/T_1pdZjXmPQ](https://youtu.be/T_1pdZjXmPQ)
 * As I was saying everything worked fine until few days ago. I haven’t update anything
   and haven’t installed anything new on the website.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 doesn’t duplicate anymore (issue)](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/#post-12893934)
 * Every form I try to duplicate: it doesn’t create a new form but just add a “_copy”
   at the end of the form title. Old form, new form: if i try to duplicate them,
   it doesn’t.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 doesn’t duplicate anymore (issue)](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/)
 *  Thread Starter [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/cf7-doesnt-duplicate-anymore-issue/#post-12892079)
 * Website is [https://venetosegreto.com/](https://venetosegreto.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector – CF7 Google Sheets Connector & Save CF7 Entries to Database] CF7 Google Sheet Connector Version 4.0 Updates](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/)
 *  [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/page/5/#post-12472490)
 * [@westerndeal](https://wordpress.org/support/users/westerndeal/) actually in 
   previous version worked fine, cause I was able to do the sum 🙂
 * Any possibilities to make it work again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector – CF7 Google Sheets Connector & Save CF7 Entries to Database] CF7 Google Sheet Connector Version 4.0 Updates](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/)
 *  [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/page/5/#post-12472083)
 * [@westerndeal](https://wordpress.org/support/users/westerndeal/)
    Unfortunately
   your answer won’t provide any help =( The sheet I’m working in is a clear sheet
   without any formulae: the formulae sum I’m using is into another sheet and as
   I was saying (and showing) it doesn’t work because the field compiled by the 
   plugin, when there’s only number, has a ” ‘ ” befor the number (for example: ‘
   4) so clearly Google can’t make the sum cause there’s a character that isn’t 
   a number! This is only happening for fields that has just number. The other field
   are compiled correctly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GSheetConnector – CF7 Google Sheets Connector & Save CF7 Entries to Database] CF7 Google Sheet Connector Version 4.0 Updates](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/)
 *  [okoo](https://wordpress.org/support/users/okoo/)
 * (@okoo)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/cf7-google-sheet-connector-version-4-0-updates/page/4/#post-12454698)
 * Hi there!
    I have a problem after the update.
 * I have some field where people has to put just number (like number of partecipant).
   
   Since the update the field is managed wrong: it put a ‘ before the number, (as
   you can see here: [https://ibb.co/fY9kk2N](https://ibb.co/fY9kk2N)) so it create
   a problem if I try to sum the number!
 * I’ve already tried setting the format of the field as number on Google and also
   selecting “number” as field in CF7, but the problem is still there.
 * Could you please tell me how to fix this?
    Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)