parcelforce_48.php (1767B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Parcelforce 48'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Parcelforce 48 shipping!'; 8 $_['text_edit'] = 'Edit Parcelforce 48 Shipping'; 9 10 // Entry 11 $_['entry_rate'] = 'Parcelforce 48 Rates'; 12 $_['entry_insurance'] = 'Parcelforce48 Compensation Rates'; 13 $_['entry_display_weight'] = 'Display Delivery Weight'; 14 $_['entry_display_insurance'] = 'Display Insurance'; 15 $_['entry_display_time'] = 'Display Delivery Time'; 16 $_['entry_tax_class'] = 'Tax Class'; 17 $_['entry_geo_zone'] = 'Geo Zone'; 18 $_['entry_status'] = 'Status'; 19 $_['entry_sort_order'] = 'Sort Order'; 20 21 // Help 22 $_['help_rate'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: .1:1,.25:1.27 - Weights less than or equal to 0.1Kg would cost 1.00, Weights less than or equal to 0.25g but more than 0.1Kg will cost 1.27. Do not enter KG or symbols.'; 23 $_['help_insurance'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.'; 24 $_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; 25 $_['help_display_insurance'] = 'Do you want to display the shipping insurance? (e.g. Insured upto 500)'; 26 $_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; 27 28 // Error 29 $_['error_permission'] = 'Warning: You do not have permission to modify Parcelforce 48 shipping!';