graficus
09-05-2006, 05:18 PM
Sum: generate links based on record values.
Detail:
There is a column 'options' that contains inline values "1B,4,16" for example and is displayed in a dropdown (commas automatically separate list values). These values differ from one record to another.
What I need to do is look up those 'options' values and display a list of JPEGs adding "images/color_swatches/<%optionValueHere%>.jpg" resulting in
"images/color_swatches/1B.jpg" "images/color_swatches/4.jpg"
and so on, so that only jpegs corresponding to available listed options are shown.
Any solutions are very much appreciated.
PS: This is a workaround for existing shopping cart (VP-ASP 6), where inbuilt 'features' feature does not suffice.
Detail:
There is a column 'options' that contains inline values "1B,4,16" for example and is displayed in a dropdown (commas automatically separate list values). These values differ from one record to another.
What I need to do is look up those 'options' values and display a list of JPEGs adding "images/color_swatches/<%optionValueHere%>.jpg" resulting in
"images/color_swatches/1B.jpg" "images/color_swatches/4.jpg"
and so on, so that only jpegs corresponding to available listed options are shown.
Any solutions are very much appreciated.
PS: This is a workaround for existing shopping cart (VP-ASP 6), where inbuilt 'features' feature does not suffice.