Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP? Drop Down Categories??


gdfwilliams

Recommended Posts

Posted

ugh - accidentally submitted b/f finishing

 

OK, all of the contributions for drop down category boxes stick them into the infobox for formatting.

 

How do I pull the drop down box OUT of the infobox so that I can pull it out of one of the columns and integrate it into site navigation, as in the pic above??

 

Site as it is now can be viewed at http://www.tibetcollection.com/catalog/

 

ANY suggestions will be GREATLY appreciated.

 

Thanks,

 

GDW

Posted

Many thanks to bluephoenix:

<form name="quick_jump" method="get" action="<?php echo tep_href_link(FILENAME_DEFAULT, 'jumpto=1', 'NONSSL'); ?>"> 

<?php 

echo tep_draw_pull_down_menu('cPath', tep_get_categories(array(array('id' => '0', 'text' => PULL_DOWN_DEFAULT))) , $current_category_id, 'onChange="this.form.submit();"'); 

echo '<input type=hidden name=quickjump value=1>'; 

?></form>

Posted

That search menu looks great. Could you provide a bit more information about how you installed that form? Which files did you edit to include it?

 

Thanks

Archived

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

×
×
  • Create New...