slservice33
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] can’t disable link by stripeI dont think so.
This plugin is so unreliable I’m going to try woo payments despite all the disadvantages of using stripe express
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] can’t disable link by stripeI also have another website with the exact same plugins and that does not have this issue.
Also I cannot change any of the express checkout options. They are stuck with Apple Pay/Google Pay & Link by Stripe switch on and Amazon Pay switched off.
I cannot switch off Apple Pay/Google Pay & Link by Stripe or switch on Amazon Pay.
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] duplicated refundsI successfully used “Order Export & Order Import for WooCommerce” to repair some old corrupted woocommerce order notes.
I exported all the orders from an uncorrupted copy in the date range to a CSV fil. I edited the CSV and deleted all columns except for order-id, order-number, wt-import-key & order notes.I imported with advanced options and selected update existing orders.
As far as I can tell its only replaced all the order notes and changed nothing else in the database.
Thanks to Order Export & Order Import for WooCommerce
Forum: Plugins
In reply to: [WooCommerce] order notes with URL corrupted & same as note with URLI successfully used “Order Export & Order Import for WooCommerce” to repair some old corrupted woocommerce order notes.
I exported all the orders from an uncorrupted copy in the date range to a CSV fil. I edited the CSV and deleted all columns except for order-id, order-number, wt-import-key & order notes.I imported with advanced options and selected update existing orders.
As far as I can tell its only replaced all the order notes and changed nothing else in the database.
Thanks to Order Export & Order Import for WooCommerce
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] exclude hover mini cart ?I think I’ve fixed the problem. Pages cached with an empty cart do not display the cart on hover. So I added the CSS below.
/* show mini cart even when empty - cached empty cart does not display */
.wc-menu-item:not(.has-items) .wc-mini-cart {
display: initial !important;
}}
Forum: Plugins
In reply to: [WooCommerce] order notes with URL corrupted & same as note with URLOK thanks, looks like the plugin “Order Export & Order Import for WooCommerce” works well enough for what I need.
Also immediately I post on ww.wp.xz.cn i get SPAM from developers offering to help me. It would be better if my site info was hidden !Forum: Plugins
In reply to: [WooCommerce] order notes with URL corrupted & same as note with URLI think it must have happened when I searched replaced http://www.mysite with https://www.mysite and the effected older order notes had http://www.mysite
Can you recommend a reliable method to copy all the pre 12/8/24 orders & notes from my uncorrupted test site to my working site ?
Forum: Plugins
In reply to: [WooCommerce] order notes with URL corrupted & same as note with URLI’ve cleared redis, opcache & wpfastest cache. The uncorrupted version is actually from Oct 25 and I’ll check some later backups when I have time. I’ve done a few thing like turn on HPOS Full text search indexes & HPOS Data Caching since then.
I’ve tried logging in as a customer and the corrupted order notes show to users in my-account-orders also.
The total number of order notes is not effected and the color of each order note in wp-admin is what it was originally but every single order note has the same content as the note with the URL in it egHello, please click the link below to pay:
https://www.MYSITE.net/checkout/order-pay/336764/?pay_for_order=true&key=wc_order_GqJKDhrKForum: Fixing WordPress
In reply to: Fatal error: Uncaught Error: Class “WP_Customize_Image_Control”Looks like it was actually settings in server php.ini causing various minor PHP errors. Solved by updating as below:
sudo nano /etc/php/8.1/fpm/php.ini
upload_max_filesize = 2M
upload_max_filesize = 32M
post_max_size = 8M
post_max_size = 48M
memory_limit = 128M
memory_limit = 256M
max_execution_time = 30
max_execution_time = 600
;max_input_vars = 1000
max_input_vars = 3000
max_input_time = 60
max_input_time = 1000Forum: Plugins
In reply to: [Fast Woo Order Lookup] Uncaught Error: Call to a member function get_id()Superb, thank you.
Forum: Plugins
In reply to: [WP Rollback - Rollback Plugins and Themes] maintenance mode page was cachedHi, yes so the cached version of one of my site pages was your maintenance mode page and it remained so until I cleared the cache of the page caching plugin.
https://ww.wp.xz.cn/support/topic/cached-maintenance-mode-page/
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] cached maintenance mode pageGreat thanks. So the issue is with the maintenance mode page used by WP-Rollback plugin.
I will raise this with them.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] cached maintenance mode pageThanks for your message. It was using the WP-Rollback plugin going back to a previous version of a plugin which was playing up.
I’m sorry I’m not sure what that means. Can you explain what is not a good idea ?
Actually the auto caching would go from the site map and these posts are hidden and not on the site map.
The posts I dont want to cache are in the category “customer reports” with the permalink http://www.mysite/customer-reports/post1234 so I have excluded starts with https://www.mysite/customer-reports/ from page caching.
Thanks, I was thinking more that each post counts as a page and that I have set WP Fastest Cache to automatically cache 6 pages per minute it would be re caching pages which no one looks at.
Anyway I changed my permalink structure so that I can exclude the category of post I don’t need to cache.