OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
simply remove all the car rental option (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Simply remove all the car rental option

joeweb (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
simply remove all the car rental option 12 Years, 1 Month ago
Karma: 0  
hello
I bought your component VEHICLE MANAGER PRO for joomla 1.5
for the realization of a car sales site

the problem is that every site is configured for a car rental
I would like to remove all that is car rental

when an ad is displayed
two fields are visible rental date
I want to simply remove
I tried removing the file vehiclemanager.html.php
this code
but the button to submit your application no longer works
...............................................................................
<br />
<p>
<?php echo _VEHICLE_MANAGER_LABEL_RENT_REQUEST_FROM; ?>:<br />
<input class="inputbox" type="text" name="rent_from" id="rent_from" size="12" maxlength="10" value="<?php echo date("Y-m-d"; ?>" />
<input type="reset" class="button" value="..." onclick="return showCalendar('rent_from', 'y-mm-dd';" />
</p>
<p>
<?php echo _VEHICLE_MANAGER_LABEL_RENT_REQUEST_UNTIL; ?>:<br />
<input class="inputbox" type="text" name="rent_until" id="rent_until" size="12" maxlength="10" value="<?php echo date("Y-m-d"; ?>" />
<input type="reset" class="button" value="..." onclick="return showCalendar('rent_until', 'y-mm-dd';" />
</p>
...............................................................................................

2 eme problème

I want to have a form in corect
submit your application
that there
name and email
I want added fields

country
city
address
phone
please make coment

3rd problem
when a person submits a request I would like to redirect to a specific page of my site

thank you for your help

joe
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:simply remove all the car rental option 12 Years ago
Karma: 101  
Hello joe,

For Hide/remove rent request form from yours car site. Please at vehicle manager software in admin setting - hide Rent request form - you may do that with help vehicle manager options.

2 eme problème
Sorry not clear where to yopu wish add these fields


3rd problem
Simply find this "submits a request" button and around it with link to yours form.
Sorry I not understand what request you mean. Because in first question - you asked how remove that.

With help ours Support form you may order custom version with all features what you need.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
joeweb (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:simply remove all the car rental option 12 Years ago
Karma: 0  
thank you for your response
I'm sorry for my bad english
Here are those I want to image
it will be easier to understand

when I do what you say below
I'm out of form in the page
it is not replaced by the sales form

For Hide/remove rent request form from yours car site. Please at vehicle manager software in admin setting - hide Rent request form - you may do that with help vehicle manager options

thank you

joe
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:simply remove all the car rental option 12 Years ago
Karma: 101  
hello Joe,

Best way if you order custom version from us with all features what you need

I can't reply to you where and what need change - because for that you will need change more than one file, also you will need change database. So for say to you what exactly need change - we will need self check that and build.

Below chort instruction how add change to ours component:

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
»