shipping.php (911B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Estimate Shipping & Taxes'; 4 5 // Text 6 $_['text_success'] = 'Success: Your shipping estimate has been applied!'; 7 $_['text_shipping'] = 'Enter your destination to get a shipping estimate.'; 8 $_['text_shipping_method'] = 'Please select the preferred shipping method to use on this order.'; 9 10 // Entry 11 $_['entry_country'] = 'Country'; 12 $_['entry_zone'] = 'Region / State'; 13 $_['entry_postcode'] = 'Post Code'; 14 15 // Error 16 $_['error_postcode'] = 'Postcode must be between 2 and 10 characters!'; 17 $_['error_country'] = 'Please select a country!'; 18 $_['error_zone'] = 'Please select a region / state!'; 19 $_['error_shipping'] = 'Warning: Shipping method required!'; 20 $_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';