This is a discussion on Adding a "Go" button next to the Search box! within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Adding a "Go" button next to the Search box when browsing the Catalog in Admin mode. I am trying to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Adding a "Go" button next to the Search box when browsing the Catalog in Admin mode. I am trying to add this go button because the business owner that I am doing this for keeps forgetting to hit enter to get it to search his catalog while in admin mode. I think the place to do this is line 1880 in --- catalog/admin/categories.php However I am unsure as to how to add this button. Does anyone have any idea how to do this?
__________________ I have no name, I am only PhatGOD! |
|
#2
| ||||
| ||||
| Well the code that you can use is echo tep_image_submit('button_confirm.gif', IMAGE_BUTTON_CONFIRM); I did this but took out everything on the page so only the search box appears to make it less confusing for the store owner. Find this code <?php echo tep_draw_form('search', FILENAME_CATEGORIES, '', 'get'); echo HEADING_TITLE_SEARCH . ' ' . tep_draw_input_field('search'); echo '</form>'; ?> on your categories.php page and add the above code to it. If you have any troubles PM me. I can't give you a line # because my pages contain too many mods.
__________________ Check out my homepage.. It\'s my jewelry website. |
|
#3
| |||
| |||
| Thanks, that did what I wanted it to. I ended up changing the gif image, but that is it. -Patrick
__________________ I have no name, I am only PhatGOD! |
|
#4
| ||||
| ||||
| Glad I could help out
__________________ Check out my homepage.. It\'s my jewelry website. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestion to fix the magic quotes "back" button i | midwestwebsites | osCMax v2 Customization/Mods | 0 | 06-05-2006 07:57 AM |
| Change the link on "Continue" button on checkout_s | chrisrex | osCMax v2 Customization/Mods | 0 | 11-22-2005 06:10 PM |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 05:13 AM |
| "Continue" button links to different page.Strange. | yellowriver | osCommerce 2.2 Modification Help | 7 | 11-03-2004 12:49 PM |
| Remove "in cart" Button for individual categories | Mongrrr | osCommerce 2.2 Modification Help | 0 | 04-24-2003 06:02 AM |