healthynest
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] “Merchant Center account is not set up.” after setupChanging to Chrome from Firefox to reset the Google connection seemed to have temporarily fixed the issue, but upon refreshing the error returned.
At page=wc-admin&path=%2Fgoogle%2Fproduct-feed, the page first tells me free listing setup has been completed. This message then disappears and is replaced with the following 2 messages:
“There was an error loading your merchant center product statistics. Merchant Center account is not set up.”
“There was an error loading issues to resolve. Merchant Center account is not set up.”
When I edit a product, the “Channel Visibility” tab for Google for Woocommerce tells me “Complete setup to get your products listed on Google for free.”
However, all four integration programs have the green tick in page=wc-admin&path=%2Fgoogle%2Fsettings
I am on the most updated WooCommerce and Google for Woocommerce version for my WordPress version. Where can I send the WooCommerce System Report in a secure manner?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Changes in get_formatted_billing_full_name()Both, perhaps?
It seems odd there would be such a change without documentation or testing though.
I can’t find any references to this either, but the issue only started within the last 2 months I think…
Forum: Plugins
In reply to: [Polylang] Woocommerce Checkout Page ErrorThanks leemon, I already use WooPoly.
During my initial setup a few weeks ago I remember the formatting of both the cart and checkout pages were a bit messed up while having the plugin only. Having both methods at the same time somehow fixed it.
I’ve tested it now with the code removed and it works fine, so thanks again! Learning something every day~
Forum: Plugins
In reply to: [Polylang] Woocommerce Checkout Page ErrorI run a similar site with woocommerce and polylang as well.
In short to get the checkout page you need 3 things:
1. A Dutch language version of the checkout page with Polylang installed, with the shortcode
[woocommerce_checkout]
2. Upload the entire dutch translation package for Woocommerce onto your server:
e.g. wp-content/languages/woocommerce/woocommerce-nl_NL.mo
Make sure your language codes for polylang and the translation package matches up.
You can find the translation here: https://github.com/woothemes/woocommerce-language-packs/blob/master/packages/nl_NL.zip (click “View Raw” to download)
3. Add the code here into your functions.php :
https://pastebin.com/5vVwFGJGCode was written by leemon on the polylang support forum: