Hi John,
You may do that, but you will need little rebuild code.
I show how do that only for frontend in Vehicle manager Pro version:
You need in file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
find rows:
Code: |
<input
class="inputbox" type="text" name="priceunit1" size="15"
value="<?php echo $row->priceunit; ?>" />
|
and replace to :
Code: |
<input
class="inputbox" type="text" name="priceunit1" size="15"
value="USD" readonly />
<input
class="inputbox" type="hidden" name="priceunit" size="15"
value="USD" />
|
but first backup that file
Thanks,
OrdaSoft team