View Full Version : Advanced Search on Catalog Pages
AppleSound
25-Jul-2003, 03:58 PM
How can I include the advanced search on my catalog pages?
I currently use NETQUOTEVAR:SEARCHBODY on my acatalog/index.html but it doesn't work for any other acatalog pages.
Thanks.
cdicken
28-Jul-2003, 09:53 AM
Sadly, Actinic currently will not allow you to just drop this variable where you like. You will need to include the full HTML for the search tool into the pages, rather than the variable.
Here's another approach: NETQUOTEVAR:SIMPLESEARCH can be used in Act_Primary.html so you can make a text field appear on pretty much every page. You can also add extra search tools into Act_SimpleSearch.html to create a more sophisticated search.
AppleSound
28-Jul-2003, 10:06 AM
Chris,
Is it possible then to include Price ranges and Product Properties in the SimpleSearch?
Nick
cdicken
28-Jul-2003, 10:14 AM
If you have a look at the Act_SimpleSearch template then you will see that the price range variable is present, but hidden:
<input TYPE=HIDDEN NAME="PR" VALUE="-1">
You can hard-code in a price range control, and you could probably put in a section control as well (but I cannot say this for sure).
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.