Hello,
For hide field price_to in advance search in book library, you need open file:
{yours site}/components/com_booklibrary/booklibrary.html.php
finf function showSearchBooks
and in it find code
Code: |
<td align="left" colspan="1" >
<?php echo _BOOKLIBRARY_SHOW_SEARCH_PRICE_TO; ?>:
<input type="text" name="priceto" size="6"/>
</td>
|
and replace to
Code: |
<td align="left" colspan="1" >
</td>
|
But first please backup old file
Thanks,
OrdaSoft team