shop.balmet.com

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

handling.php (667B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Handling Fee';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_success']     = 'Success: You have modified handling fee total!';
      8 $_['text_edit']        = 'Edit Handling Fee Total';
      9 
     10 // Entry
     11 $_['entry_total']      = 'Order Total';
     12 $_['entry_fee']        = 'Fee';
     13 $_['entry_tax_class']  = 'Tax Class';
     14 $_['entry_status']     = 'Status';
     15 $_['entry_sort_order'] = 'Sort Order';
     16 
     17 // Help
     18 $_['help_total']       = 'The checkout total the order must reach before this order total becomes active.';
     19 
     20 // Error
     21 $_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';