"shipping Rates Were Changed" Notification

Hi,

Is it possible to change the notifications in checkout, when shipping method is chosen?

No the customer gets a orange warning, "Shipping rates were changed". it should be a green warning.

(only documentation I found was 4.8 version or before.)

Thanks for an answer,

Hello

In file

/app/controllers/frontend/checkout.php

change line

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

Best regards

Robert

In the mentioned line replace 'W' with 'N'

In the mentioned line replace 'W' with 'N'

Robert,

thank you !!! it works.

Kind regards,

Chris

Hello

You are welcome :)

Best regards

Robert