Hello,
I ma sorry, on Forum we only give some advices, we can't change every site, that ask many many time for check and change.
You may order custom version with all change what you need with help OrdaSoft contact form.
for add your code in category column you need open file:
{yours site}/components/com_vehiclemanager/views/alone_category/tmpl/list.php
Find code:
Code: |
<span class="col_12">
<a href="<?php echo JRoute::_($link1, false); ?>" class="category<?php echo $params->get('pageclass_sfx'); ?>">
<?php echo $row->category_titel; ?>
</a>
</span>
|
And replace it.
For show vehicle mileage
You need open file:
{yours site}/components/com_vehiclemanager/views/alone_category/tmpl/list.php
check how we show any other column, as example for category.
And replace that to mileage,
for category we show: $row->category_titel
You will need show:
$row->mileage
Thanks,
OrdaSoft team