nm... bumping this back up after several years
I have added my extra field which is "param01" - named 'New'
I have then typed into my products.tpl:
Code:
<div align=center"><img src=/icons/{$param01}></div>
Yet what I get is a broken image - and in the source I get:
Code:
<div align=center"><img src=/icons/></div>
Should there be something else I should be adding?