-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Module updates, bug fixes and module improvements
- Loading branch information
1 parent
4db53ce
commit 9690f57
Showing
5 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
<?php | ||
// Heading | ||
$_['heading_title'] = 'NOCHEX'; | ||
|
||
// Text | ||
$_['text_payment'] = 'Payment'; | ||
$_['text_success'] = 'Success: You have modified NOCHEX account details!'; | ||
$_['text_edit'] = 'Edit NOCHEX'; | ||
$_['text_nochex'] = '<img src="view/image/payment/nochex.png" alt="NOCHEX" title="NOCHEX" style="border: 1px solid #EEEEEE;" />'; | ||
$_['text_nochex'] = '<a href="https://secure.nochex.com/apply/merchant_info.aspx" target="_blank"><img src="view/image/payment/nochex.png" alt="NOCHEX" title="NOCHEX" style="border: 1px solid #EEEEEE;" /></a>'; | ||
$_['text_merchant'] = 'Merchant Account'; | ||
|
||
// Entry | ||
$_['entry_merchant'] = 'Nochex Email Address <br/>or Merchant ID'; | ||
$_['entry_test'] = 'Test'; | ||
$_['entry_xmlcollection'] = 'Product Details'; | ||
$_['entry_email'] = 'E-Mail'; | ||
$_['entry_account'] = 'Account Type'; | ||
$_['entry_merchant'] = 'Nochex Merchant ID or Email Address'; | ||
$_['entry_test'] = 'Test Mode'; | ||
$_['entry_xmlcollection'] = 'Detailed Product Information'; | ||
$_['entry_debug'] = 'Debug'; | ||
$_['entry_postage'] = 'Postage'; | ||
$_['entry_hide'] = 'Hide Billing Details:'; | ||
|
@@ -23,14 +27,13 @@ | |
// Help | ||
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; | ||
$_['help_merchantid'] = 'Your Nochex Merchant ID, for example [email protected] or Test_ID'; | ||
$_['help_test'] = 'Testing Mode, Used to test that your shopping cart is working. Leave disabled for live transactions.'; | ||
$_['help_callback'] = 'To use the callback functionality, please contact Nochex Support to enable this functionality on your merchant account otherwise this function wont work.'; | ||
$_['help_billing'] = 'Hide Billing Details Option, Used to hide the billing details.'; | ||
$_['help_test'] = 'Enable this feature to allow test transactions. Note: Ensure this option is disabled to accept live payments.'; | ||
$_['help_billing'] = 'Hide Billing Details Option, Used to hide the billing details on your Nochex Payment Page.'; | ||
$_['help_xml'] = 'Display your product details in a structured format on your Nochex Payment Page.'; | ||
$_['help_postage'] = 'Postage Option is to separate the postage from the total amount'; | ||
$_['help_postage'] = 'Postage Option is to separate the postage from the total amount on your Nochex Payment Page'; | ||
$_['help_debug'] = 'Debug mode is to test and make sure the module is working correctly, and if there is any faults being caused in your Nochex module.'; | ||
|
||
// Error | ||
$_['error_permission'] = 'Warning: You do not have permission to modify payment NOCHEX!'; | ||
$_['error_email'] = 'E-Mail Required!'; | ||
$_['error_merchant'] = 'Merchant ID Required!'; | ||
$_['error_merchant'] = 'Merchant ID Required!'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters