You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happened that in Woocommerce all the product images were seen correctly from this plugin, but in the products synchronized with the Facebook store, the images were not displayed.
I found that if I completed (with any image) the "Product Image" field, then the Facebook for Woocommerce plugin update and publish the image refered by this plugin (featured-image-by-url).
So I've used dummy url from product placeholder image as image src:
It happened that in Woocommerce all the product images were seen correctly from this plugin, but in the products synchronized with the Facebook store, the images were not displayed.
I found that if I completed (with any image) the "Product Image" field, then the Facebook for Woocommerce plugin update and publish the image refered by this plugin (featured-image-by-url).
So I've used dummy url from product placeholder image as image src:
"images": [
{"src":"https://myshop.com/wp-content/uploads/dummy.png"}
],
"meta_data": [{"key": "_knawatfibu_url", "value":"https://mydam.com/uploads/productimage.png"}
]
The text was updated successfully, but these errors were encountered: