Giter VIP home page Giter VIP logo

magento2-paypal-plus's Introduction

Magento 2 PayPal PLUS

PayPal PLUS is a solution where PayPal offers PayPal, Credit Card, Direct Debit (ELV) and Pay Upon Invoice (Kauf auf Rechnung) as individual payment options on the payment selection page. These payment methods cover around 80% customer demand in Germany.

No matter how customer chooses to pay, it is always a single PayPal transaction for merchant, including all resulting advantages like Seller Protection and easy refund.

Based on the payment method selected by the buyer, he will be presented with either the PayPal Login page or an input mask for bank / credit card details. Should PayPal PLUS service be unavailable, standard Magento payment methods will be displayed.

Installation

To install the Magento 2 PayPal PLUS extension please add our repository to your Magento composer.json.

{
    "repositories": [
            {
                "url": "[email protected]:i-ways/magento2-paypal-plus.git",
                "type": "git"
            }
        ]
}

After you added our repository you need to require our module.

There are to possibilities:

  1. Run the command composer require iways/module-pay-pal-plus

  2. Add it manually to your composer.json

    "require": { "iways/module-pay-pal-plus": "~1.0" }

Enable our module in Magento

To enable our module via Magento 2 CLI go to your Magento root and run:

bin/magento module:enable --clear-static-content Iways_PayPalPlus

To initialize the Database updates you must run following command afterwards:

bin/magento setup:upgrade

The Magento 2 PayPal PLUS module should now be installed and ready to use.

Issues

Please use our Servicedesk at: https://support.i-ways.net/hc/de

magento2-paypal-plus's People

Contributors

krowten avatar rommelfreddy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.