Developer forum

Forum » Rapido » Error in Cart in IE11

Error in Cart in IE11

Aki Ruuskanen
Aki Ruuskanen
Reply

Hi,

On this Rapido solution we get a javascript error when changing payment method. The error occurs in IE11. 

This results in that the cartpage freezes. The customer has had several reports from visitors about this. 

https://wimab.se

Regards / Aki

 

Cart-Error.JPG

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply
This post has been marked as an answer

Hi Hans

Just to confirm. I think the solution is based on Rapido Beta 1? The bug is fixed in Rapido Beta 2. 

To solve this bug, go to the Cart.js file around line 123. Replace the conditional with this new one that has broader browser support:

if (preloader == true) {               
var overlayNode = document.getElementById('CartOverlay');
overlayNode.parentNode.removeChild(overlayNode);
 }

 

Best regards
Karsten Thuen

Votes for this answer: 1
 
Aki Ruuskanen
Aki Ruuskanen
Reply

Alright. Thanks!

Mvh / Aki

 

You must be logged in to post in the forum