Joey - a11n
Forum Replies Created
-
Hi @sashky90 – Can you send me a copy of your site’s system status report? You can find that by going to the follow page in your admin dashboard: WooCommerce > Status > ‘Get system report’
Hi @elkevo – I’m not too familiar with how Printful integrates products into WooCommerce, though I imagine it could have an impact no the sync between WooCommerce/Facebook.
Are you able to send a screenshot of the General settings tab of at least one of these products? If there are other tabs related to Printful, that may be helpful too.
I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in this chat.
Hi @scottlush – That message you’re seeing is likely related to buttons on your site that don’t have information in their description (eg, ‘Read More’).
SEO isn’t handled directly by WooCommerce, though, so you’d be best reaching out to Yoast support for a better answer.
Hi again @pleazo – No worries, I understand!
Before we can even continue debugging this issue, some sort of Cron job will need to be enabled on your site, as this is required for many, many functions related to even WooCommerce itself.
Here’s what the next steps will be:
- Reach out to your hosting provider to see about enabling a real Cron job (server Cron). This will ensure that the Cron jobs are regularly processed and aren’t dependent on site visits or page loads.
- Ask them to expand on the amount and type of requests they were seeing.
I can’t be for sure at this point that this is the overall issue, but I can assure you that continuing to try fixing a problem when a key piece isn’t functioning will not yield the results we’re hoping for.
Thanks!
Hi @pleazo – I see no mention in this thread of your current Cron setup.
The system status report shows that you have WP Cron disabled. Are you using another type of Cron job?Forum: Plugins
In reply to: [WooCommerce] Add tax button doesn’t show all ratesHi @bsanders44 – This is currently the expected behavior, as described in this issue: https://github.com/woocommerce/woocommerce/issues/30172
The SQL query used to find the applicable tax rates is:
$rates = $wpdb->get_results( "SELECT * FROM {$wpdb->prefix}woocommerce_tax_rates ORDER BY tax_rate_name LIMIT 100" );Since there’s
LIMIT 100set, you’ll only see the first 100 that match.One workaround here, until this is converted to a search field in the future sometime, is to search for the database ID of the tax rate you want to use in the field at the end of the scroll: https://d.pr/i/jrGC03
There are a couple of ways to get that
tax_rate_idfrom your site’s database:- If you know how to use the web inspector, you can find the
data-idin the tax rate line item: https://d.pr/i/yQRiQw - If you’re familiar with using SQL, you can run a quick database search using:
- SELECT * FROM
wp_woocommerce_tax_ratesWHEREtax_rate_name= ‘[tax name]’
I know that neither of these is ideal, but it’s a smarter approach, considering altering the WooCommerce-core code will be overwritten each update.
Let us know if you have any other questions!
Forum: Plugins
In reply to: [WooCommerce] HTTP ERROR 500Hi @luukvossers9 – A fix for this issue was released in v6.9.1. Please go ahead and update if you haven’t already. Thanks!
Forum: Plugins
In reply to: [WooCommerce] PHP ErrorUPDATE: A fix for this issue has been released in v6.9.1. Please go ahead and update if you haven’t already.
Forum: Plugins
In reply to: [WooCommerce] Error after updating to new versionUPDATE: A fix for this issue has been released in v6.9.1. Please go ahead and update if you haven’t already.
Forum: Plugins
In reply to: [WooCommerce] error in in comment@amar2119 – A part of the error your theme’s support team provided you actually points to WooCommerce Multilingual as the issue: https://d.pr/i/l8pl1M
You can reach out to their support team with that error here: https://wordpress.org/plugins/woocommerce-multilingual/
Forum: Plugins
In reply to: [WooCommerce] Incorrect order date timeA fix has been submitted for this issue: https://github.com/woocommerce/woocommerce/pull/34687
We anticipate a release coming soon that should fix this problem. Promptly update to v6.9.2 when released.Forum: Plugins
In reply to: [WooCommerce] ErrorUPDATE: A fix for this issue has been released in v6.9.1. Please go ahead and update if you haven’t already.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 6.9 date issueA fix has been submitted for this issue: https://github.com/woocommerce/woocommerce/pull/34687
We anticipate a release coming soon that should fix this problem. Promptly update to v6.9.2 when released.Forum: Plugins
In reply to: [WooCommerce] Front end error since 6.9.0UPDATE: A fix for this issue has been released in v6.9.1. Please go ahead and update if you haven’t already.
Forum: Plugins
In reply to: [WooCommerce] There has been a critical error on this website.UPDATE: A fix for this issue has been released in v6.9.1. Please go ahead and update if you haven’t already.