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"));
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|