Cart simulation is killing my site
-
The cart simulation is absolutely hammering my site. Half of my access log is just requests for /?wc-ajax=ppc-cart-script-params&shipping=1. I found this support page that says to add this filter:
add_filter( 'woocommerce_paypal_payments_simulate_cart_enabled', '__return_false' );
I turned that code into a plugin, activated it and I’m still getting requests for the ajax link above. I also tried to AI assistant on woocommerce.com and it was useless. I also tried to submit a tech support request using the form, and it wouldn’t go through.
Please, please, please add an option to turn off this unnecessary bloatware feature! I shouldn’t have to edit my theme’s functions.php file to get a plugin to stop hammering my site with a completely unnecessary feature. I found support posts for this same issue that are over a year old, so it should have been resolved by now.
- You must be logged in to reply to this topic.