Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Javascript menus


Xexon11

Recommended Posts

Which folders or files would you have to manipulate? How would you add a horizontal (Js drop down menu) menu in the header and a vertical (JS scrolling menu)menu above the current catagory menu ? (e.g. www.newegg.com, great example with the scrolling bar.)

 

Sincerely,

 

T.D.K.

Link to comment
Share on other sites

Which files would depend on where you want to show up. You would add it to the pages (in most cases) just like you would on an html page.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

to modify the category box, you edit /catalog/includes/boxes/categories.php

 

You could clean that out and put whatever javascript you wanted in there (leaving the <tr><td> in the beggining and </tr></td> at the end.

 

to modify the header, you edit /catalog/includes/header.php

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...