tamyiuluen Posted February 5, 2013 Posted February 5, 2013 Oscommerce V2.3 How to move the search txt box & Language icon to the top (not on left colume)? Many thanks
burt Posted February 5, 2013 Posted February 5, 2013 You can do this in one of two ways; 1. recreate the code of the search (not the display) and paste it in the header 2. separate the code and the display in the box module (this allows you to not only use it in the columns, but also elsewhere) Both of these ways have been covered in the past here in the forum and on my blog and on Georges blog and the ebook and the template system.
tamyiuluen Posted February 5, 2013 Author Posted February 5, 2013 Yes, is ok! but the front page is enlarge!!!! Many thanks
burt Posted February 5, 2013 Posted February 5, 2013 <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'); echo tep_draw_input_field('keywords', '', ''); echo tep_draw_hidden_field('search_in_description', '0'); echo tep_hide_session_id(); echo tep_image_submit('button_quick_find.gif', MODULE_BOXES_SEARCH_BOX_TITLE); echo '</form>'; ?>
tamyiuluen Posted February 5, 2013 Author Posted February 5, 2013 Dear Burt, Could you also advise the "Language" code. Thanks Matt <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'); echo tep_draw_input_field('keywords', '', ''); echo tep_draw_hidden_field('search_in_description', '0'); echo tep_hide_session_id(); echo tep_image_submit('button_quick_find.gif', MODULE_BOXES_SEARCH_BOX_TITLE); echo '</form>'; ?>
tamyiuluen Posted February 5, 2013 Author Posted February 5, 2013 Dear Burt, I bough the ebook already. Could you also advise the "Language" code. Thanks Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.