Hi,
Thanks for using our plugin and reaching out to us. Are you absolutely sure this is the case? We have made changes to our plugin only a couple of months ago so it would add the simple products AND specifically the parent products on request of Skroutz.
Could you point us to their feed-requirements or email from their support that the parent products are not allowed?
Here is a screenshot from our skroutz dashboard:
https://imgshare.io/image/NpUqvy
I translate: “For every different colour/design that the product is available you have to submit different product records.” I have already sumbmitted the variable products, this error message is about the parent product that is not needed by skroutz.
Here is a link to skroutz XML documentarion:
https://developer.skroutz.gr/feedspec/#color
“In case multiple colors for a given model exist, they should be submitted as different products with separate Unique IDs.”
What you describe at https://adtribes.io/creating-woocommerce-product-feed-skroutz/ is true only in the case of size variations. See the different documentation in this case: https://developer.skroutz.gr/feedspec/#size
I think it is clear.
Thank you.
-
This reply was modified 6 years ago by
geonolis.
Hi,
do we have any news on this one…or any workarounds?
Thanks in advance
Hello,
It seems the thread has been forgotten.
If Skroutz policy about variable products is not so clear, it would be nice to have an option to keep parents of variable products or not.
Could you consider it?
At the moment, we have to deal with dozens of Skroutz warnings about unnecessary parent products in our XML.
-
This reply was modified 5 years, 9 months ago by
geonolis.
Hello,
Problem solved by commenting out a line of code at:
woo-product-feed-pro/classes/class-get-products.php
line 3206 (version 8.7):
// For these channels parent products are allowed
$allowed_channel_parents = array(
// “skroutz”, // comment out to remove parent product
“google_dsa”,
“google_product_review”,
);
Of course, whenever you update the plugin the above change may be lost.
Geonolis