shop.balmet.com

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

free_checkout.php (501B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Free Checkout';
      4 
      5 // Text
      6 $_['text_extension']     = 'Extensions';
      7 $_['text_success']       = 'Success: You have modified Free Checkout payment module!';
      8 $_['text_edit']          = 'Edit Free Checkout';
      9 
     10 // Entry
     11 $_['entry_order_status'] = 'Order Status';
     12 $_['entry_status']       = 'Status';
     13 $_['entry_sort_order']   = 'Sort Order';
     14 
     15 // Error
     16 $_['error_permission']   = 'Warning: You do not have permission to modify payment Free Checkout!';