Zone name:
UKZR: Zone 1 Mainland UK
Zone Description
All other UK counties
it has a yellow light next to it (Zones Defined but not Taxes )
Under "edit zone" it has:
Zone Name: UKZR: Zone 1 Mainland UK
Description: All other UK counties
It has a dropdown list of counties, but some are duplicates, like Arran (Island of) appears 4 times, and most things appear twice.
I don't have the postcode for the shop, but even when I have added it, nothing changed. I can't see an option for store zone to be defined.
In my tpl_modules_shipping_estimator.php there is this code:
<td colspan="2" class="rowOdd" style="text-align: center"><?php echo TITLE_NO_SHIPPING_AVAILABLE; ?>
<div class="important"><?php echo str_replace('__COUNTRY__', (isset($order->delivery['country']['title']) ? ' to '. $order->delivery['country']['title'] : ''), ILABTEXT_NO_SHIPPING_AVALE ); ?>
</td>
Those are the exact same words that display when a quantity of 4 is chosen:
TITLE_NO_SHIPPING_AVAILABLE
TEXT_NO_SHIPPING_AVAILABLE
Is this file the problem?
Many thanks for your help.