Skroutz Feed and Separate Variations
-
Hi,
I am using your plugin to create a Skroutz Feed. I am following this guide https://adtribes.io/knowledge-base/creating-woocommerce-product-feed-skroutz/ and
- I have enabled the “include all proudct varations” switch
- Added in fields color, size and weight
- Added in exclude filters the parent product (variable) so that it removes the product type = variable
My feed is not correct as it is generated like this:
<product>
<id>298236</id>
<name>tes2 L</name>
...
<mpn>250tesL</mpn>
<quantity>0</quantity>
<availability>in stock</availability>
<weight>30</weight>
<color>Melon</color>
<color>Χρυσαφ?</color>
<color>Μπεζ</color>
<size>M,L,S</size>
</product>
<product>
<id>298237</id>
<name>tes2 S</name>
...
<mpn>250tesS</mpn>
<quantity>0</quantity>
<availability>in stock</availability>
<weight>30</weight>
<color>Melon</color>
<color>Χρυσαφ?</color>
<color>Μπεζ</color>
<size>M,L,S</size>
</product>
<product>
<id>298235</id>
<name>tes2 M</name>
...
<mpn>250tesM</mpn>
<quantity>0</quantity>
<availability>in stock</availability>
<weight>30</weight>
<color>Melon</color>
<color>Χρυσαφ?</color>
<color>Μπεζ</color>
<size>M,L,S</size>So, instead of having just one entry per product and show only the available variations I get 3 different entries. Also, the Medium size above is set to “out of stock” but yet it shows as “in stock” in the feed.
I have tried the following troubleshooting:
- Selected a classic woocommerce theme e.g. storefront
- Deactivated all plugins and kept only woocommerce and product feeds pro
- Deactivated all other feeds (I had one more skroutz feed active)
- I created a new feed from scratch
- Disabled / Reenabled the plugin.
- No Caching on the server-side
NOTE: My products use only “size” for variations not “color”.
Could you please tell me what am I doing wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.