I am trying to display extended information for the "Associated Products" referenced to the "Choices" in the table of "Permutations". Has anyone done this or something similar?
I am using v9.0.4.
I am using v9.0.4.
<actinic:block if="%3cactinic%3avariable%20name%3d%22PermutationAssociatedNameIsUsed%22%20%2f%3e" > <input type="button" name="INFO_<actinic:variable name="AssociatedProduct::ProductID" />" value="<actinic:variable name="ExtInfoButtonLabel"/>" onclick="javascript:ShowPopUp('<actinic:variable name="AssociatedProduct::ExtendedInfoPageEncoded" />','<actinic:variable name="ExtInfoWindowWidth"/>','<actinic:variable name="ExtInfoWindowHeight"/>');" /> </actinic:block>
Comment