Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Novalnet-Technic committed Jun 21, 2023
0 parents commit fe1a71f
Show file tree
Hide file tree
Showing 151 changed files with 21,799 additions and 0 deletions.
113 changes: 113 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Novalnet payment plugin for Shopware 6

Novalnet payment plugin for Shopware 6 simplifies your daily work by automating the entire payment process, from checkout till collection. The Shopware 6 payment plugin is designed to help you increase your sales by offering various international and local payment methods.

## Why Shopware 6 with Novalnet?

Shopware 6 is the next generation shop system based on advanced hook system. With the open source and commercial versions, users can easily create Shopware 6 storefronts based on Twig and Bootstrap technologies. Novalnet’s Shopware 6 payment plugin supports international and local payments including payment guarantee and cash payment particularly for Shopware. We encrypt our end customer data (strong encryption) to free you from data protection concerns and from payment related licenses.

## Advantages of Shopware 6 Payment plugin
- Easy configuration for all payment methods - international and local
- One platform for all payment types and related services
- Complete automation of all payment processes
- More than 50 fraud prevention modules integrated to prevent risk in real-time
- Effortless configuration of risk management with fraud prevention
- Comprehensive affiliate system with automated split conversion of transaction on revenue sharing
- No PCI DSS certification required when using our payment module
- Real-time monitoring of the payment methods & transaction flows
- Multilevel claims management with integrated handover to collection and various export functions for the accounting
- Automated e-mail notification function concerning payment status reports
- Clear real-time overview and monitoring of payment status
- Automated bookkeeping report in XML, SOAP, CSV, MT940
- Seamless and fast integration of the payment plugin
- Secure SSL- encoded gateways
- Credit/Debit Card iframe integration
- Custom CSS configuration for Credit/Debit Card iframe
- One-click shopping supported for Credit/Debit Cards, Direct Debit SEPA, Direct Debit SEPA with payment guarantee & Instalment by Direct Debit SEPA
- Easy confirmation/cancellation of on-hold transactions for Direct Debit SEPA, Direct Debit SEPA with payment guarantee, Instalment payment for Direct Debit SEPA, Credit/Debit Card, Invoice, Invoice with payment guarantee, Instalment payment for Invoice, Prepayment, PayPal, Apple Pay & Google Pay
- Refund option for Credit/Debit Cards, Direct Debit SEPA, Direct Debit SEPA with payment guarantee, Instalment by Direct Debit SEPA, Invoice, Invoice with payment guarantee, Instalment by Invoice, Prepayment, Barzahlen/viacash, Sofort, iDEAL, eps, giropay, PayPal, Przelewy24, PostFinance Card, PostFinance E-Finance, Bancontact, Apple Pay, Google Pay, Online bank transfer, Alipay, WeChat pay & Trustly
- Transaction amount update option for Direct Debit SEPA, Invoice, Prepayment & Barzahlen/viacash
- Order creation process handled for shop admin for the Invoice, Prepayment, Barzahlen/viacash & Multibanco
- Responsive templates

## Compatibility

Shopware 6 payment plugin is compatible with below technical capabilities.

- [x] Shopware versions 6.5.0.0 - 6.5.2.1
- [x] Linux based OS with Apache 2.2 or 2.4
- [x] PHP 7.2.0 or higher
- [x] MySQL 5.7 or higher

## Supported payment methods

- Direct Debit SEPA
- Credit/Debit Cards
- Apple Pay
- Google Pay
- Invoice
- Prepayment
- Invoice with payment guarantee
- Direct Debit SEPA with payment guarantee
- Instalment by Invoice
- Instalment by Direct Debit SEPA
- iDEAL
- Sofort
- giropay
- Barzahlen/viacash
- Przelewy24
- eps
- PayPal
- PostFinance Card
- PostFinance E-Finance
- Bancontact
- Multibanco
- Online bank transfer
- Alipay
- WeChat Pay
- Trustly

## Installation via Composer

