Skip to content

quynhvv/magento2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mollie Magento® 2

This is the official Mollie extension for Magento® 2.

Installation

Magento® Marketplace

This extension is also available on the Magento Marketplace

Manually

  1. Go to Magento® 2 root folder

  2. Enter following commands to install module:

    composer require mollie/magento2
    

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento module:enable Mollie_Payment
    php bin/magento setup:upgrade
    php bin/magento cache:clean
    
  4. If Magento® is running in production mode, deploy static content:

    php bin/magento setup:static-content:deploy
    
  5. Enable and configure the Mollie extension in Magento® Admin under Stores > Configuration > Sales > Payment Methods > Mollie.

Requirements

  1. For Magento® 2.1.x and Magento® 2.2.x

  2. This extension requires the Mollie API client for PHP.

When using composer of installation through the Magento® Marketplace this will be installed automatically.

To install manually, enter the following command in your Magento® 2 root folder:

composer require mollie/mollie-api-php

About

Mollie Payments for Magento 2

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 77.8%
  • HTML 13.8%
  • JavaScript 4.9%
  • CSS 3.5%