Zen Cart Logo
Forums / Basic Configuration / Advanced search in information sidebox

Advanced search in information sidebox

Locked

Views: 1,331

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Nov 2007, 5:19 PM
#1
el_zorro avatar

el_zorro

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Advanced search in information sidebox

Hi there,

How can I put an "Advanced Search" link in the information sidebox,

Cheers,

Zorro.

11 Nov 2007, 6:31 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Advanced search in information sidebox

Oops. Initial answer was about how to create an advanced search sidebox.

To just add an advanced search link, adds the following code to your information sidebox module

$information[] = '<a href="' . zen_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a>';

11 Nov 2007, 6:47 PM
#3
el_zorro avatar

el_zorro

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Re: Advanced search in information sidebox

Brilliant. Thanks!