I would like to create a search box that can be put on a word press site which will search my AOM store. Not a coder. So, could use some help please. User should be able to enter a word or term in the search box click search. No need to select subcategories. Search is for ALL of the AOM store be default. Both the WP site and AOM store are on the same domain.
Here is the basic search code:
<div id=”aom_search”>
<form name="search" id=”aom_sf” style="margin-bottom: 0px;" action="/shop.php" method="GET">
<div id="aom_sleft">
<div align="center"><span class="aom_sbt"><font face="Arial, Helvetica, sans-serif" size="5" color="#FFFFFF"><b>What
are you shopping for?</b></font></span>
<input name="k" size="30" id="aom_sbox" type="text" value="">
<select name="c" class="aom_smenu" id="c" >
<option value="all">All</option>
</select>
<input type="submit" value="Search"></input>
</div>
</form>
In this form I can type in the search box on word press and get results expected
what I would like is a search box without this part of the code which shows the options box
<select name="c" class="aom_smenu" id="c" >
<option value="all">All</option>
</select>
would just like a search box and search (submit) button.
Any advice?
Thank you
How can a AOM search box be created?
-
- Posts: 1
- Joined: Thu Aug 20, 2015 6:00 pm
Who is online
Users browsing this forum: No registered users and 0 guests