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

VehicleManager component support

Go to bottom Favoured: 0

Edites in Component

carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Edites in Component 11 Years ago
Karma: 0  
Hi.

I´ve contacted (by contact form as you told me here) because I need some edits in Component Search Pro and in Module and I get no answer.

Could I send all I need by this way? I could add images to show exactly what I need.

Thank you. Regards.
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:Edites in Component 11 Years ago
Karma: 101  
Hello,

Sorry, we can't reply instantly, we need some time for reply

In forum we may give only hint.

We will not give full description how did all, because for full reply, we will need first self create full what you need.

You may ask we try help, but if you not know PHP and not know html/css - best if you will send custom request to OrdaSoft support form - with full description what exactly you need

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Edites in Component 11 Years ago
Karma: 0  
Hi again.

I´ve contacted again by form as you told me, last time I got no answer. I only need a Milleage box search in module as Year or Price and delete Search Vehicles box in module (if it´s possible) because it only search by Maker and I don´t need it.

But the module has error in Category. All fields looks like this Year: box Maker: box Model: box
And Category looks like this: Categorybox

May you check it? Could you solve this?

Thank you for all. Regards
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:Edites in Component 11 Years ago
Karma: 101  
Hello,

I only need a Milleage box search in module as Year

sorry, year and price - has full other algorithm. you need choose Price or Year .
Also for build like Price will need rebuild search algorithm in component.
For build like Year - you will have very long select list.

Category looks like this: Categorybox
You need go to file
{yours site}/modules/mod_vehiclemanager_search/mod_vehicle_manager_search.php

find there are rows look like:
Code:

        <?php echo _VEHICLE_HEADER_CATEGORY .$clist ?>


and replace to:
Code:

        <?php echo _VEHICLE_HEADER_CATEGORY .':&nbsp;'.$clist ?>


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Scienceundweb1 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Edites in Component 11 Years ago
Karma: 0  
I had the same problem with the mileage box, tried for days and had asked support.
I solved the issue as follows:
I have copied all the code of "price" (NOT price_type) in the mod_vehicle_manager_search.php file and substituted with "mileage", same for "price" in the vehiclemanager.php file.
Works on my site
Logged Logged
The administrator has disabled public write access.
Go to top
»