Problem
P1. A PC which can be built up/upgraded via multiple variants - each variant (using radio button format) with several choices
P2. Each variant name (e.g. monitor) to have an additional info link pop-up
P3. Each choice (e,g, 17" LCD +£200) in a variant to also have its own
additional info link pop-up (on the details of that particular monitor)
I tried the following solution
S1. Use NETQUOTEVAR:VARIANTLABEL1 NETQUOTEVAR:VARIANTSELECTOR1, ..2, ..3, etc in a new ProductLine template
S2. Rejig Act_VariantAttributeName.html into a 1-row table with NETQUOTEVAR:ATTRIBUTENAME in left column and the info link in th eright column comprising a small 'info' image + a CUSTOMVAR:INFOLINK
S3. Was intending to do something similar with Act_Variant_RadioButton.html, BUT suddenly realised that there's no way to allocate a CUSTOMVAR to each choice
There are other Variant templates of the type ActVariantTableBtnXXXXX.html, for which there seem to be no Actinic documentary example of usage - am I barking up the wrong tree or is there a way of using them for the above
Currently the only alternative I have is to provide a generailsed info link associated with each Variant attribute and then in that link page either split it into further links (1 for each choice) or put all the choice data on that one page, which is messy and not so easily edited for future updates
Any ideas?
P1. A PC which can be built up/upgraded via multiple variants - each variant (using radio button format) with several choices
P2. Each variant name (e.g. monitor) to have an additional info link pop-up
P3. Each choice (e,g, 17" LCD +£200) in a variant to also have its own
additional info link pop-up (on the details of that particular monitor)
I tried the following solution
S1. Use NETQUOTEVAR:VARIANTLABEL1 NETQUOTEVAR:VARIANTSELECTOR1, ..2, ..3, etc in a new ProductLine template
S2. Rejig Act_VariantAttributeName.html into a 1-row table with NETQUOTEVAR:ATTRIBUTENAME in left column and the info link in th eright column comprising a small 'info' image + a CUSTOMVAR:INFOLINK
S3. Was intending to do something similar with Act_Variant_RadioButton.html, BUT suddenly realised that there's no way to allocate a CUSTOMVAR to each choice
There are other Variant templates of the type ActVariantTableBtnXXXXX.html, for which there seem to be no Actinic documentary example of usage - am I barking up the wrong tree or is there a way of using them for the above
Currently the only alternative I have is to provide a generailsed info link associated with each Variant attribute and then in that link page either split it into further links (1 for each choice) or put all the choice data on that one page, which is messy and not so easily edited for future updates
Any ideas?
Comment