Hi,
Forgot to mention that the module automatically enables/disables itself based on the customer's postcode so you don't get any "We don't ship to your Country/Postcode" error messages... nasty things! :)
It also allows the defining of specific messages for each zone in the language files. For example, from our client's config:
PHP Code:
define('MODULE_COUNTRY_POSTCODE_TABLE_TEXT_TITLE_3', 'Flat Rate or FREE!');
define('MODULE_COUNTRY_POSTCODE_TABLE_TEXT_WAY_3', 'Free if Order Total Over £50, £2.95 if Under');
define('MODULE_COUNTRY_POSTCODE_TABLE_TEXT_TITLE_5', 'Flat Rate');
define('MODULE_COUNTRY_POSTCODE_TABLE_TEXT_WAY_5', 'Standard Shipping to Madeira/Azores');
These language definitions also use fallbacks (if you don't define definitions for zone 4, as above, the definition for zone 3 is used).
Think this would be a nice module to bring to release status but we'd need a few people to be interested... can't spend a day off work writing something only 1 or 2 people want (unless someone wants to donate)!
All the best...
Conor