speed2 Posted November 24, 2003 Posted November 24, 2003 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
Guest Posted December 2, 2003 Posted December 2, 2003 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?
Druide Posted December 2, 2003 Posted December 2, 2003 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 ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.