shop.balmet.com

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

reward.php (570B)


      1 <?php
      2 // Heading
      3 $_['heading_title'] = 'Use Reward Points (Available %s)';
      4 
      5 // Text
      6 $_['text_reward']   = 'Reward Points (%s)';
      7 $_['text_order_id'] = 'Order ID: #%s';
      8 $_['text_success']  = 'Success: Your reward points discount has been applied!';
      9 
     10 // Entry
     11 $_['entry_reward']  = 'Points to use (Max %s)';
     12 
     13 // Error
     14 $_['error_reward']  = 'Warning: Please enter the amount of reward points to use!';
     15 $_['error_points']  = 'Warning: You don\'t have %s reward points!';
     16 $_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';