mookie4a4
Forum Replies Created
-
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] PHP WarningThe logs are about 5 minutes apart:
[Fri Sep 03 11:00:18.131030 2021]
[Fri Sep 03 11:05:18.177640 2021]
[Fri Sep 03 11:10:18.188803 2021]
[Fri Sep 03 11:15:18.120478 2021]All with referer: https://scramblestuff.com/au
All with the IP 63.143.42.244 so might be a bot or attack?
- This reply was modified 3 years, 6 months ago by mookie4a4.
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] PHP WarningForum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift not being applied on checkoutI fixed the issue by changing this line:
add_action( ‘woocommerce_after_calculate_totals’, array($this, ‘apply_gift_cards_discount’), 20 );
to
add_action( ‘woocommerce_after_calculate_totals’, array($this, ‘apply_gift_cards_discount’), 1 );yea looks good so far.
Nice one thanks!
Ah yes I’ve just been debugging this error and found this post. It broke all the Jquery on my site due to Autoptimize. We had some very upset Apple users trying to checkout.
Hope you fix it soon!
Cheers
MatForum: Plugins
In reply to: [WooCommerce Locations Pack] UK changesHello
We also had a few customer complaints about “Greater Manchester” being missing from the list. I think it is very well used now, I did manually change the code to add it. We do get orders every week using it.
Cheers
MattForum: Reviews
In reply to: [MC Woocommerce Order Tracking] Great pluginThank you!
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] PHP WarningThanks for the swift response and resolution. Love the plugin, it made the site super quick!
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Notification box won’t disappearFYI version 1.2.51 still broken and does not resolve this issue.
Thank you! That code change fixed weeks of PHP warning logs for me
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Notification box won’t disappear1.2.48 If you click on advanced view and scroll down to the bottom you can select the old version for download.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Notification box won’t disappear@edosantillana Hey I rolled back to the previous version and have been for weeks now. Not sure why another update hasn’t come out yet.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Notification box won’t disappearI had to roll back and download the 1.2.48 version. Will not update until confirmed fixed.
Forum: Plugins
In reply to: [PatSaTECH's Opayo Direct Gateway for WooCommerce] upgrade to PAYA anyone?No, sorry we switched to Stripe.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP warningsThanks!! ??