shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

shipping.php (1028B)


      1 <?php
      2 // Text
      3 $_['text_address']       = 'Success: Shipping address has been set!';
      4 $_['text_method']        = 'Success: Shipping method has been set!';
      5 
      6 // Error
      7 $_['error_permission']   = 'Warning: You do not have permission to access the API!';
      8 $_['error_firstname']    = 'First Name must be between 1 and 32 characters!';
      9 $_['error_lastname']     = 'Last Name must be between 1 and 32 characters!';
     10 $_['error_address_1']    = 'Address 1 must be between 3 and 128 characters!';
     11 $_['error_city']         = 'City must be between 3 and 128 characters!';
     12 $_['error_postcode']     = 'Postcode must be between 2 and 10 characters for this country!';
     13 $_['error_country']      = 'Please select a country!';
     14 $_['error_zone']         = 'Please select a region / state!';
     15 $_['error_custom_field'] = '%s required!';
     16 $_['error_address']      = 'Warning: Shipping address required!';
     17 $_['error_method']       = 'Warning: Shipping method required!';
     18 $_['error_no_shipping']  = 'Warning: No Shipping options are available!';