Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

re a dropdown method for the more-category-boxes contribution?


Simpel

Recommended Posts

This is de normal content of a box with this contribution. It's says what you like to have in the new boxes.

 

}

 

}

 

}

 

$info_box_contents = array();

$info_box_contents[] = array('text' => new_tep_show_category($boxId,$cPath_array,$tree,$first_element));

 

new infoBox($info_box_contents);

}

 

?>

<!-- categories //-->

 

<?php

 

$_infoBox = array();

 

 

this is de normal pulldown to get the whole database as a pulldown menu in the default box.

 

$info_box_contents = array();

$info_box_contents[] = array('form' => '<form action="' . tep_href_link(FILENAME_DEFAULT) . '" method="get">' . tep_hide_session_id(),

'align' => 'left',

'text' => tep_draw_pull_down_menu('cPath', tep_get_paths(array(array('id' => '', 'text' => PULL_DOWN_DEFAULT))), $cPath, 'onchange="this.form.submit();"')

);

new infoBox($info_box_contents);

 

It should be a combination but not for me:(

 

thanks in advance

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...