Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    354
    Plugin Contributions
    1

    Default Searching only in the titles of products

    (This can also be applied to v1.5.0 as well I suppose)

    Is there a way to wire the Basic/Quick Search of a store to only look in the Titles while having Advanced Search look into everything?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: Searching only in the titles of products

    In the tpl_search_header sidebox template change:
    Code:
      $content .= zen_draw_hidden_field('search_in_description', '1') . zen_hide_session_id();
    to read:
    Code:
      $content .= zen_draw_hidden_field('search_in_description', '0') . zen_hide_session_id();
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Searching for products in Admin
    By askaquestion in forum General Questions
    Replies: 0
    Last Post: 3 Apr 2009, 06:22 PM
  2. Searching More than Just Products
    By Glowball in forum General Questions
    Replies: 0
    Last Post: 2 Aug 2008, 01:12 AM
  3. Replies: 0
    Last Post: 22 Feb 2008, 06:12 PM
  4. Searching orders for certain products?
    By paults in forum General Questions
    Replies: 1
    Last Post: 5 Jul 2007, 06:52 PM
  5. problem searching products in Admin
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 32
    Last Post: 1 Feb 2007, 08:12 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
  •