![]() |
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}" /> |
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.