Webshopapps_Wsafreightcommon

by Peter D.
1. Open /app/design/frontend/base/default/template/webshopapps/wsafreightcommon/checkout/onepage/shipping_method/accessorials.phtml and find the following lines (~159-163):
new Ajax.Updater('checkout-shipping-method-load', url, {
method: 'get',
onComplete: function () {
document.getElementById('retrieving-rates').innerHTML = "";
},
2. Replace them with:
new Ajax.Updater('checkout-shipping-method-load', url, {
method: 'get',
onComplete: function () {
document.getElementById('retrieving-rates').innerHTML = "";
},

Recent articles

Back to top