shop.balmet.com

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

bluepay_hosted.php (3097B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			 = 'BluePay Hosted Form';
      4 
      5 // Text
      6 $_['text_extension']		 = 'Extensions';
      7 $_['text_success']			 = 'Success: You have modified BluePay Hosted Form account details!';
      8 $_['text_edit']				 = 'Edit BluePay Hosted Form';
      9 $_['text_bluepay_hosted']	 = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_test']				 = 'Test';
     11 $_['text_live']				 = 'Live';
     12 $_['text_sale']				 = 'Sale';
     13 $_['text_authenticate']		 = 'Authorize';
     14 $_['text_release_ok']		 = 'Release was successful';
     15 $_['text_release_ok_order']	 = 'Release was successful';
     16 $_['text_rebate_ok']		 = 'Rebate was successful';
     17 $_['text_rebate_ok_order']	 = 'Rebate was successful, order status updated to rebated';
     18 $_['text_void_ok']			 = 'Void was successful, order status updated to voided';
     19 $_['text_payment_info']		 = 'Payment information';
     20 $_['text_release_status']	 = 'Payment released';
     21 $_['text_void_status']		 = 'Payment voided';
     22 $_['text_rebate_status']	 = 'Payment rebated';
     23 $_['text_order_ref']		 = 'Order ref';
     24 $_['text_order_total']		 = 'Total authorised';
     25 $_['text_total_released']	 = 'Total released';
     26 $_['text_transactions']		 = 'Transactions';
     27 $_['text_column_amount']     = 'Amount';
     28 $_['text_column_type']       = 'Type';
     29 $_['text_column_date_added'] = 'Date Added';
     30 $_['text_confirm_void']		 = 'Are you sure you want to void the payment?';
     31 $_['text_confirm_release']	 = 'Are you sure you want to release the payment?';
     32 $_['text_confirm_rebate']	 = 'Are you sure you want to rebate the payment?';
     33 
     34 // Entry
     35 $_['entry_account_name']	 = 'Account Name';
     36 $_['entry_account_id']		 = 'Account ID';
     37 $_['entry_secret_key']		 = 'Secret Key';
     38 $_['entry_test']			 = 'Transaction Mode';
     39 $_['entry_transaction']		 = 'Transaction Method';
     40 $_['entry_card_amex']		 = 'Amex';
     41 $_['entry_card_discover']	 = 'Discover';
     42 $_['entry_total']			 = 'Total';
     43 $_['entry_order_status']	 = 'Order Status';
     44 $_['entry_geo_zone']		 = 'Geo Zone';
     45 $_['entry_status']			 = 'Status';
     46 $_['entry_sort_order']		 = 'Sort Order';
     47 $_['entry_debug']			 = 'Debug logging';
     48 
     49 // Help
     50 $_['help_total']			 = 'The checkout total the order must reach before this payment method becomes active.';
     51 $_['help_debug']			 = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise';
     52 $_['help_transaction']		 = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.';
     53 $_['help_cron_job_token']	 = 'Make this long and hard to guess';
     54 $_['help_cron_job_url']		 = 'Set a cron job to call this URL';
     55 
     56 // Button
     57 $_['button_release']		 = 'Release';
     58 $_['button_rebate']			 = 'Rebate / refund';
     59 $_['button_void']			 = 'Void';
     60 
     61 // Error
     62 $_['error_permission']		 = 'Warning: You do not have permission to modify payment BluePay!';
     63 $_['error_account_name']	 = 'Account Name Required!';
     64 $_['error_account_id']		 = 'Account ID Required!';
     65 $_['error_secret_key']		 = 'Secret Key Required!';