Hi,
Im getting Script Errors in all IEs (tested 6,7,8 on two different PCs) on the Checkout Side.
Due to this Shipping Costs cant be calculated, not automatically and not by pressing the button (page reloads instead without calculating anything).
Same ist with calulating taxes (European Shop, so VAT module is used)
The Shop is an upgraded version of an allready existing shop using D5, Ubercart 1.x with a lot of modules, working fine even in all Internet Explorers. Because of this i tried a (nearly) clean D6/Ubercart2.x installation without any extra Ubercart and Ajax Modules, but even there i get theses script errors.
So now i really wondering i am the only one with this ? i searched a lot but found nothing which could have caused this problem, nor 1000s others with the same problem.
So please tell me if anyone got the same problems or a solution.
Many thX in advance TSE
PS. no need to say that Firefox has no single problem with my site...
Comments
Comment #1
tr commentedWhat are the errors? OR what is the site where they occur, so we can see the errors for ourselves?
Might be related to the version of jQuery you're using. You should not run the jQuery_update module, you should use the version of jQuery that comes with Drupal 6.
Any JavaScript errors on the page will cause the other JavaScript on the page to break, which is why shipping, taxes, payments, etc. aren't running.
Comment #2
TSE commentedHi,
i'm really wondering... After i did the following:
- disabling all the Checkout & Ajax Stuff (http://drupal.org/project/ajax, and uc_aac)
- importing an older database
- adding one single "}" by changing a line in uc_taxes.js: Line 89 from: }); to }});
- reactivating the modules
everything worked fine even in IE !!!
the strangest thing is that i'm finally also removed the change in uc_taxes, and still no errors. so it dont seems that is was a error in uc_taxes. Perhaps any other js script that was updated sometimes caused the error due to a chached version of it.
I really dont know what was the problem, if i find anything that might help others i surely will post it in here.
anyway thx for your answer and the whole drupal community for the best CMS ever ;)
Greetz TSE
Comment #3
tr commentedI'm going to mark this as closed, since you've indicated that things are working for you now.
Comment #4
damienmckennaSome feedback - this does not occur in v6.x-2.4 and changing the line in uc_taxes.js (line 88 vs 89 listed above) causes an error, so it appears to be fixed.