I am trying to hide an attribute choice from a customer group.
1. I have made a true/false variable place of setting 'choice' initial/top level values 'false' and wrapped a blockif round the Radio Permutation Button Entry (<actinic:variable name="Hide" /> == false) and selecting true for one of the choices does nothing. Interestingly <actinic:variable name="Hide" /> == true hides the whole list!
2. I have tried using the 'valid' option in permutations thinking we could use that for show/hide to customer group 2 if I put the blockif at the beginning of Radio Permutation Button Entry into code thus:
This don't work neither!
So, why doesn't the Hide variable in choice work in Radio Permutation Button Entry? Why doesn't the blockif get hidden by the expression in 2 above? can you make another tick box in the permutations of component details to show/hide???
http://www.graphicz.eu.com/site1/aca...of-String.html
Thank you.
1. I have made a true/false variable place of setting 'choice' initial/top level values 'false' and wrapped a blockif round the Radio Permutation Button Entry (<actinic:variable name="Hide" /> == false) and selecting true for one of the choices does nothing. Interestingly <actinic:variable name="Hide" /> == true hides the whole list!
2. I have tried using the 'valid' option in permutations thinking we could use that for show/hide to customer group 2 if I put the blockif at the beginning of Radio Permutation Button Entry into code thus:
Code:
<Actinic:ShowForPriceSchedule Schedules="2" HTML="<actinic:block if="%3cactinic%3avariable%20name%3d%22PermutationIsValid%22%20%2f%3e" >"></Actinic:ShowForPriceSchedule>
So, why doesn't the Hide variable in choice work in Radio Permutation Button Entry? Why doesn't the blockif get hidden by the expression in 2 above? can you make another tick box in the permutations of component details to show/hide???
http://www.graphicz.eu.com/site1/aca...of-String.html
Thank you.
Comment