Results 1 to 4 of 4

How to remove the View all product secion from Search Box

This is a discussion on How to remove the View all product secion from Search Box within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I removed parts of /includes/boxs/search.php, it did remove the view all product link, but then some other function are not ...

      
  1. #1
    New Member blum's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    21
    Rep Power
    0


    Default How to remove the View all product secion from Search Box

    I removed parts of /includes/boxs/search.php, it did remove the view all product link, but then some other function are not working properly.
    like contact us ... when click on continue, the advanced search comes up.

    removed below section
    $boxContent .= '</form>' .
    '<br><a href="' . tep_href_link(FILENAME_ALLPRODS, '', 'NONSSL') . '">' . BOX_INFORMATION_ALLPRODS . '</a><br>';

  2. #2
    Member
    Join Date
    Nov 2004
    Posts
    89
    Rep Power
    0


    Default

    You most likely changed part of the link foe the continue button. Look over that page really carefully and you'll probably be able to find your problem.

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    You removed too much.

    Add the following back in to the search.php box:

    Code:
    $boxContent .= '</form>' ;
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    New Member blum's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    21
    Rep Power
    0


    Default

    Got it

Similar Threads

  1. Remove System "osCMax v2.0" from part of search r
    By torweb in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 07-24-2006, 01:59 PM
  2. Remove 'Buy Now' button in AABox template Search Results
    By DigitalPimp in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 09-01-2005, 08:11 AM
  3. Clicking product image to view larger size
    By twinklep in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 09-07-2004, 07:35 AM
  4. Can't view product pages...
    By operadivamommy in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 09-01-2004, 04:44 PM
  5. How to remove search function
    By Plastic in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-06-2004, 06:35 PM

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
  •