Hello,
I need to make a variation only feed with some attributes pulled from the parent and others from the variation itself.
Snippet:
[alg_product_list_attribute name=”pa_color” use_parent_id=”yes”]
[alg_product_list_attribute name=”pa_size”]
However, this pulls the parent data for both attributes, i.e: Color: Red / Size: 40, 41, 42, etc
I have also tried use_parent_id=”no” for Size with the same result.
Whereas if use:
[alg_product_list_attribute name=”pa_color”]
[alg_product_list_attribute name=”pa_size”]
It returns Color: [empty] / Size: 40
What this feed requires is color pulled from the parent and size pulled from the variation and then the same for several other attributes, but no matter how much I play around with use_parent_id it always gives me all data from parent or all data from variation.
Best regards
-
This topic was modified 1 year, 11 months ago by
Omar Dabbas.