shop.balmet.com

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

low_order_fee.php (761B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Low Order Fee';
      4 
      5 // Text
      6 $_['text_total']       = 'Преди плащане на поръчки';
      7 $_['text_extension']   = 'Преди плащане на поръчки';
      8 $_['text_success']     = 'Success: You have modified low order fee total!';
      9 $_['text_edit']        = 'Edit Low Order Fee Total';
     10 
     11 // Entry
     12 $_['entry_total']      = 'Order Total';
     13 $_['entry_fee']        = 'Fee';
     14 $_['entry_tax_class']  = 'Tax Class';
     15 $_['entry_status']     = 'Status';
     16 $_['entry_sort_order'] = 'Sort Order';
     17 
     18 // Help
     19 $_['help_total']       = 'The checkout total the order must reach before this order total is deactivated.';
     20 
     21 // Error
     22 $_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!';