OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Price instead of Category in Frontend (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Price instead of Category in Frontend

haunschmidtom (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Price instead of Category in Frontend 12 Years, 1 Month ago
Karma: 0  
Hello.

i want to see the price information instead of the category in the frontend.
And i want to delete the views in the frontend. How can i do that?

Regards,
Thomas
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Price instead of Category in Frontend 12 Years, 1 Month ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
Go to top
»