Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/shipping/
Upload File :
Current File : /var/www/alh/admin/language/english/shipping/weight.php

<?php
// Heading
$_['heading_title']    = 'Weight Based Shipping';

// Text
$_['text_shipping']    = 'Shipping';
$_['text_success']     = 'Success: You have modified weight based shipping!';

// Entry
$_['entry_rate']       = 'Rates:<br /><span class="help">Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..</span>';
$_['entry_tax_class']  = 'Tax Class:';
$_['entry_geo_zone']   = 'Geo Zone:';
$_['entry_status']     = 'Status:';
$_['entry_sort_order'] = 'Sort Order:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';
?>