View Single Post
  #1  
Old 01-30-2007, 11:54 PM
 
compuidea compuidea is offline
 

Newbie
  
Join Date: Dec 2006
Posts: 3
 

Default XCART 4.1.6 - Manufacturer logo in product page

I try to display a manufacturer logo in product page, but still doesn't work. I was wondering if someone can help me for the code.
Thanks in advance.

I add this to product.php:

$thisManufactorer = $product_info["manufacturerid"];
$manufacturer = func_query("SELECT * FROM $sql_tbl[manufacturers] WHERE manufacturerid = $thisManufactorer");
$smarty->assign("manufacturer", $manufacturer[0]["manufacturer"]);

and this to product.tpl

<img src="{$xcart_web_dir}/manufacturers.php?manufacturerid={$product.manufac turerid}" />
__________________
X-Cart Gold V4.1.6
Reply With Quote