Judemoon Posted May 12, 2010 Share Posted May 12, 2010 Hi, I'm having problem with the manufacturing listing. When I select the text from the dro-down list box, it does not link to the url.Any saint out there, please help to see if there's any error in the script below. This is from the blockmanufacturer.tpl file.Thank you in advance! What could be the problem when the drop-down list link is not working? <!-- Block manufacturers module --> {if $manufacturers}{if $text_list} {foreach from=$manufacturers item=manufacturer name=manufacturer_list}{if $smarty.foreach.manufacturer_list.iteration <= $text_list_nb} getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)}" title="{l s='More about' mod='blockmanufacturer'} {$manufacturer.name}">name}" />{/if}{/foreach} {/if}{if $form_list}<form action="{$smarty.server.SCRIPT_NAME}" method="get">{l s='All manufacturers' mod='blockmanufacturertr'}{foreach from=$manufacturers item=manufacturer}{$manufacturer.name}{/foreach} </form>{/if}{else}{l s='No manufacturer' mod='blockmanufacturertr'} {/if} <!-- /Block manufacturers module --> Link to comment Share on other sites More sharing options...
Recommended Posts