Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default advanced search in estorenow

    How can i get rid of such criteria in advanced search like "search by date added"? I tried to delete some code from advanced_serch.php in English folder,but it was not enough,I do not remember in which file there are definitions for these fields...

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: advanced search in estorenow

    You've asked several questions about a template most of us have never used. We'll really need to see the site to offer advice.

    Also, spelling out exactly what you want to remove from the advanced search page will help us focus on the solution.

  3. #3
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: advanced search in estorenow

    thank u for your reply,here is demo:
    http://demo.blingthemes.com/estoreno...cat=0&sort=20a

    i want to get rid of "Search by Date Added"

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: advanced search in estorenow

    Open includes/templates/template_default/templates/tpl_advanced_search_default.php and remove these lines:


    <fieldset class="floatingBox forward">
    <legend><?php echo ENTRY_DATE_RANGE; ?></legend>
    <fieldset class="floatLeft">
    <legend><?php echo ENTRY_DATE_FROM; ?></legend>
    <?php echo zen_draw_input_field('dfrom', $sData['dfrom'], 'onfocus="RemoveFormatString(this, \'' . DOB_FORMAT_STRING . '\')"'); ?>
    </fieldset>
    <fieldset class="floatLeft">
    <legend><?php echo ENTRY_DATE_TO; ?></legend>
    <?php echo zen_draw_input_field('dto', $sData['dto'], 'onfocus="RemoveFormatString(this, \'' . DOB_FORMAT_STRING . '\')"'); ?>
    </fieldset>
    </fieldset>


    then save the file to includes/templates/estorenow/templates.

  5. #5
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: advanced search in estorenow

    thanks a lotit is all good now

  6. #6
    Join Date
    May 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: advanced search in estorenow

    Hi all,
    Having problems with the search function and need help in fixing it.
    I try to do a search and this comes up -
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , , cd.categories_description, cd.categories_id, c.parent_id from zen_categori' at line 1
    in:
    [SELECT DISTINCT c.categories_image, cd.categories_name, , , , cd.categories_description, cd.categories_id, c.parent_id from zen_categories_description cd, zen_categories c where cd.categories_id = c.categories_id and cd.language_id = '1' AND ((cd.categories_name LIKE '%drill%' OR cd.categories_description LIKE '%drill%') and (cd.categories_name LIKE '%bits%' OR cd.categories_description LIKE '%bits%') ) order by cd.categories_name]


    Please help.

    Thanks.
    Custom Gift Shoppe
    Mistik Games
    Teach a man to fish and he'll eat for the rest of his life.

 

 

Similar Threads

  1. Search Help estorenow
    By customgiftsshoppe in forum Addon Templates
    Replies: 1
    Last Post: 6 Jan 2011, 09:18 AM
  2. Replies: 5
    Last Post: 20 Apr 2010, 12:54 PM
  3. Remove 'Search by Date Added' field from advanced search page?
    By gaffettape in forum General Questions
    Replies: 7
    Last Post: 24 Jan 2010, 03:34 PM
  4. Removing the 'Advanced Search' and changing basic search to title only
    By val-ent in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Aug 2008, 11:39 PM
  5. How to align search criteria boxes on advanced search page?
    By shinyadornments in forum Basic Configuration
    Replies: 1
    Last Post: 29 Jan 2008, 06:36 AM

Posting Permissions

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