Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

advanced_search???


speed2

Recommended Posts

Posted

Hi

advanced_search code

 

<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => HEADING_SEARCH_CRITERIA);

 new infoBoxHeading($info_box_contents, true, true);

 $info_box_contents = array();
 $info_box_contents[] = array('text' => tep_draw_input_field('keywords', '', 'style="width: 100%"'));
 $info_box_contents[] = array('align' => 'right', 'text' => tep_draw_checkbox_field('search_in_description', '1') . ' ' . TEXT_SEARCH_IN_DESCRIPTION);

 new infoBox($info_box_contents);
?>

 

some one please help me to modify this code, so I can customize the way I want?

 

Please. help

  • 2 weeks later...
Posted
Tell me how you want to customize it. If you need to insert a calendar on it let me know. You can take a look on mine to see if you like it or not.

http://www.haitishop.com/catalog/advanced_search.php?

you just got a DEFAULT shop installation, why post your link to your website ?

Do you need some REAL customers....lol

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Archived

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

×
×
  • Create New...