View Single Post
  #37  
Old 05-11-2008, 05:18 AM
  phicaloma's Avatar 
phicaloma phicaloma is offline
 

Advanced Member
  
Join Date: Nov 2007
Location: Paris - France
Posts: 34
 

Default Re: Manufacturers Drop Down

Quote:
Originally Posted by Danielle
That worked great, thank you! Here is my whole code from menu_manufacturers.tpl, try just copying and pasting it and hopefully it will work for you too!

One last attempt that works, and let the manufacturer.php link anyway (doesn't rely on the list limit).

Manufacturers list limit (leave empty if unlimited): 0
(in Manufacturer otions menu in admin)

Code (replace the existing code, works for 4.1.9) :

File: /modules/Manufacturers/menu_manufacturers.tpl

------------------------------------------------

{* $Id: menu_manufacturers.tpl,v 1.4 2004/06/22 05:38:52 max Exp $ *}
{if $manufacturers_menu ne ''}
{capture name=menu}
<form name="form_manuf" method="get" action="manufacturers.php">
<select name="manufacturerid" onChange="document.form_manuf.submit()">
<option value="0" selected>Recherche...</option>
{section name=mid loop=$manufacturers_menu}
<option value="{$manufacturers_menu[mid].manufacturerid}">{$manufacturers_menu[mid].manufacturer|truncate:12:"...":true}</option>
{/section}
</select>
</form>
<br />
<a href="manufacturers.php" class="VertMenuItems">{$lng.lbl_other_manufacturer s}</a><br />
{/if}
{/capture}
{include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_manufacturers menu_content=$smarty.capture.menu}
<br />

----------------------------------------------

Et voilЮ !

Philippe
__________________
X-Cart Gold 4.1.9 - 4.2.0 - 4.2.2
Telafirma: Dynamic Images, Narrow by Manufacturer, Product Page manufacturer, Static Pages Categories, Multicolumn Recommends
Firetank Software: Featured Products, Feed Manager, Newest Products, Sitemap Pro, Marketing Manager
Xcartmods: Ultimate Minicart, 4 Level Horizontal (and Vcal) Flyout

BCSE: Reviews Edit, Multiple Upselling
MagenticOne: Tag Cloud, Store Manager, Custom Data Feed
Websitecm: Xnews, Xnews SEO, CDSEO Pro
Jon Langevin: Gone With The Wind !
Reply With Quote