#### Follow the below steps and run each command in your terminal from the shop root directory
##### 1. Run the below command to upload the payment plugin
```
composer require novalnet/shopware6-payment
```
##### 2. Run the below command to refresh the payment plugin
```
php bin/console plugin:refresh
```
##### 3. Run the below command to install and activate the payment plugin
```
php bin/console plugin:install --activate --clearCache NovalnetPayment
```
## Quick Installation via plugin upload
Follow the below steps to install the payment plugin for Shopware 6 in the shop system.

1. **Download** the plugin from <a href="https://store.shopware.com/en/noval29035660349f/novalnet-payments-plugin.html"> here</a> or <a href="https://www.novalnet.de/kontakt/sales"> contact us</a>.

2. **Login** to shop backend, move to:
- Extensions
- My extensions
- Upload extensions

3. **Upload** the Shopware 6 payment Apps from Novalnet to the shop

4. Click **Install** to install the Novalnet Shopware 6 payment Apps

## Documentation & Support
For more information about the integration, please get in touch with us: sales@novalnet.de or +49 89 9230683-20 or by contacting us <a href="https://www.novalnet.de/kontakt/sales"> here.</a>

Novalnet AG<br>
Zahlungsinstitut (ZAG)<br>
Feringastr. 4<br>
85774 Unterföhring<br>
Deutschland<br>
Website: <a href= "https://www.novalnet.de/"> www.novalnet.de </a>

## Licenses

As a European Payment institution, Novalnet holds all necessary payment licenses to accept and process payments across the world. We also comply with the European data protection regulations to guarantee advanced data protection across the world.

