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
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
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
Alright. Thanks!
Mvh / Aki
You must be logged in to post in the forum