+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Category search form and saved search

  1. #11
    Quote Originally Posted by Rudi View Post
    Ok, corrected,

    You also need to add this code into side_bar_search.tpl
    Hi Rudi,

    I already copied the code at the bottom of 2 files: refine_search.tpl and side_bar_search.tpl
    But for some reasons, it still not show category when saved in auto alert page. (
    I'm not a coder so I tried my best to look at the code to figure what could go wrong

    Code:
    Only registered members can view the code.
    Is the if in orange need to be closed? ((

  2. #12
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I've checked it on your live site and it works perfectly (for "in category" forms)

  3. #13
    Quote Originally Posted by Rudi View Post
    I've checked it on your live site and it works perfectly (for "in category" forms)
    You're right Rudi,

    After looking at it and I added your code in the search-block-content of side_bar_search. It works now.
    Thank you so much for your excellent support

  4. #14
    Hi Rudi,

    Can we make this to work with quick search to show the listing type name of that quick search in the saved search page as well?

  5. #15
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hi Wei,

    edit templates > tpl > controllers > saved_search.tpl

    below <table class="table">

    add:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; August 2, 2021 at 06:58 AM.

  6. #16
    Quote Originally Posted by Rudi View Post
    Hi Wei,

    edit templates > tpl > controllers > saved_search.tpl

    below <table class="table">

    add:
    Code:
    Only registered members can view the code.
    Hi Rudi,

    I added the code and it's shows blank space for

    Code:
    Only registered members can view the code.
    In error log it says:

    Code:
    Only registered members can view the code.
    Would you please take a look at this?

  7. #17
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I've corrected my post, now it should work

  8. #18
    Quote Originally Posted by Rudi View Post
    I've corrected my post, now it should work
    It works perfect. Thank you so much, Rudi. Excellent support.

+ Reply to Thread