Re:Price instead of Category in Frontend 12 Years, 8 Months ago
Karma: 102
Hello,
If you use vehicle manager version 2.1 under Joomla 1.6 - joomla 2.5 you may set what colums you wish see at admin vehicle manager settings.
Other you need edit files.
Below small customization instruction:
You may do that self, or you may hire us for that.
ours component have Open source,
it have two parts admin and frontend.
in admin you will see two files:
{yours
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.php
admin.vehiclemanager.html.php - responsible for show data
admin.vehiclemanager.php - responsible for prepare data
exactly for frontend
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
site}/components/com_vehiclemanager/vehiclemanager.php
vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data
Also all fields what you leave empty - will not show at frontend
All connection between what user press in Browser - do wit help TASK variable.
also if you wish all Joomla class methods work. E.g when you create new car
with help
mosVehiclemanager class. you need also edit file
site}/components/com_vehiclemanager/vehiclemanager.class.php
and add to class definition all new fields what you added to database
If you give full details what exactly you wish, we will self create that for
you.
Thanks,
Ordasoft team
Logged
The administrator has disabled public write access.