Variations As Products
-
Hello
Can this plugin or the pro version create the following XML scenario?
We want the XML file to have every variation of the product as seperate product listing.
For example.
We have a variable product with
SKU 111
and has
3 Variations
Color Blue, Size 01, SKU 11101
Color Blue, Size 02, SKU 11102
Color Blue, Size 03, SKU 11103We want each variation to show in the xml as different product.
Now the XML version shows only the parent product with the SKU 111 and the shortcode available_variations shows the available variations.
But we want to treat every variation as different product in xml so that the XML file will have
VariationSku: 11101
ParentSku: 111[alg_product_title]
[alg_product_formatted_name]
[alg_product_url]
[alg_product_type]
[alg_product_price]VariationSku: 11102
ParentSku: 111[alg_product_title]
[alg_product_formatted_name]
[alg_product_url]
[alg_product_type]
[alg_product_price]Etc.
Is this possible? In free or paid version.
We want this badly.
Thank you.
- The topic ‘Variations As Products’ is closed to new replies.