Problem seen on Actinic 8.5.1, 8.5.2. Not tried any prior releases.
Using a Component with some Attributes, Choices and a full Permutation List.
I set a couple of the first Permutations to use Associated Products and leave the rest at (none).
If I use the following code in a Product Layout:
Then the following displays:
When I've only set the first 2 permutations to Associated Products.
I was expecting a null value for the other entries.
Screenshot attached in case that helps clarify things.
Using a Component with some Attributes, Choices and a full Permutation List.
I set a couple of the first Permutations to use Associated Products and leave the rest at (none).
If I use the following code in a Product Layout:
Code:
<actinic:block type="ComponentList"> <actinic:block type="PermutationList"> <actinic:variable name="ListIndex">: <actinic:variable name="AssociatedProduct::ProductName" /><br> </actinic:block> </actinic:block>
Code:
1: Great Expectations 2: Pride and Prejudice 3: Pride and Prejudice 4: Pride and Prejudice 5: Pride and Prejudice 6: Pride and Prejudice 7: Pride and Prejudice 8: Pride and Prejudice 9: Pride and Prejudice 10: Pride and Prejudice 11: Pride and Prejudice 12: Pride and Prejudice
I was expecting a null value for the other entries.
Screenshot attached in case that helps clarify things.
Comment