![]() |
Re: Manufacturers Drop Down
We use this: http://www.telafirma.com/store/product.php?productid=16134&cat=0&bestseller=Y
Works very well |
Re: Manufacturers Drop Down
Thanks MBA
I do like Telafirma's mods and he is very helpful and that one looks good - I was hoping there was a freebie as I seem to be constantly putting my hand in my pocket. So, obviously the one on this thread does not work for 4.1.9 Thanks again Twinster |
Re: Manufacturers Drop Down
Although this mod functions as I want it to I am concerned whether the links in the drop down list are as attractive to Google as html links would be.
Can Google see the links in the drop down form? |
Re: Manufacturers Drop Down
Quote:
Sort of; in most cases, no. http://www.mattcutts.com/blog/solved-another-common-site-review-problem/ |
Re: Manufacturers Drop Down
I thought not Kube, certainly Sitemap Generator can't see the links in the form, all my manufacturers pages have disappeared from our sitemap!
Not a big problem though. |
Re: Manufacturers Drop Down
Quote:
Sorry to keep linking paid modules, but they are really good... Jon at WebsiteCM has the CDSEO mod for Manufacturer pages. It works great with Telafirma's manufacturer's dropdown menu. I think for the price (and zero frustration) they are both really worth it. Plus they support their customers even when we are annoying and in freakout mode. :-) http://www.websitecm.com/x-cart-mods/cdseo-links-for-manufacturers.html and http://www.telafirma.com/store/product.php?productid=16134&cat=243&bestseller=Y Your links are still in the sitemap generator (xml-sitemap if that's what you use...) they have only changed their location. Troll through and you'll find them. |
Re: Manufacturers Drop Down
Quote:
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 |
Re: Manufacturers Drop Down
Quote:
hi. was thinking of using the manufacturer field in a similar way, for large number. Just wondering what you ended up doing? cheers |
Re: Manufacturers Drop Down
ozchris,
I did not end up using the manufacturer field for a large number. I offer videos on my site and I use the manufacturer field to offer "full movies" or "scenes" |
Re: Manufacturers Drop Down
Is this going to work in 4.3.1, I've tried the code but they still show up like a list, not like dropdown... :?
Here is my code, where is my mistake? Code:
{* Thanks in advance! |
All times are GMT -8. The time now is 08:07 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.