I'm trying to build a custom .csv with a batch report template. Found some help here, but I'm bad so I need more help with the template language... I can see it has a loop for orders which is perfect:
But I don't know how to then individually loop through each product and also each attribute. I want to add statements to check if product attributes contain certain words so I can enter correct words or just commas.
Any help at all (even just links to the right docs) is appreciated!
Code:
<mvt:foreach iterator="order" array="admin_order:orders"> </mvt:foreach>
Code:
<mvt:foreach iterator="???" array="???"> </mvt:foreach>
Comment