![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi
In my store i have a nice looking search box built in to the theme. Is there a way to use that search box for DF product search? This is my header.php code for the search box: PHP Code:
|
#2
|
||||
|
||||
![]() Hi,
Sure, that's possible. Replace this: HTML Code:
<form action="<?php echo get_option('home'); ?>/" method="get">
HTML Code:
<form action="/store/search/" method="get">
HTML Code:
<input name="s" type="text" />
HTML Code:
<input name="word" type="text" />
Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to change language in search results? | daniel_28 | Questions | 3 | July 12th, 2012 08:48 AM |
Dfr search as theme search | digitalcow | Questions | 1 | July 4th, 2012 11:53 AM |
Theme vs Datafeedr Search | bultpruf | Questions | 2 | December 13th, 2011 12:41 PM |