duainem1
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Set Paypal Tracking Fields?Is there any progress on this?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Add to Cart BrokenAcutally this is still broken if Google Pay and Apple Pay are enabled. Just watched a user bounce out via Microsoft Clarity with nothing in cart after clicking add to cart. Frustrating… but there’s another thread which references issues with Google Pay and Apple Pay and Litespeed…
Devs broke this a few releases ago.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Add to Cart BrokenOK, I found the issue in my case. Something disabled “Enable AJAX add to cart buttons on archives”. I’m theorizing that the paypal plugin is using the ajax calls and if things aren’t passed to it properly, it’ll cause the spinning add to carts. I’m leaving Google Pay and Apple Pay disabled for a bit to see how it works for a few hours, will reenable and keep checking the logs.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal button issuesAre you going to restore the functionality in the next plugin update? I’m OK leaving Apple Pay and Google Pay disabled until a fix is in place. What’s the ETA on a fix? And are we ever getting FIELDS to be able to set Tracking information programmatically instead of having to do double work clicking your buttons?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Set Paypal Tracking Fields?Here’s the link to the private bin. System report plus php code attached.
https://privatebin.syde.com/?d2593436a87a85fc#BLvcDhkPk1JepQ7wfUqX8VUU37tPxniTwycigiJVWyYA
I’m using Advanced Shipment Tracking for WooCommerce as my shipping plugin.
I literally just need the wordpress / woocommerce fields for Paypal’s Shipment Tracking Field, The Paypal Shipper/shipping provider, and whatever other trigger I need to set to make it send. You’ll see some backend paypal shipping api stuff the php code, but I’m not sure that’s working… or if your plugin will even pull from it, it doesn’t appear to do so.Got it resolved. Something broke the standard [woocommerce_checkout] shortcode and it needs to be replaced by the newish woocommerce “checkout” block to maintain any paypal checkout functionality.
Forum: Plugins
In reply to: [Zoho Mail for WordPress] Latest version Fatal ErrorSince you guys don’t have prior versions available for download… I’ll help everyone trying to fix this nasty error for now until they update.
Go HERE –> https://plugins.trac.wordpress.org/browser/zoho-mail/trunk/zohoMail.php?rev=3104966
Download the text version of the php file (at the bottom)… Copy and paste over the trash code, save and reupload.
Restart Apache2 and php… if you turned on and off debug in wp-config- This reply was modified 1 year, 2 months ago by duainem1.
Interesting, I just came to figure out why infinite scroll was broken on my shoptimizer site as well… would love to get to the bottom of this. I’m actually using the pro version and it broke recently.
Forum: Plugins
In reply to: [Super Page Cache] Completely Remove SPC?I found it. Asset Cleanup Pro held onto the settings. I reset the plugin and its working properly. Oh and never disable WP All Import or WP All Export from the frontend in Asset Cleanup Pro… That thing messes with all kinds of settings in the backend and if anything is disabled it won’t work with wp-cli.
Forum: Plugins
In reply to: [Super Page Cache] Completely Remove SPC?I agree, its weird. I’m using Redis and Wp-Rocket. Redis gets flushed regularly and I’m doing some intensive wp-cli with Redis disabled as I write this and it won’t work without the –url function. I’ve disabled both in the past day or so and it’s still there. Nothing in wp-config either. This has been going on for a few weeks since I disabled SPC and nothing seems to shake it loose. Cloudflare plugin was disabled and re-enabled as well, so its not Cloudflare either.