aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/extension/total/shipping.php
blob: e2270befd6c5ad2ea8f134db2ddcd5ed049b9e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
// Heading
$_['heading_title']        = 'Estimate Shipping &amp; Taxes';

// Text
$_['text_success']         = 'Success: Your shipping estimate has been applied!';
$_['text_shipping']        = 'Enter your destination to get a shipping estimate.';
$_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.';

// Entry
$_['entry_country']        = 'Country';
$_['entry_zone']           = 'Region / State';
$_['entry_postcode']       = 'Post Code';

// Error
$_['error_postcode']       = 'Postcode must be between 2 and 10 characters!';
$_['error_country']        = 'Please select a country!';
$_['error_zone']           = 'Please select a region / state!';
$_['error_shipping']       = 'Warning: Shipping method required!';
$_['error_no_shipping']    = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';