-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 30cef5f
Showing
23 changed files
with
4,144 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
# ZENCART PAYMENT INTEGRATION BY NOVALNET | ||
<a href="https://www.novalnet.com/modul/zencart-payment-module">Zen Cart</a> payment module by Novalnet enables secure integration of payments and payment services for all Zen Cart shops. Novalnet payment module for Zen Cart shop helps merchants to automate payment processing from checkout till collection. | ||
|
||
## Integration requirements for Zen Cart | ||
Novalnet <a href="https://www.novalnet.de/"> merchant account </a> is required for processing all international and local payments through this ZenCart Payment Gateway. The module is available for the ZenCart versions 1.5.7f - 1.5.7h in the following languages: EN & DE | ||
|
||
## Key features of ZenCart payment integration | ||
- Easy configuration of all international & local payment methods | ||
- One PCI DSS certified payment platform for all payment services from checkout to collection | ||
- Complete automation of all payment processes | ||
- 60+ risk & payment fraud detection modules to prevent defaults in real time | ||
- Clear overview of payment status from checkout to receivables | ||
- Multilevel claims management with integrated handover to collection and various export functions for the accounting | ||
- Comprehensive fraud prevention solution with more than 60 modules (Machine learning) | ||
- Reporting & analytics dashboards with multiple export options | ||
- Automated e-mail notifications for staying up to date on the payment status | ||
- Automated bookkeeping report in XML, SOAP, CSV, MT940 | ||
- Simple seamless integration of the payment module | ||
- Secure SSL-encoded gateways | ||
- Seamless checkout Iframe integration | ||
- One-click shopping enabled for commonly used payment types | ||
- Easy confirmation/cancellation of on-hold transactions for selected payment types | ||
- Refund option for commonly used payment types | ||
- Responsive templates | ||
|
||
For detailed documentation and other technical inquiries, please send us an email at <a href="mailto:[email protected]"> [email protected] </a> | ||
|
||
## Integrated payment methods | ||
- Direct Debit SEPA | ||
- Direct Debit ACH | ||
- Credit/Debit Cards | ||
- Apple Pay | ||
- Google Pay | ||
- Invoice | ||
- Prepayment | ||
- Invoice with payment guarantee | ||
- Direct Debit SEPA with payment guarantee | ||
- iDEAL | ||
- Sofort | ||
- giropay | ||
- Barzahlen/viacash | ||
- Przelewy24 | ||
- eps | ||
- Instalment by Invoice | ||
- Instalment by Direct Debit SEPA | ||
- PayPal | ||
- MB Way | ||
- PostFinance Card | ||
- PostFinance E-Finance | ||
- Bancontact | ||
- Multibanco | ||
- Online bank transfer | ||
- Alipay | ||
- WeChat Pay | ||
- Trustly | ||
- Blik | ||
- Payconiq | ||
|
||
## Quick Installation via plugin downloads | ||
Follow these steps to install the Zencart payment module by Novalnet: | ||
1. **Download** the payment module from <a href="https://www.zen-cart-pro.at/knowledgebase/novalnet-zahlungsmodul-fuer-zen-cart-1-5-7-deutsch"> here</a> or <a href="https://www.novalnet.de/kontakt/sales"> contact us</a>. | ||
2. Upload and install the payment module in the shop admin panel. | ||
3. Configure the Novalnet Merchant API details in the shop admin panel. | ||
4. Activate & configure the preferred payment methods from <a href="https://admin.novalnet.de/"> Novalnet Admin Portal</a>. | ||
|
||
## License | ||
See our License Agreement at: https://www.novalnet.com/payment-plugins-free-license/ | ||
|
||
## Documentation & Support | ||
For more information about the Zencart Payment Integration by Novalnet, please get in touch with us: <a href="mailto:[email protected]"> [email protected] </a> or +49 89 9230683-20<br> | ||
|
||
Novalnet AG<br> | ||
Zahlungsinstitut (ZAG)<br> | ||
Gutenbergstraße 7<br> | ||
D-85748 Garching<br> | ||
Deutschland<br> | ||
E-mail: [email protected]<br> | ||
Tel: +49 89 9230683-20<br> | ||
Web: www.novalnet.de | ||
|
||
## Who is Novalnet AG? | ||
<p>Novalnet AG is a <a href="https://www.novalnet.de/zahlungsinstitut"> leading financial service institution </a> offering payment gateways for processing online payments. Operating in the market as a full payment service provider Novalnet AG provides online merchants user-friendly payment integration with all major shop systems and self-programmed sites.</p> | ||
<p>Accept, manage and monitor payments all on one platform with one single contract!</p> | ||
<p>Our SaaS engine is <a href="https://www.novalnet.de/pci-dss-zertifizierung"> PCI DSS </a> certified and designed to enable real-time risk management, secured payments via escrow accounts, efficient receivables management, dynamic member and subscription management, customized payment solutions for various business models (e.g. marketplaces, affiliate programs etc.) etc.</p> |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* | ||
* This script is used to define Novalnet constants for admin | ||
* | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : novalnet.php | ||
*/ | ||
define('TABLE_NOVALNET_TRANSACTION_DETAIL', DB_PREFIX . 'novalnet_transaction_detail'); | ||
define('FILENAME_NOVALNET_TRANSACTIONS', 'novalnet_transactions'); | ||
define('NOVALNET_MODULE_VERSION', '13.3.3'); |
48 changes: 48 additions & 0 deletions
48
admin/includes/functions/extra_functions/reg_novalnet_transactions.php
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* | ||
* This file is used for register of Novalnet orders | ||
* | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : reg_novalnet_transactions.php | ||
*/ | ||
|
||
if (!defined('IS_ADMIN_FLAG')) { | ||
die('Illegal Access'); | ||
} | ||
$error_messages = array(); | ||
// This file should normally only need to be run once, but if the user hasn't installed the software properly it | ||
// may need to be run again. Flag tracks the situation | ||
$can_autodelete = true; | ||
|
||
if (function_exists('zen_register_admin_page')) { | ||
if (!zen_page_key_exists('customersNovalnetTransactions')) { | ||
// Quick sanity check in case user hasn't uploaded a necessary file | ||
if (!defined('FILENAME_NOVALNET_TRANSACTIONS')) { | ||
$error_messages[] = 'The Novalnet transactions filename define is missing. Please check that the file ' . | ||
DIR_WS_INCLUDES . 'extra_datafiles/' . 'novalnet.php has been uploaded.'; | ||
$can_autodelete = false; | ||
} | ||
|
||
if (count($error_messages) > 0) { | ||
// Let the user know that there are problem(s) with the installation | ||
foreach ($error_messages as $error_message) { | ||
print '<p style="background: #fcc; border: 1px solid #f00; margin: 1em; padding: 0.4em;">' . | ||
'Error: ' . $error_message . "</p>\n"; | ||
} | ||
} else { | ||
zen_register_admin_page('customersNovalnetTransactions', 'BOX_CUSTOMERS_NOVALNET_TRANSACTIONS', 'FILENAME_NOVALNET_TRANSACTIONS','' , 'customers', 'Y', 400); | ||
} | ||
} | ||
} | ||
|
||
if ($can_autodelete) { | ||
// Either the config utility file has been registered, or it doesn't need to be. Can stop the wasteful process | ||
// of having this script run again by having it delete itself | ||
@unlink(DIR_WS_INCLUDES . 'functions/extra_functions/reg_novalnet_transactions.php'); | ||
} |
12 changes: 12 additions & 0 deletions
12
admin/includes/languages/english/extra_definitions/novalnet.php
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* admin component by webchills (www.webchills.at) | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : novalnet.php | ||
*/ | ||
define('BOX_CUSTOMERS_NOVALNET_TRANSACTIONS', 'Novalnet Transactions'); |
48 changes: 48 additions & 0 deletions
48
admin/includes/languages/english/novalnet_transactions.php
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* | ||
* This script is used for displaying English language of | ||
* Novalnet orders in admin component | ||
* | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : novalnet_transactions.php | ||
*/ | ||
define('HEADING_ADMIN_TITLE', 'Novalnet Transactions'); | ||
define('NOVALNET_ADMIN_INFO', 'For more detailed information on each transaction, please visit the Novalnet Admin Portal.'); | ||
define('TABLE_HEADING_ORDER_NUMBER', 'Order Number'); | ||
define('TABLE_HEADING_AMOUNT', 'Order Total'); | ||
define('NOVALNET_REFUND_AMOUNT', 'Refund Amount'); | ||
define('NOVALNET_CALLBACK_AMOUNT', 'Callback Amount'); | ||
define('NOVALNET_PAYMENT_TYPE', 'Payment Method'); | ||
define('ICON_PREVIEW', 'Preview'); | ||
define('TABLE_HEADING_CUSTOMERS', 'Customers'); | ||
define('TABLE_HEADING_DATE_PURCHASED', 'Date Purchased'); | ||
define('NOVALNET_REFERENCE_ID', 'Novalnet Transaction ID'); | ||
define('TABLE_HEADING_TRANSACTION_ID', 'ID'); | ||
define('TABLE_HEADING_PAYMENT_TYPE', 'Payment Method'); | ||
define('TABLE_HEADING_PAYMENT_STATUS', 'Status'); | ||
define('TABLE_HEADING_PAYMENT_MESSAGE', 'Response'); | ||
define('TABLE_HEADING_PAYMENT_REFNUM', 'Reference Number'); | ||
define('TABLE_HEADING_ACTION', 'Action'); | ||
define('MAX_DISPLAY_SEARCH_RESULTS_NOVALNET_IPN', 50); | ||
define('TEXT_INFO_NOVALNET_RESPONSE_BEGIN', 'Novalnet Transaction '); | ||
define('TEXT_INFO_NOVALNET_RESPONSE_END', ' for order '); | ||
define('HEADING_NOVALNET_STATUS', 'Status'); | ||
define('TEXT_NOVALNET_SORT_ORDER_INFO', 'Sort Order'); | ||
define('TEXT_SORT_NOVALNET_ID_DESC', 'Novalnet Sort Order (new-old)'); | ||
define('TEXT_SORT_NOVALNET_ID', 'Novalnet Sort Order (old-new)'); | ||
define('TEXT_SORT_ZEN_ORDER_ID_DESC', 'Order Number (new-old)'); | ||
define('TEXT_SORT_ZEN_ORDER_ID', 'Order Number (old-new)'); | ||
define('TEXT_SORT_NOVALNET_STATUS_DESC', 'Novalnet Transaction Status desc'); | ||
define('TEXT_SORT_NOVALNET_STATUS', 'Novalnet Transaction Status asc'); | ||
define('TEXT_SORT_NOVALNET_PAYMENT_TYPE_DESC', 'Payment Method desc'); | ||
define('TEXT_SORT_NOVALNET_PAYMENT_TYPE', 'Payment Method asc'); | ||
define('TEXT_SORT_NOVALNET_STATE', 'Status'); | ||
define('TEXT_ALL_IPNS', 'All'); | ||
define('NOVALNET_STATUS', 'Novalnet Transaction Status'); | ||
define('NOVALNET_VIEW_ORDER', 'View order'); |
12 changes: 12 additions & 0 deletions
12
admin/includes/languages/german/extra_definitions/novalnet.php
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* admin component by webchills (www.webchills.at) | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : novalnet.php | ||
*/ | ||
define('BOX_CUSTOMERS_NOVALNET_TRANSACTIONS', 'Novalnet Transaktionen'); |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?php | ||
/** | ||
* Novalnet payment module | ||
* | ||
* This script is used for displaying German language of | ||
* Novalnet orders in admin component | ||
* | ||
* @author Novalnet AG | ||
* @copyright Copyright (c) Novalnet | ||
* @license https://www.novalnet.de/payment-plugins/kostenlos/lizenz | ||
* @link https://www.novalnet.de | ||
* | ||
* Script : novalnet_transactions.php | ||
*/ | ||
define('HEADING_ADMIN_TITLE', 'Novalnet Transaktionen'); | ||
define('NOVALNET_ADMIN_INFO', 'Ausführlichere Informationen zu den einzelnen Transaktionen finden Sie im Novalnet Admin-Portal.'); | ||
define('TABLE_HEADING_ORDER_NUMBER', 'Bestellnummer'); | ||
define('TABLE_HEADING_AMOUNT', 'Bestellsumme'); | ||
define('NOVALNET_REFUND_AMOUNT', 'Rückerstattungsbetrag'); | ||
define('NOVALNET_CALLBACK_AMOUNT', 'Callbackbetrag'); | ||
define('NOVALNET_PAYMENT_TYPE', 'Zahlungsart'); | ||
define('NOVALNET_REFERENCE_ID', ' Novalnet-Transaktions-ID'); | ||
define('TABLE_HEADING_TRANSACTION_ID', 'ID'); | ||
define('ICON_PREVIEW', 'Vorschau'); | ||
define('TABLE_HEADING_CUSTOMERS','Kunden'); | ||
define('TABLE_HEADING_DATE_PURCHASED', 'Bestelldatum'); | ||
|
||
define('TABLE_HEADING_PAYMENT_TYPE', 'Zahlungsart'); | ||
define('TABLE_HEADING_PAYMENT_STATUS', 'Status'); | ||
define('TABLE_HEADING_PAYMENT_MESSAGE', 'Rückmeldung'); | ||
define('TABLE_HEADING_PAYMENT_REFNUM', 'Referenznummer'); | ||
define('TABLE_HEADING_ACTION', 'Aktion'); | ||
define('MAX_DISPLAY_SEARCH_RESULTS_NOVALNET_IPN', 50); | ||
define('TEXT_INFO_NOVALNET_RESPONSE_BEGIN', 'Novalnet Transaktion '); | ||
define('TEXT_INFO_NOVALNET_RESPONSE_END', ' für Shopbestellung '); | ||
define('HEADING_NOVALNET_STATUS', 'Status'); | ||
define('TEXT_NOVALNET_SORT_ORDER_INFO', 'Anzeigesortierung'); | ||
define('TEXT_SORT_NOVALNET_ID_DESC', 'Novalnet Sortierung (neu-alt)'); | ||
define('TEXT_SORT_NOVALNET_ID', 'Novalnet Sortierung (alt-neu)'); | ||
define('TEXT_SORT_ZEN_ORDER_ID_DESC', 'Bestellnummer (neu-alt)'); | ||
define('TEXT_SORT_ZEN_ORDER_ID', 'Bestellnummer (alt-neu)'); | ||
define('TEXT_SORT_NOVALNET_STATUS_DESC', 'Novalnet Transaktion Status absteigend'); | ||
define('TEXT_SORT_NOVALNET_STATUS', 'Novalnet Transaktion Status aufsteigend'); | ||
define('TEXT_SORT_NOVALNET_PAYMENT_TYPE_DESC', 'Zahlungsart absteigend'); | ||
define('TEXT_SORT_NOVALNET_PAYMENT_TYPE', 'Zahlungsart aufsteigend'); | ||
define('TEXT_SORT_NOVALNET_STATE', 'Status'); | ||
define('TEXT_ALL_IPNS', 'Alle'); | ||
define('NOVALNET_STATUS', 'Novalnet Transaktion Status'); | ||
define('NOVALNET_VIEW_ORDER', 'Bestellung ansehen'); |
Oops, something went wrong.