I am sorry to ask, but i am having no luck on getting this to work for me, I have to be missing somthing....
In my Product.php file I added this code :
Code:
# Manufacturers Logo In Products
$smarty->assign("product",$product_info);
$manufacturer = func_query_first("SELECT manufacturer,image FROM $sql_tbl[manufacturers] WHERE manufacturerid='$product_info[manufacturerid]'");
#end logo in Products
And added this to my Product.Tpl file :
Code:
[img]mlogo.php?manufacturerid={$manufacturerid.manufacturerid}[/img]
Pretty much as directed. But still no luck. My product template does display the Xcart image place holder but not the manufacturers Logo.
Any help is greatly appreciated.
Jason