Quote Originally Posted by bluetooth View Post
Sorry,
After further testing, I have found that the modifications I made above does not work.

I will keep at it, if I get anywhere, I will post here.
FYI, for anyone who's following this thread, I have found what was causing my problem....

Besides the changes I made above, In jscript_model_year.php I had to also change this:

window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th2+"_"+cPath3);

to this:

window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th3);


Also, to get this to work at all, I had to change the modulePath in YOURTEMPLATE/common/tpl_header.php from this:


$modulePath="".DIR_WS_CATALOG;

to this:

$modulePath="". HTTP_SERVER . DIR_WS_CATALOG;


Hope this helps.