View Single Post
  #13  
Old 01-05-2011, 08:40 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Could be useful to many. Need help correcting

If you are going to want to make template modifications on your own - you are really handicapping yourself by not using the tools available (webmastermode and firebug are essential). I keep a "sandbox" non production cart available so I can try things without worrying about hurting anything. You'll need to be fearless in order to come up that learning curve!

You might also consider posting links - it makes it easier for people to help you.

One thing I can see that would cause problems is if you are using the same name for two forms:
name="form_manuf"
onchange="document.form_manuf.submit()

The onchange might be confused about what to do with 2 forms with the same name.

You could try changing the second form to:
name="form_manuf_b"
onchange="document.form_manuf_b.submit()

Maybe to help with the SEO issue Steve is advising you on - you should try and think of a way the spiders can still crawl your manufacturers. I think there are sliders built with css so you could still have all your links there - but the display could take up less space. Also - maybe if you have a link to an html site map, it could help with the problem.

---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote