Version 0.9 in the downloads section requires a minor correction in the jscript_model_year.js file to display the breadcrumb elements correctly on the results page.
find around line 13
change tovar cPath1=$("#select_model").val();
var cPath2=$("#cPath").val();
var cPath1=$("#cPath").val();
var cPath2=$("#select_model").val();


Reply With Quote
