markovsites
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not ProcessingHi @lovingbro Thank you, but I cannot find that file. I tried both manually and using the search option, but it does not appear anywhere. I will try againt today.
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not ProcessingJust to let you know, I have already fixed the WP_DEBUG issue in the wp-config.php file (it was defined twice).
So that should no longer cause any confusion or distract from the main checkout problem.Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not Processing@jamesgreat @mosesmedh Thank you once again for your help and suggestions, and I am attaching yesterday’s logs below.
2025-11-28T10:31:45+00:00 Informacije Automatic database update triggered.
2025-11-28T10:31:45+00:00 Informacije Scheduling database updates (from 10.1.2)...
2025-11-28T10:31:45+00:00 Informacije [10.2.0] Scheduled 'wc_update_1020_add_old_refunded_order_items_to_product_lookup_table'.
2025-11-28T10:31:45+00:00 Informacije [10.3.0] Scheduled 'wc_update_1030_add_comments_date_type_index'.
2025-11-28T10:31:45+00:00 Informacije Database updates scheduled.2025-11-28T20:10:12+00:00 Informacije Payment gateway enabled: "Check payments"janssen website – old version woocommerce
CRITICAL Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, stdClass given in TestCheckout.php:82
Stack trace:
#0 TestCheckout.php(82): count()
#1 NoteTraits.php(83): TestCheckout::get_note()
#2 Events.php(198): TestCheckout::possibly_add_note()
#3 Events.php(145): Events->possibly_add_notes()
#4 class-wp-hook.php(324): Events->do_wc_admin_daily()
#5 class-wp-hook.php(348): WP_Hook->apply_filters()
#6 plugin.php(565): WP_Hook->do_action()
#7 wp-cron.php(191): do_action_ref_array()
#8 {main}
thrown in TestCheckout.php on line 82- This reply was modified 4 months, 1 week ago by markovsites.
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not Processingthank you @jamesgreat @frankremmy @lovingbro @shahzeenfarooq
I was able to get the “Place Order” button working by injecting a small JavaScript snippet that removes the blocking overlay. While this temporarily resolves the issue and allows orders to be placed, it is not a permanent fix. Further investigation will be needed for me to identify the root cause, which could be related to the theme, a plugin, or server-side configuration.
For reference, here’s the code snippet I used:
<script>
document.addEventListener('DOMContentLoaded', function() {
function enableCheckout() {
var overlays = document.querySelectorAll('.blockUI, .z');
overlays.forEach(function(o) { o.style.display = 'none'; });
var placeOrderButton = document.querySelector('#place_order');
if(placeOrderButton) {
placeOrderButton.disabled = false;
}
}
enableCheckout();
jQuery(document.body).on('updated_checkout', function() {
enableCheckout();
});
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function() { enableCheckout(); });
});
observer.observe(document.body, { childList: true, subtree: true });
});
</script>Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not Processingthanks @frankremmy
I created a fresh WordPress installation on a subdomain and installed only WooCommerce. https://proba.kevasi.rs/
When I tried to run the basic setup wizard, it couldn’t complete it kept loading endlessly. https://snipboard.io/rlqeBs.jpg
When I try to access the shop page or any other WooCommerce-related page, I get a 404 error. https://proba.kevasi.rs/shop/
I also tested the same process on another server, just in case it was a server-related issue, but the result was identical.
This leads me to believe that the issue might be coming directly from the WooCommerce plugin itself.
Nevertheless, I will proceed with your recommended steps as advised.Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not ProcessingHi @jamesgreat
Thanks for the suggestion. I already disabled all plugins except WooCommerce, switched to a basic theme, but unfortunately the same issue still appears. The checkout page loads normally at first, then the spinner/loading loop starts again after the full page load. The same issue is also happening on another site of mine: https://janssen-cosmetics.rs/
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not ProcessingI wasn’t able to solve the problem. I am attaching photos of the defined zones.
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Not Loading / Orders Not ProcessingThank you for your reply. I have deactivated the Elementor plugin, fully aware that this affects the layout of the site, but solving this issue is my priority right now. Even with Elementor disabled, the same problem still occurs you can see this if you check the site again.
Please let me know what the next step would be.
Thank you for your assistance.Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Plugin does not filter productsThank you for fast response!
Great, thanks a lot. It’s solved problem.
@burnagielk exaclty, I don’t know what the problem was. after last update it didn’t work one day. I thought that you had solved the problem because i saw that one more user reported the same problem @nataliactivex.
- This reply was modified 3 years, 4 months ago by markovsites.
@burnagielk thank you for respond again. Plugin works perfectly now.
@burnagielk thank you for respond. Yes I see calculator, but when I try to change the delivery zone if I not register nothing will happens on the checkout page, on cart page it works perfectly.