See here for [Freeware License Agreement](https://www.novalnet.com/payment-plugins-free-license/).
101 changes: 101 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
*** Changelog ***

= 12.5.6 - 2023.06.21 =
* Enhanced - Optimised Novalnet Payment plugin to support Novalnet subscription plugin features

= 12.5.5 - 2023.06.09 =
* Fix - Compatibility for Shopware 6.5.0.0
* Enhanced - For IBAN-specific countries, the BIC field required for the Gibraltar country for the payments like Direct Debit SEPA, Direct Debit SEPA with payment guarantee and Instalment by Direct Debit SEPA

= 12.5.4 - 2023.05.23 =
* Fix - Supported payment methods are now listed in the My Account section
* Enhanced - Optimised Novalnet Payment plugin to support Novalnet subscription plugin features

= 12.5.3 - 2023.05.09 =
* Fix - Invoice PDF gets updated with the recent transaction details during PDF generation

= 12.5.2 - 2023.02.09 =
* New - Added ACL feature for Novalnet payment plugin
* Fix - Adjusted E-mail template as per the Shopware standard
* Fix - Callback/webhook comments are handled based on the initial transaction language
* Removed - Google Pay button theme configuration

= 12.5.1 - 2022.11.15 =
* Fix - No custom payment logo replacement during the plugin update
* Enhanced - Adjusted novalnet payment plugin to support Multibanco payment for the Novalnet subscription plugin
* Removed - Status based Capture, Void and Refund actions

= 12.5.0 - 2022.10.21 =
* New - Implemented Google pay, Trustly, WeChat and Alipay payments
* New - Implemented Zero amount authorization for the payments Credit/Debit card and Direct Debit SEPA
* New - Updated cart details to PayPal
* Enhanced - Invoice payment name is updated for German translation
* Enhanced - Callback/Webhook events has been optimized as per the new testcase
* Removed - One-click shopping for PayPal payment

= 12.4.0 - 2022.07.26 =
* New - Implemented Online bank transfer payment
* New - Implemented Apple pay payment
* Fix - Novalnet payment plugin adjusted to support for Amazon pay during activation
* Enhanced - For IBAN-specific countries, the BIC field displayed for payments like Direct Debit SEPA, Direct Debit SEPA with payment guarantee & Instalment by Direct Debit SEPA

= 12.3.0 - 2022.05.10 =
* New - Order creation process handled from the shop admin panel for the Invoice, Prepayment, Barzahlen/viacash & Multibanco
* New - Added "state" parameter in the payment request
* Fix - Compatibility for Shopware 6.4.10.1
* Fix - Credit/Debit Cards error message and Checkout button
* Enhanced - Updated payment logo for sofort payment

= 12.2.2 - 2022.02.25 =
* Fix - Adjusted payment plugin to translate Novalnet transaction details with the same language updated in the domain URL
* Fix - Refund API request is restricted for multiple transactions with the same order number

= 12.2.1 - 2022.02.03 =
* Fix - Compatibility for Shopware 6.3 using Promotion code

= 12.2.0 - 2021.11.17 =
* Fix - Compatibility for PHP version 8.0
* New - Configuration to send order confirmation email to end-customer
* Enhance - Payment plugin installation via composer

= 12.1.2 - 2021.08.13 =
* Fix - Order confirmation email sent to end customers for the newly created domain URLs

= 12.1.1 - 2021.07.26 =
* Fix - Compatibility for Shopware 6.4 series
* Fix - Callback has been optimized as per the new testcase

= 12.1.0 - 2021.05.19 =
* New - Implemented instalment payments for Direct Debit SEPA and Invoice
* Fix - Saved card/account information can be deleted in Safari and Firefox browsers
* Fix - Placed the saved card/account details view above change payment method button
* Fix - Webhook: Follow up transaction call restricted for on-hold payments
* Enhanced - Vendor script has been optimized

= 12.0.0 - 2021.04.01 =
Major version release: Entire restructure & optimization of older version with usability, additional features and customizations

= 1.0.5 - 2021.02.05 =
* Fix - Orders get confined while adding multiple order comments into the same order
* Fix - Adjusted payment plugin to display error message for guarantee payments when Force Non-Guarantee payment option was disabled

= 1.0.4 - 2021.01.05 =
* Fix - Date of birth validation regulated on checkout page
* Fix - Adjusted the redirect payment methods to support Sales channels
* Enhanced - Barzahlen payment name and logo

= 1.0.3 - 2020.12.05 =
* Fix - Adjusted JavaScript for displaying the "Submit" button on the checkout page
* Fix - Adjusted JavaScript for throwing error message on the checkout page for Invalid Credit Card details
* Fix - Mailer configuration is not mandatory now for order success page

= 1.0.2 - 2020.11.11 =
* Fix - Added Datepicker by adjusting Javascript for macOS Safari browser

= 1.0.1 - 2020.10.06 =
* Fix - Sitemap XML tag issue
* Fix - Adjusted the redirect payment methods to support Sales channels
* Enhanced - Barzahlen payment name and logo

= 1.0.0 - 2021.01.05 =
- New release
43 changes: 43 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "novalnet/novalnet-payment",
"description": "PCI Compliant, seamless integration with the various types of payment and payment-related services integrated into one unique platform",
"version": "v12.5.6",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Novalnet AG",
"homepage": "https://www.novalnet.de"
}
],
"extra": {
"shopware-plugin-class": "Novalnet\\NovalnetPayment\\NovalnetPayment",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Novalnet AG",
"label": {
"de-DE": "Novalnet Zahlung",
"en-GB": "Novalnet Payments"
},
"description": {
"de-DE": "PCI-konforme Zahlungsabwicklung mit einer Vielzahl an Payment-Services und nahtloser Integration für eine einfache Anbindung.",
"en-GB": "PCI compliant payment solution, covering a full scope of payment services and seamless integration for easy adaptability."
},
"manufacturerLink": {
"de-DE": "https://www.novalnet.de",
"en-GB": "https://www.novalnet.com"
},
"supportLink": {
"de-DE": "https://www.novalnet.de",
"en-GB": "https://www.novalnet.com"
}
},
"autoload": {
"psr-4": {
"Novalnet\\NovalnetPayment\\": "src/"
}
},
"require": {
"shopware/core": "6.5.*",
"shopware/storefront": "6.5.*"
}
}
Loading

0 comments on commit fe1a71f

Please sign in to comment.