Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Manufacturers Drop Down

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #31  
Old 02-20-2008, 08:55 AM
 
MBA MBA is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 245
 

Default Re: Manufacturers Drop Down

We use this: http://www.telafirma.com/store/product.php?productid=16134&cat=0&bestseller=Y

Works very well
__________________
xCart Pro Version 4.0.17, 4.0.19, 4.1.8, 4.1.10, 4.1.11, 4.1.12 - retired
xCart Pro Version 4.3.1 - production
xCart Pro Version 4.5.1 - testing
RHEL Platform
Reply With Quote
  #32  
Old 02-20-2008, 01:45 PM
 
twinster twinster is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 68
 

Default 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
__________________
Thanks
Twinster
X-Cart Gold v4.1.9
Reply With Quote
  #33  
Old 04-28-2008, 02:53 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default 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?
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #34  
Old 04-28-2008, 02:07 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Manufacturers Drop Down

Quote:
Originally Posted by DavyMac
Can Google see the links in the drop down form?

Sort of; in most cases, no.

http://www.mattcutts.com/blog/solved-another-common-site-review-problem/
__________________
Doms
kube v4.1.9
Reply With Quote
  #35  
Old 05-01-2008, 12:47 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

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

__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #36  
Old 05-01-2008, 11:01 AM
 
MBA MBA is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 245
 

Default Re: Manufacturers Drop Down

Quote:
Originally Posted by DavyMac
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?

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.
__________________
xCart Pro Version 4.0.17, 4.0.19, 4.1.8, 4.1.10, 4.1.11, 4.1.12 - retired
xCart Pro Version 4.3.1 - production
xCart Pro Version 4.5.1 - testing
RHEL Platform
Reply With Quote
  #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

The following 2 users thank phicaloma for this useful post:
fmoses (10-25-2010), FREAK (05-12-2010)
  #38  
Old 06-19-2008, 07:45 PM
 
ozchris ozchris is offline
 

Senior Member
  
Join Date: Jun 2007
Posts: 100
 

Default Re: Manufacturers Drop Down

Quote:
Originally Posted by jbvideo
yeah .. I thought of that as I was closing my eyes last night to go to sleep. I feel kind of silly for thinking of it in the first place.

Ok ... so if I used a drop down menu with html links instead ... and there were hundreds of them ... would that have an impact on the speed of my site?

hi.

was thinking of using the manufacturer field in a similar way, for large number.

Just wondering what you ended up doing?

cheers
__________________
Linux. Apache. PHP 5.2
Site 1 - now xcart 4.4.1 DSEFU, AOM, RMA, Magnifier, Upsells. Heavy mods for Australian postcode validation and extra Aussie payment method.
Site 2 - xcart 4.1.11, DSEFU
Site 3 - xcart 4.2
Site 4 - xcart 4.3
Reply With Quote
  #39  
Old 06-20-2008, 07:07 AM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default 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"
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote
  #40  
Old 04-28-2010, 04:10 AM
  FTI's Avatar 
FTI FTI is offline
 

Senior Member
  
Join Date: Oct 2009
Location: Plovdiv, Bulgaria
Posts: 153
 

Default 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:
{* $Id: customer_manufacturers_list.tpl,v 1.11 2009/04/17 13:03:10 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} <h1>{$lng.lbl_manufacturers}</h1> {capture name=dialog} {include file="customer/main/navigation.tpl"} <ul class="manufacturers-list list-item"> {foreach from=$manufacturers item=v name=mfgs} <li><a href="manufacturers.php?manufacturerid={$v.manufacturerid}">{$v.manufacturer|escape}</a></li> {/foreach} </ul> <select name="mfg" id="mfg"> {foreach from=$manufacturers item=v} <option value="manufacturers.php?manufacturerid={$v.manufacturerid}">{$v.manufacturer|escape}</option> {/foreach} </select> {include file="customer/main/navigation.tpl"} {/capture} {include file="customer/dialog.tpl" title=$lng.lbl_manufacturers content=$smarty.capture.dialog noborder=true}

Thanks in advance!
__________________
Version 4.2.3
X-Cart Gold

Version 4.3.1
X-Cart Gold
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:09 PM.

   

 
X-Cart forums © 2001-2020