hiraethrecords
Forum Replies Created
-
Before I turn off Mailchimp completely I noticed that the Cron Event:
check_for_released_preorders
Woocommerce_Preorders\Sync->checkForPreorders()
is part of the problem. This Cron Event runs twice daily and putting orders from Pre-ordered to Processing, even when the date hasn’t passed! So there could be a bug in the Cron Event checking the date. I do have “Checkout Field Editor for WooCommerce” but that plugin never gave any issues. After a couple days we switched to a more pro looking checkout plugin and I can confirm the Pre-order plugin still worked perfectly. It’s only after the recent WordPress/Woo updates this problem started to show up.
I hope my posts are beneficial to your quest in finding a solution! ??
Well that didn’t work. Orders are back from Pre-order to Processing and even new Pre-orders will not change to Pre-order but go straight to Processing. I’ll try once more with completely turning off Mailchimp. to be continued….
Ok I may have found the error: MailChimp_WooCommerce_Single_Order
Mailchimp does a Scheduled Action exactly at the times shown in the screenshot, therefore triggering a Pre-order to Processing. I had prior to this turned ON: Track carts for all customers and Sync new non-subscribed contacts. Now I have turned them OFF to see what happens.
I also noticed the Scheduled Actions were still pending, so after I manually put orders back to Pre-order I ran this action manually. So far the order remains Pre-Order and did not switch to Processing. I’ll check again later today and tonight at the 22:31 time to see what happens and if it got fixed.
So I’m not sure who’s causing the error exactly; either Mailchimp or the Pre-order plugin but I highly assume it’s Mailchimp.
- This reply was modified 4 months ago by hiraethrecords.
I’ve checked some orders that I put manually on Pre-Ordered and it seems that some of them went automatically to Processing all at the same time last night. The pre-order date is set on Dec 31st 2024 so that cannot be it. Something odd is happening that’s for sure. Here’s a screenshot: https://pasteboard.co/kjLYtwLslPjO.png
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 7.8 update bug: no borders around product lightboxThanks!
I must say that this code didn’t work:
.woocommerce-page .product .new { margin-top: -10px; /* Adjust this value according to your need */ }
Instead I used:
.edgtf-woo-single-page .edgtf-single-product-content .images { vertical-align: top; } .woocommerce-page .product img { border: 2px solid black; } .edgtf-woo-single-page .edgtf-single-product-content .edgtf-new-product, .edgtf-woo-single-page .edgtf-single-product-content .edgtf-out-of-stock { right: 8px; }
Now it’s working perfectly! I do think that I can clean up the last piece of code, but was already happy I got it back again.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 7.8 update bug: no borders around product lightboxOf course, here is the information pasted below. I must mention that previously I had the black border around images, but after updating it’s gone and I cannot get it back with soms css codes.
Old: https://snipboard.io/HE6WAS.jpg
After update: https://snipboard.io/ao68bA.jpg
What also happened is an odd “jump” on the top, creating odd white space above an image: https://snipboard.io/Md4vJW.jpg (as you see the ‘new’ tag floats way too high).Status: https://gist.github.com/hiraethrecords/c16d37f2fb8c5c4b473e24c74696e157
There are fatal error logs but those do not seem to correspond with this issue (payment, mailchimp)
I suspect it could be because ‘WordPress prettyPhoto’ is no longer integraded in woocommerce or something? When I use the wayback machine on the old site I can see that plugin mentioned, but when I check the code on the site after the latest update I do not see that plugin mentioned. However, I never installed that plugin so I think it was native in Woocommerce maybe?