Hello,
For now in vehicle Manager software we special set 2 fields for price.
At one you set price value ant to other you set currency name. e.g. $
With that you will can search cars by price.
You self my edit files, and hide field for price sing set to it as default value: "$"
you may set that some like in file
/admin.vehiclemanager.html.php
change row
Code: |
<input class="inputbox" type="text" name="priceunit" size="15" value="<?php echo $row->priceunit;?>" />
|
to
Code: |
<input class="inputbox" type="text" name="priceunit" size="15" value="$" readonly="readonly" />
|
Thanks,
OrdaSoft team