Quote:
Originally Posted by TelaFirma
Well.... You will need to make a new .tpl file based on the product_thumbnail.tpl file. Probably call it cat_icon.tpl....
You will also need to add a function to the func.php file to read the file path from the 'icons' table, and call this function from within the categories.php file and add the results to the $subcategory array.
After you do this, you can call the icon in a similar way that you do with the thumbnails.. ie. {include file="cat_icon.tpl" categoryid=$subcategories[cat_num].categoryid icon_url=$subcategories.icon_url}
|
Thanks!! That totally points me in the right direction
