![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi All,
I have gone through the widgets looking for a Search Widget that would only search for words in the product name. What would the coding be for the below Advance Search widget? Also, I should also ask for the coding for "Brand" and "Product Description" Thanks, Shawn ========================= [search.form] <div class="store_search_form"> <p class="keyword"> <label for="word">Keyword</label> [search.word] <p class="merchant"> <label for="merchant">Merchant</label> [search.merchant] </p> <p class="tag"> <label for="tags">Tags</label> [search.tags] </p> <p class="price"> <label for="price">Price</label> [search.selectprice options='any, cheap(-50), $50 - $100, $100 - $150, more than $150 (150+)'] </p><br> <p class="button">[search.submit title='Find it!']</p> </div> [/search.form] |
#2
|
||||
|
||||
![]() Hi,
You can use the following for searching the product name and brand field: HTML Code:
<p class="name"> <label for="name">Product Name</label> [search.name] </p> <p class="brand"> <label for="brand">Brand</label> [search.brand] </p> Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Thanks, Eric
It worked. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Intergrate search widget of the shop within website search widget? | daniel_28 | Questions | 1 | August 9th, 2012 07:35 AM |