
miltonwares(@miltonwares)
4 Posts
Customers
Quote from miltonwares on July 8, 2020, 04:39
Hi
When we turn is multiple allowed "on" the feeds we have setup for google merchant center all stop working. We are using https://woocommerce.com/products/google-product-feed/
I tried adding https://currency-switcher.com/google-product-feed-woocommerce/ to our snippets plugin but that didn't seem to resolve my issue.
Thank you
Hi
When we turn is multiple allowed"on" the feeds we have setup for google merchant center all stop working. We are using https://woocommerce.com/products/google-product-feed/
I tried adding https://currency-switcher.com/google-product-feed-woocommerce/ to our snippets plugin but that didn't seem to resolve my issue.
Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 8, 2020, 10:41
Hello
Please drop me wp-admin + FTP access to your test site.
I will add this plugin to the adaptation queue
Hello
Please drop me wp-admin + FTP access to your test site.
I will add this plugin to the adaptation queue

miltonwares(@miltonwares)
4 PostsTopic Author
Customers
Quote from miltonwares on August 28, 2020, 00:15
Hello Pablo
I have updated the private data for this post with our wp-admin and purchase info
Our issues:
- When we turn on "is multiple allowed" our google product feed links stop working and cause global feed errors in merchant center. Cannot fetch the feed without turning off "is multiple allowed".
- Google bots crawl our site from USA and give us error "Mismatched value (page crawl) [price]" because our feed in in CAD. The USA IP triggers USD pricing on website.
- We have tried to disable woocs on page slug "auctions" but it does not seem to work
I've tried adding a couple snippets of yours to our snippets plugin but that has not resolved issues.
Please help
Hello Pablo
I have updated the private data for this post with our wp-admin and purchase info
Our issues:
- When we turn on"is multiple allowed" our google product feed links stop working and cause global feed errors in merchant center. Cannot fetch the feed without turning off"is multiple allowed".
- Google bots crawl our site from USA and give us error"Mismatched value (page crawl) [price]" because our feed in in CAD. The USA IP triggers USD pricing on website.
- We have tried to disable woocs on page slug"auctions" but it does not seem to work
I've tried adding a couple snippets of yours to our snippets plugin but that has not resolved issues.
Please help

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 28, 2020, 11:23
Hello
I added the plugin to the adaptation queue
And I need FTP access
Hello
I added the plugin to the adaptation queue
And I need FTP access

miltonwares(@miltonwares)
4 PostsTopic Author
Customers
Quote from miltonwares on August 29, 2020, 05:13
Hi
Thanks. I have updated private data with ftp info.
Hi
Thanks. I have updated private data with ftp info.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 31, 2020, 10:49
Hello
Ok! Thank you
Hello
Ok! Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 3, 2020, 15:08
Hello
I did test - https://c2n.me/48XyNDa - everything seems to be working well
In any case in file - wp-content\plugins\woocommerce-currency-switcher\index.php - add code - https://c2n.me/48Xz8mf.png
if(isset($_GET['woocommerce_gpf'])){
return false;
}
this enable plugin for google feed
Hello
I did test - https://c2n.me/48XyNDa - everything seems to be working well
In any case in file - wp-content\plugins\woocommerce-currency-switcher\index.php - add code - https://c2n.me/48Xz8mf.png
if(isset($_GET['woocommerce_gpf'])){
return false;
}
this enable plugin for google feed