Remove Altert Warning At Checkout

Hi guys, is there any way to remove the alert warning at step 3 of Checkout. The message is "Important Shipping rates were changed"

This message looks weird to customers, as if there were charged a higher postage!

Hi guys, is there any way to remove the alert warning at step 3 of Checkout. The message is "Important Shipping rates were changed"

This message looks weird to customers, as if there were charged a higher postage!

go to app/functions/fn.cart.php and app/app/controllers/frontend.checkout.php

Search fn_set_notification('W', __('important'), __('text_shipping_rates_changed'));

& comment this line in both file

Works like a charm. Thank you!

go to app/functions/fn.cart.php and app/app/controllers/frontend.checkout.php

Search fn_set_notification('W', __('important'), __('text_shipping_rates_changed'));

& comment this line in both file

"& comment this line", you mean delete ?

yes my mean is delete. :)

Thanks a lot, i will try it on our 4.3.9 cs cart !

It works, perfect thanks!!

Or you could just change the language variable to something more friendly, in admin>languages, search for phrase and change