okoo
Forum Replies Created
-
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!Thanks!
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 🙂
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!
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
In reply to: [Contact Form 7] CF7 doesn’t duplicate anymore (issue)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
In reply to: [Contact Form 7] CF7 doesn’t duplicate anymore (issue)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 SEOI’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 ago by okoo.
Forum: Plugins
In reply to: [Contact Form 7] CF7 doesn’t duplicate anymore (issue)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
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
In reply to: [Contact Form 7] CF7 doesn’t duplicate anymore (issue)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
In reply to: [Contact Form 7] CF7 doesn’t duplicate anymore (issue)Website is https://venetosegreto.com/
@westerndeal actually in previous version worked fine, cause I was able to do the sum 🙂
Any possibilities to make it work again?
@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 correctlyHi 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) 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.