I’ve been using the plugin for a few days now and it does a lot of things, it’s a very good plugin, thank you.
However, there may be a need some improvements to the Pro version for ACF support. When you have a selector with several values, it generates a critical error in the line:
Uncaught TypeError: html_entity_decode(): Argument #1 ($string) must be of type string, array given in /home/tkycrfav/public_html/wp-content/plugins/sync-wc-google/includes/products.class.php:190
Quick fix :
if (is_string($item)) {
return html_entity_decode($item) ;
}
Maybe add multi-value support for ACF selector in future versions?
Maybe add the ability to retrieve personalized taxonomies like for categories?
Thank you for your work.