Jump to content

Manufacturer Listing not working- No Help?


Recommended Posts

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 -->


{l s='Manufacturers' mod='blockmanufacturer'}





{if $manufacturers}


{if $text_list}






{/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

×
×
  • Create New...