OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
buiying request not displaying all the time ????? (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Buiying request not displaying all the time ?????

boost (Visitor)
Posts: 0
graphgraph
User Offline
buiying request not displaying all the time ????? 11 Years, 1 Month ago
Karma: 0  
hello
I don't understand why the boat request is not display on all listing ????



yes here : surveillance-bateaux.fr/site/index.php/c.../sun-odyssey-40.html

not here ??: surveillance-bateaux.fr/site/index.php/c...hanse-370-epoxy.html


please help me
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:buiying request not displaying all the time ????? 11 Years, 1 Month ago
Karma: 101  
Hello,

I am sorry - not clear what you mean under "boat request",

We in vehicle manager has 2 requests types: "Buy request" and "Rent request".
For show and whor define what users will see these requests - you need check Vehicle Manager backend setting.

Also in every listing, you have field "Listing Type" - you need set it to "Listing for buy" or to "Listing for rent" - for see that request together with listing

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
boost (Visitor)
Posts: 0
graphgraph
User Offline
Re:buiying request not displaying all the time ????? 11 Years, 1 Month ago
Karma: 0  
OK thank you but because all listing will be just "for sale"
it could be helpfull to set for sale by default into wehicule manager

please can you tell me how to do that ?
same for search into front -end we do no have boat for rent


thank you very much
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:buiying request not displaying all the time ????? 11 Years ago
Karma: 101  
Hello,

For set some default state for Vehicle manager Listing type you need in file:
{yours site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.php
and
{yours site}/components/com_vehiclemanager/vehiclemanager.php

find function editVehicle
in it find row:

Code:

$listing_type_list = mosHTML :: selectList($listing_type,'listing_type','class="inputbox" size="1"', 'value', 'text', $vehicle->listing_type);


and replace it to some like:
Code:

if($vehicle->listing_type == "") $listing_type_list = mosHTML :: selectList($listing_type,'listing_type','class="inputbox" size="1"', 'value', 'text', '2');
else $listing_type_list = mosHTML :: selectList($listing_type,'listing_type','class="inputbox" size="1"', 'value', 'text', $vehicle->listing_type);



For remove search option for Rent request you need edit file file:
{yours site}//components/com_vehiclemanager/views/show_search_vehicle/tmpl/default.php

and remove all what you found with word "rent"

Please first do these files backup

Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2013/03/21 11:53 By admin.
The administrator has disabled public write access.
Go to top
»