Hi,
This problem has been fixed. Please resolve the issue as follows:
1. Go to templates/glass_gray/content/search/search.php and then find the following line:
-----------------------------------------------------Code----------------------------------------------------------------------
<li><?php echo osc_draw_label($osC_Language->get('field_search_price_to'), 'pto') . osc_draw_input_field('pto'); ?></li>
-----------------------------------------------------Code----------------------------------------------------------------------
Add the following code after the line:
-----------------------------------------------------Code----------------------------------------------------------------------
<li><?php echo osc_draw_label($osC_Language->get('field_search_date_from'), 'datefrom') . osc_draw_date_pull_down_menu('datefrom', null, false, null, null, date('Y') - $osC_Search->getMinYear(), 0); ?></li>
<li><?php echo osc_draw_label($osC_Language->get('field_search_date_to'), 'dateto') . osc_draw_date_pull_down_menu('dateto', null, null, null, null, date('Y') - $osC_Search->getMaxYear(), 0); ?></li>
-----------------------------------------------------Code----------------------------------------------------------------------
2. Download the
search.zip
3. Unzip the search.zip and put the search.php into templates/glass_gray/javascript/search.
Done.
Note: Assume that you are using the glass_gray default template, if not, please replace the glass_gray path with your correct template path.
Thanks for your report again.