Weight Based Shipping: Show Text when no rate
Posted: Mon May 11, 2020 12:20 am
I would like to modify the attached default weight based shipping module to show a custom text as long as the customer has not selected a state. This way rather than not showing any rate at all, the customer sees a text asking the customer to select a state so that a rate shows up. I have already defined the custom text in the language file by adding:
Thank you in advance!
Code: Select all
$_['text_enter_state'] = 'Please select state to view shipping rate.';