X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   XCART 4.1.6 - Manufacturer logo in product page (https://forum.x-cart.com/showthread.php?t=28454)

compuidea 01-30-2007 11:54 PM

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}" />

pcparts 01-31-2007 01:21 AM

Re: XCART 4.1.6 - Manufacturer logo in product page
 
This worked for me try this one
http://forum.x-cart.com/showthread.php?t=26034


All times are GMT -8. The time now is 06:46 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.