Results 1 to 4 of 4

Adding a "Go" button next to the Search box!

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 ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Jul 2004
    Posts
    30
    Rep Power
    0


    Default Adding a "Go" button next to the Search box!

    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. #2
    Member andyy15's Avatar
    Join Date
    Aug 2004
    Posts
    63
    Rep Power
    0


    Default

    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. #3
    osCMax Testing Team
    Join Date
    Jul 2004
    Posts
    30
    Rep Power
    0


    Default Thanks!

    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. #4
    Member andyy15's Avatar
    Join Date
    Aug 2004
    Posts
    63
    Rep Power
    0


    Default RE: Thanks!

    Glad I could help out
    Check out my homepage.. It\'s my jewelry website.

Similar Threads

  1. Suggestion to fix the magic quotes "back" button i
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 06-05-2006, 08:57 AM
  2. Change the link on "Continue" button on checkout_s
    By chrisrex in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-22-2005, 06:10 PM
  3. "Price" and "Add to Cart" button inside
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 11-14-2005, 05:13 AM
  4. "Continue" button links to different page.Strange.
    By yellowriver in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 11-03-2004, 12:49 PM
  5. Remove "in cart" Button for individual categories
    By Mongrrr in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-24-2003, 07:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •