LovingBro (woo-hc)
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can’t disable Link payment methodHi @universe2grow,
Thank you for letting us know, and for confirming that you’re seeing the same behavior on another store setup as well.
That additional detail is very helpful, especially since you mentioned that the same configuration works correctly on your other store. This does further suggest that the issue may be related to the current WooCommerce Stripe payment method configuration sync rather than a general Stripe limitation.
At the moment, our developers are actively investigating this issue, and updates are being tracked here: GitHub issue #5468
We recommend subscribing to that issue so you can receive progress updates directly from the development team as more information becomes available.
We appreciate your patience and cooperation while this is being worked on.
Hi @mmk175,
Thank you for sharing the screenshot, this helps clarify what you are seeing on the Updates page.
Based on the screenshot, this does appear more likely to be related to stale cached update metadata, transients, or possibly an incomplete update state from a previous WordPress update/recovery process. The fact that WordPress reports version 7.0 correctly, while still offering a reinstall of 6.3.8-en_US, is definitely unusual.
For now, could you please try the following steps carefully:
- On the Updates page, click the “Check again” link beside the Current version: 7.0 section.
- Then try clicking the “Update Translations” button to see if the persistent translation notice clears successfully.
- After that, go to: WooCommerce → Status → Tools
Please run:
– Clear expired transients
– Clear template cache- Clear all caches completely, including:
– Browser cache
– SiteGround/server cache
– Any caching plugin cache/CDN cache if enabled
Once those steps are completed, revisit Dashboard → Updates and check whether:
– The “Re-install version 6.3.8-en_US” button disappears
– The “Update Translations” notice clearsIf the notices are still showing afterward, please let us know and we can continue investigating further.
Hi @mmk175,
Thank you for sharing the WooCommerce System Status Report, this is very helpful. I can see the environment itself generally looks healthy overall, and it is good to see the site is currently stable again after the SiteGround restore.
Based on what you described, this may indeed have been related to stale update metadata, cached transients, or an incomplete core update/recovery state causing WordPress to continue referencing the old 6.3.8 package incorrectly.
To help us better understand exactly what WordPress is currently displaying on your end, could you please share either: A screenshot of the Dashboard → Updates page or a short screen loom recording showing the “Re-install version 6.3.8-en_US” button and the persistent “Update Translations” notice
You can upload screenshots using https://snipboard.io or a short recording using a service like Loom.
That will help confirm whether the issue is still actively present after the restore, or whether cached admin data may still be involved.
Forum: Plugins
In reply to: [WooCommerce] Recaptcha Not Showing UpHi @christie212,
Thanks for reaching out about this. It can definitely be confusing when the checkout asks for a reCAPTCHA verification but the actual reCAPTCHA field is not visible on the site.
Since you are using a third party reCAPTCHA plugin, this is usually caused by either an incorrect reCAPTCHA configuration, a JavaScript conflict, caching, or the plugin not properly loading the reCAPTCHA script on the checkout page.
To help narrow this down, could you please try the following:
- Double check that your Google reCAPTCHA site key and secret key are correctly added in the plugin settings.
- Clear all caches on the site, including any caching plugin, server cache, or CDN cache if you are using one.
- Temporarily switch to a default theme like Twenty Twenty Six and deactivate all plugins except WooCommerce and the reCAPTCHA plugin, then test again to see if the checkbox appears.
- Open your browser console while on the checkout page and check for any JavaScript errors. If you see any errors, please share a screenshot using https://snipboard.io
- Please also share your WooCommerce System Status Report so we can better understand your site setup. You can get it via WooCommerce > Status > Get system report > Copy for support, then paste it to https://pastebin.com or https://quickforget.com and share the link here.
Looking forward to your update.
Forum: Plugins
In reply to: [WooCommerce] The problem with saving goodsHi @dmitrydzh,
Thanks for reaching out. It sounds like the product permalink or slug from the copied product is being retained after duplicating and saving the product, which can happen if the copied product is not generating a new unique slug correctly.
To help narrow this down, could you please let us know:
- Are you duplicating the product using WooCommerce’s default “Copy to a new draft” option, or with a third party plugin?
- Does this happen with all products or only specific ones?
- Have you tested this after temporarily disabling all plugins except WooCommerce and switching to a default theme such as Twenty Twenty-Four?
Also, please share your System Status Report so we can check your environment setup: https://woocommerce.com/document/understanding-the-woocommerce-system-status-report/
You can copy it via WooCommerce → Status → Get system report → Copy for support, then paste it to https://pastebin.com or https://quickforget.com and share the link here.
Forum: Themes and Templates
In reply to: [Storefront] Gallery (plugin) for non-product photo’sHi @fullcolor,
It sounds like you already have a clear idea of the layout you want, and yes, this is definitely possible with Storefront and WooCommerce.
For the structure itself, the easiest approach would likely be using the built in WordPress Columns block, where each “block” contains: Name, Photo, & Text
You can then place 3 of these in a row and continue adding more rows underneath.For the two features you mentioned:
- Automatic chronological order
The default Columns block does not automatically reorder items by newest first. For that functionality, a gallery or grid plugin would work better. A plugin like WP Grid Builder or Content Views could help display entries automatically with the newest items first. - Keeping everything aligned evenly
This is usually solved by using equal height columns/cards. Many grid plugins already handle this nicely, especially when product names or text lengths differ.
Another good option could be creating these as regular WordPress posts or portfolio items instead of manually building each block. Then the gallery/grid plugin can automatically organize them in a clean 3 column layout with sorting and alignment.
You can also explore the default WordPress Gallery block documentation here:
WordPress Gallery Block GuideI hope this points you in the right direction.
Hi @mmk175,
Thank you for the detailed explanation and for sharing what happened after clicking the reinstall button. It’s good that you were able to restore the site from the SiteGround backup quickly.
What you are seeing is not expected behaviour. If the site is truly running WordPress 7.0, the Updates page should not still be offering a reinstall for 6.3.8-en_US. In most cases, this points to stale core update transients, cached update metadata, or an incomplete/failed update process leaving inconsistent records behind.
The
wp_register_script_module()fatal error is also notable, as that function was introduced in newer WordPress core versions. The error typically appears when WooCommerce code expecting a newer WordPress version is loaded against older core files, or when a core reinstall/update leaves mixed files behind temporarily.Since the site was restored and is now loading correctly, I would recommend the following cautiously:
- Create a fresh backup before making further changes.
- Clear all caches fully, including:
- SiteGround caching
- Any plugin cache
- Server cache/CDN cache if enabled
- Reset WordPress update transients safely using a plugin like:
- WP Optimize
- Transients Manager
- or via WP CLI:
wp transient delete --all
- Reinstall WordPress 7.0 manually from Dashboard → Updates only after confirming the site files are consistent and all caches are cleared.
- Verify that no old WordPress core files remain after the earlier rollback/recovery.
You may also want to temporarily deactivate all plugins except WooCommerce and retest whether the translation update notification persists, as occasionally a plugin can interfere with update checks.
This guide may also help regarding failed or inconsistent WordPress updates: WordPress Updating Guide
If possible, could you also share your WooCommerce System Status Report so we can check whether anything else in the environment stands out?
You can copy it from: WooCommerce → Status → Get system report → Copy for support. Please share it using: https://pastebin.com or https://quickforget.com. That will help us take a closer look.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can’t disable Link payment methodHi @danidub,
Thanks for providing such a detailed breakdown of what you’ve tested so far, that really helps narrow this down.
From what you’ve shared, the behavior does appear to come from Stripe’s platform level configuration for Link rather than WooCommerce itself. The log message: “display_preference is not overridable” typically means that the Link payment method has been enabled directly within the Stripe account or through a Payment Method Configuration that WooCommerce cannot override locally.
Since WooCommerce Stripe syncs supported payment methods from Stripe, the plugin may continue re-enabling Link after saving if Stripe reports it as enforced or non overridable.
To help confirm this further, can you please share the following:
- A copy of your WooCommerce System Status Report You can get it via: WooCommerce → Status → Get system report → Copy for support. Please share it through: https://pastebin.com or https://quickforget.com
- A screenshot of what you currently see under: Stripe Dashboard → Settings → Payment methods → Link. You can upload screenshots via: https://snipboard.io
- Your WooCommerce Stripe logs, especially entries around the “display_preference is not overridable” message. You can find them under: WooCommerce → Status → Logs. Please share the logs using Pastebin or QuickForget as well.
Once we have those details, we’ll be in a much better position to determine whether this is coming from Stripe account level restrictions, a connected platform configuration, or something specific to the migrated environment.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shows Title SEO in verticalHi @cdelph75,
That is great to hear, thanks for the update! I am glad the issue is now resolved and that you were able to find the hidden Screen Options setting.
I’ll go ahead and mark this topic as resolved. If you run into anything else in the future, please feel free to open a new topic and we’ll be happy to help.
Also, if you have a moment, we’d really appreciate a review of WooCommerce. Your feedback helps other merchants make informed decisions and supports the continued improvement of the plugin: https://wordpress.org/plugins/woocommerce/reviews/#new-post
Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe wont deactivate woocommerceHi @shirleyrma,
Thanks for reaching out. To make sure we are guiding you in the right direction, could you clarify a bit more about what you mean by “delete WooCommerce on Stripe”?
Are you trying to:
- Disconnect the WooCommerce Stripe plugin from your Stripe account,
- Remove WooCommerce as a platform connection inside Stripe,
- Or simply enable Klarna as an additional payment method in Stripe?
Also, can you let us know if you are currently using the official WooCommerce Stripe Gateway plugin on your site?
If possible, please share a screenshot of what you are seeing in your Stripe payment methods page, especially where Klarna is unavailable. You can upload the screenshot via https://snipboard.io and share the link here.
That will help us better understand what is blocking the Klarna activation.
Forum: Plugins
In reply to: [WooCommerce] Trying to delete woocomerce on StripeHi @shirleyrma,
Thanks for reaching out. To make sure we are guiding you in the right direction, could you clarify a bit more about what you mean by “delete WooCommerce on Stripe”?
Are you trying to:
- Disconnect the WooCommerce Stripe plugin from your Stripe account,
- Remove WooCommerce as a platform connection inside Stripe,
- Or simply enable Klarna as an additional payment method in Stripe?
Also, can you let us know if you are currently using the official WooCommerce Stripe Gateway plugin on your site?
If possible, please share a screenshot of what you are seeing in your Stripe payment methods page, especially where Klarna is unavailable. You can upload the screenshot via https://snipboard.io and share the link here.
That will help us better understand what is blocking the Klarna activation.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple pay issues with shipping addressHi @davidecho,
Thank you for sharing the System Status Report. :contentReference[oaicite:0]{index=0}
From what you described, this still points more toward the Apple Pay shipping address validation itself rather than the WooCommerce checkout address.
With Apple Pay, the shipping address a customer enters on the WooCommerce checkout page is not carried over into the Apple Pay popup. Apple Pay instead uses the shipping address already saved inside the Apple Pay account/wallet on the iOS device.
If Apple Pay is showing “Update Shipping Address”, it usually means the shipping address saved in Apple Pay is either incomplete, invalid, or Apple Pay is unable to validate it correctly against the available shipping methods returned by the store.
Since we cannot fully test the Apple Pay checkout flow while Apple Pay is disabled on the site, could you please temporarily enable Apple Pay again so we can test the checkout flow from our side? Alternatively, you can also reproduce and test this safely on a staging site first.
Looking through the SSR, I also noticed a few things worth updating first before further testing:
- Your WordPress version is still on 6.9.4, while WordPress 7.0 is available.
- Your WooCommerce Stripe Gateway plugin is currently on 10.6.1, while version 10.7.0 is available.
- Your theme contains multiple outdated WooCommerce template overrides, especially several checkout related templates. These outdated overrides can sometimes interfere with newer checkout or payment gateway functionality, including Apple Pay behavior.
Please first:
• Update WordPress to 7.0
• Update WooCommerce Stripe Gateway to 10.7.0
• Clear all caches after updating
• Retest Apple Pay again afterwardIf the issue still continues after the updates, please let us know and keep Apple Pay enabled so we can test further from our side.
Forum: Plugins
In reply to: [WooCommerce] How to delete action schedulerHi @raalknz,
Thanks for reaching out. Since WooCommerce has already been removed, what you are seeing is likely a leftover WP Cron event from the Action Scheduler library still registered in the database.
You can usually clear it by removing the scheduled cron event directly. One way is via WP CLI:
wp cron event delete action_scheduler_run_queueOr, if you prefer using a plugin, you can install a cron management plugin such as WP Crontrol and remove the
action_scheduler_run_queueevent from there.If the Action Scheduler tables are still present and no longer needed, you can also remove them manually from the database after taking a full backup first. You can learn more about WP Crontrol here: https://wordpress.org/plugins/wp-crontrol/. Please let us know how it goes.
Hi @gwenwruck,
Thank you for your patience and for working through the troubleshooting with us.
No issues at all. Please feel free to check back once the upcoming plugin update containing the fix from PR #1175 is released, and let us know if you notice any remaining issues or changes in the Event Quality reporting after updating.
We’ll be happy to take another look if needed.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shows Title SEO in verticalHi @cdelph75,
Thanks for sharing the screenshots, they helped clarify what is happening here.
From what I can see, this is not actually the SEO Title column displaying vertically. Instead, it is the “Titres SEO” column itself being compressed because there are too many columns enabled on the Products screen, causing WordPress to squeeze the column width and stack the text vertically.
This is coming from the admin table layout rather than a WooCommerce or Yoast bug directly.
To improve this, please try the following:
- Go to Products → All Products
- Click “Screen Options” at the top right of the page
- Disable columns you do not really need, especially:
• GTIN/UPC/EAN
• Extra SEO columns
• Analytics columns
• Brand columns
• Other plugin-added columns - The “Titres SEO” column should automatically expand horizontally afterward
You can also try temporarily zooming out your browser page or using a wider screen to confirm this is purely a column width issue.
Additionally, some plugins add many admin columns automatically, which can force this behavior. From your screenshot, there appear to be several extra columns added by other plugins as well.
If after reducing the columns the issue still remains, please let us know which additional plugins are active on the site that add product table columns, and we’ll take a closer look.