Quote:
Originally Posted by BizzyB
I apologise for taking up your time but in your opinion is there a method whereby I can create a global text variable ($prod_spec for example) then assign different texts to this varaible, enabling me to use the variable for the same hlp_XXXX.tpl.
|
I was barking up the wrong tree. What I finished up doing was to create a pop-up window called hlp_productlink.tpl, then created several text variables in Admin called txt_prod_speci_001, txt_prod_speci_002 etc.
Within hlp_productlink.tpl I then called the appropriate text. For example, {$lng.txt_prod_speci_001} or {$lng.txt_prod_speci_002} and so on.
However, having done that, I can't help thinking there must be a better way.
Regards