Hi, I need to add a few more fields in the Buy Request form (Vehicle Manager).
Is this possible?
I already changed:
/html/com_vehiclemanager/view_vehicle/default.php
and add something like this:
Code: |
<div class="row_03">
<span class="col_02">
<input class="inputbox" type="text" name="customer_id" placeholder="N° de identificación" size="38" maxlength="80" />
</span>
</div>
|
But when I receive the email there are no changes, even when I changed the the Constant in _VEHICLE_MANAGER_EMAIL_NOTIFICATION_BUYING_REQUEST ...