I am trying to get my store to simply direct customers to a dealer link when I disable shipping to there particular country or zone.
I was hoping to use the define TITLE_NO_SHIPPING_AVAILABLE in the language file for checkout_shipping.php to show a explanation and link to a dealer page.
I.E. The part that says sorry we are not shipping to your region, but adding please see this link>> for our dealer locator.
The trouble is that the zone shipping module is one of the shipping modules I use and even when there is no country listed and the catch all switch is off, the TITLE_NO_SHIPPING_AVAILABLE define is not called because the module has it's own define MODULE_SHIPPING_FEDEX_INVALID_ZONE.
(Note: I have cloned this module for use with different courier options i.e fedex)
This seems to defeat the purpose of the TITLE_NO_SHIPPING_AVAILABLE define.
Is there an easy way to modify zones.php so that it is seen by the checkout_shipping.php as disabled if no zones are found. This way if no shipping zones are found The dealer explanation and link can be displayed and customers can easily be forwarded to my dealers.
I have tried some trial and error, but I am no coder and would appreciate any guidance on this subject.



