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)
-   -   Displaying Manufacturer Details (https://forum.x-cart.com/showthread.php?t=56990)

almatesic 12-16-2010 06:57 PM

Re: Displaying Manufacturer Details
 
Is there anybody can help me on this issue. What am i doing wrong???

cflsystems 12-16-2010 07:39 PM

Re: Displaying Manufacturer Details
 
Try this as "" are probably messing up with the second parameter

$smarty->assign("m_url", $manufacturer[0]['url']);

Or you can do this if only url is what you need

$smarty->assign("m_url", func_query_first_cell("SELECT url FROM xcart_manufacturers WHERE manufacturerid = 1"));


All times are GMT -8. The time now is 01:59 PM.

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