In the productline template i have added a couple of customvars that i want to use to display small gif icons i have created that relate to packaging size, branding etc.
Currently in the product properties i have the property defined as
<img border="0" src="icons/50spindle.gif"> but it gets a little complicated for non-techie staff to understand.
Would there be a way to define the property as "50 Spindle" in actinic that will then use the filename above in the html code?
I have tried having the template code as <img src="icons/CUSTOMVAR:PACKAGING.gif!> but for the products that do not have the property definded there is a red X (missing image).
Any ideas / suggestions?
Currently in the product properties i have the property defined as
<img border="0" src="icons/50spindle.gif"> but it gets a little complicated for non-techie staff to understand.
Would there be a way to define the property as "50 Spindle" in actinic that will then use the filename above in the html code?
I have tried having the template code as <img src="icons/CUSTOMVAR:PACKAGING.gif!> but for the products that do not have the property definded there is a red X (missing image).
Any ideas / suggestions?
Comment