![]() |
Re: Displaying Manufacturer Details
Is there anybody can help me on this issue. What am i doing wrong???
|
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.