OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Price unit

robbieshen (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
price unit 11 Years, 10 Months ago
Karma: 0  
there are two fields current defined for price: price and price unit, how can I set the price unit to "$" permanently and just input the price value? and also have the "$" in front of price? thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:price unit 11 Years, 10 Months ago
Karma: 101  
Hello,

For now we haven't so interface, you will need or change that with help code edit. Or will need ask from us custom version creation

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
robbieshen (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:price unit 11 Years, 10 Months ago
Karma: 0  
Ok, what's your meaning of help code? do you mean php code? can you please let me know which php file has the price and price unit defined?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:price unit 11 Years, 10 Months ago
Karma: 101  
Sorry, we can't write what exactly code need change because that will need do for all place where Price exist.

So we will need do that change aftre that al lcheck - after that resend to you where add these change.

Below small customization manual:

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
Vehicle 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
»