49 comments found.
are you able to update with 2016 DB?
Sorry, it’s using an open source DB, which is not updated yet. I will try to switch to a new DB if I get enough sales to verify the cost for moving.
Also I am recieving id of the model and make not the actual model and make… how do i fix this?
It depends how you are submitting the form. You can grab the selected data easily if you’re using jQuery like:.
$(”#make :selected”).text();
$(”#model :selected”).text();
BTW, if you’re storing the data in the DB, it’s better to save the id to avoid redundancy rather than saving the actual model/make. This way you can make a join query and get the actual model/make.
I put your code in a form.when I submit the form i will post the data base row number instead of the make and model.What should I do to fix it
Hi, How are you submitting the form? Please send me the link to check it out for you.
Good day. Hope this message finds you well. I purchased your dynamic car make model script. It works great stand alone, but I can’t seem to integrate it into an existing page.
I ended up recreating the database with new values altogether. It has nothing to do with cars at this point. I am integrating into a codeigniter framework. For some reason I continue to get 2 errors and a warning when looking at the developer panel in Chrome.
ERROR 1
Uncaught TypeError: $(...).first(...).tab is not a function(anonymous function) custom.js:7c app.js:1p.fireWith app.js:1x.extend.ready app.js:1q @ app.js:1
jquery-latest.min.js:4
WARNING 1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/.
ERROR 2
VM320:1 Uncaught SyntaxError: Unexpected token <getJson custom.min.js:1(anonymous function) custom.min.js:1m.event.dispatch jquery-latest.min.js:3r.handle jquery-latest.min.js:3
Does this make any sense to you? I should point out that the custom.min.js and get_models.php files are sitting in a different folder. But, the page references the custom.min.js script’s location. The get_models.php file is in the same folder as the custom.min.js file.
Thanks for your help.
...Aaron
Good day, I have bought this plugin to make my job faster, however, i do not need all the car make. i only need Honda, Toyota, Lexus, Nissan, Acura. Kindly advise on how best i can edit the database to reflect only those make. Many thanks.
Hi, You have either to delete other makes from the DB or update the SQL query to only get these makes.
HI,
I’ve bought your script but it has a problem with one of the ajax request parameters (async) been DEPRECATED.. could you please take a look and provide a solutions…Below is what the browser console shows:
I’ve also trying to set async:true but then the script doesn’t work anymore.
“Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/."
Thanks.
Please email me directly to send you the updated file.
I’ve sent you a couple of emails.. Could you please take a look.
hi how do you find this one it give you also model and engine http://codecanyon.net/item/dynamic-car-manufacturermodelengine/10908812
I purchased this script and embedded on a webpage. I can choose a YEAR but the MAKES and MODELS do not load. What could be the problem?
Found the solution and got it working but having trouble passing variables. I was told by my tech guy that the custom.min.js file was preventing this. Only the “YEAR” variable passes through which causes an error on the form for missing information. Any help?
Hi, The script should be working without any problem. Please send me the url and more details about the problem to be able to help.
Hello: My tech guy said that it is the custom.min.js file preventing it from sending the Make/Model variable through the form. I use an API on the website to send info.
I have removed it from my URL because it wasn't sending the variables.
Thanks, Bill
I have put the form back up to show you the error. Check it at http://www.newyorkjunkcars.com/cash-quote.html
Hi, I’ve just tested it and it seems to be working properly. If your guy knows a little jquery, he should be able to get any data he wants and send it to the form. custom.min.js doesn’t prevent anything though. If your guy can’t implement it, let me know and I can implement it for you for a small fee.
How much to get it working properly? Will you guarantee it to work as I need?
What exactly you want done? Is it just pass the form info to another page on your site?
Please send me your skype id through the contact form for faster communication.
Hii…I would like to know if this plugin can be installed on classipress theme….Thanks
Hi, The script can be easily adapted to work with any CMS as it’s based on simple php/jquery code. If you know a little about coding you should be able to implement. If not, you’ll need to find a freelancer to implement it for you.
Will i be able to use this as a search and submit? A customer enters the car and then answers a few questions and then submits it and gets sent to an email for a quote back?
Hello, can you give me an example of how I can code it to redirect to a url related to the options selected. Like a form?
Hi, You need to create a form and use jQuery for that purpose. If you’re interested, we can implement it for you for a small fee.
Cool. How much?
Please contact me through email for further discussion.
Hey can you please reply to my email? I am using this for my company website and I need it done assets soon as possible.
I emailed you four days ago.
Hi, I didn’t get any email from you! Please contact me through the form on my profile here http://codecanyon.net/user/profitable .
I did do that
I sent you another one
Hi, Please purchase the item to be able to help you with the changes for a fee.
Sent Multiple Emails, Not sure your Getting them. 

Thanks
Ok sent you and email i think, not really sure where the contact form is
thanks
Do you have an email i can reach you at?
Thanks
You can reach me using the contact form on this page.
Is it already available with this download or is it something i have to do? Or something you could possibly do?
thank you for the quick reply
It’s something you could achieve using jquery. If you don’t know how, I could do it for you for a fee.
Sounds Good lets get this set up – how can i reach you?
Is it possible to make the selection goto a url after all the selections are made – ex year 1965 – make ford – model mustang – submit- then it goes to youdomain.com/blah-blach and for a different selection goes to a different url.
thanks
Yes, it is possible.
Hi, I’ve implemented your code, but when submitting a form instead of getting the values for make and model we are getting the ID for both make and model.
Could you please provide a fix for that.
Thanks, Alejandro.
I’ve already fixed it, changing your code. Thanks.
Hi, It’s done this way on purpose, as you usually store the id and not the make and model into the DB. Let me know if you still require any further assistance.
How do I rate your script?
You are a lifesaver!
(looking forward to 2014 vehicles getting added, but i understand its not up to you)
Thanks again!
Thanks for your candid message. You can rate it from your downloads section http://codecanyon.net/downloads
Thank you, 5 star review added! Quick question, how hard would it be to have 2 instances of the same form on one page?
Hi, Thanks for the rating. You have to copy the code within the body tags from index.php and paste it again on the page. Change (“Year, Make, Model”) to something else like (“Year2, Make2, Model2”). Then, duplicate custom.js code and again change the values of (“Year, Make, Model”) to (“Year2, Make2, Model2”). You can paste the new js code into custom.js, or load it as a new js file. Hope this helps.
Thanks again, Worked like a charm. (if you build a VIN -> make,model,year script, I will surely buy it)
Will let you know 
Hi there
i need to remove the year since i only need the make and model
could you help me do that please?
Regards

Hi, You need to make changes to custom.js, if you know some jQuery, you should be able to accomplish this easily.
im quite new to jquery so if you could kindly help send it on cjmr86@gmail.com thanks
can anyone help please?
Hi, For each year, there are certain models/makes, so if you want to remove the year dropdown, all the makes and models for selected make will be loaded into the dropdown which will make the browser sluggish.
Hi there, The thing is that i’m using this as part of a quick search, and the make and model refer to the stock tables joined with the make and model etc etc However to data didn’t manage to eliminate the year part. so any help would be greatly appreciated.
Regards
Hi, I need to understand more how you’re implementing it to be able to help.
How hard would it be to change all cars from US DB to UK DB ?
You can easily use any cars DB, you just have to adapt it to use the same fields.
Ok, where can i get a UK DB from any ideas?
I don’t really know, you have to search online for it.
Yes, but you need to convert it to MySQL. BTW, it just contains the UK car makes, without models.
You sure as i just looked. and it has a Make field and Model field
I was referring to this file: http://www.codeblog.co.uk/rep/ukcdb/uk_car_makes_may_2010.xls which contains only the makes. The 2nd files has both, but you’ll have to convert it to MySQL to match the DB we’re using with our tool and it’ll work.
ok i sending you the sql file as would like you to just tell me if this SQL will be ok and what changes would need to be made
http://www.bluegeeks.co.uk/your-converted-csv.sqljust want to confirm before buy thats all as i going to be using wordpress
You have to modify the code a little and the MySQL queries to work with this DB.
What sort of code would i be looking at, just dont want to buy ifi cant get to work as there be no refund
If you know MySQL and jQuery and a little php, you should be able to modify it easily.
Ok.
My client just brought this plugin, how hard is it to REMOVE the Year, and just have it so has Makes & Model
You can acheive that using jQuery.
Ok, so i do i need edit get_models.php?
You have to do changes to custom.js
Ok thanks, i used something different to get to work so i feel like a idiot now as we paid for this script 
Welcome! The script works as it is, I said before that you have to adapt it to work with another DB. I have to say this so that others looking at this script don’t think that the script we’re selling is faulty.
its cool mate
, i sure will come in handy at some point 