mollie/magento2-multishipping

Multishipping support for the Mollie Payment Module for Magento 2

Installs: 3 212

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 29

Forks: 2

Open Issues: 2

Type:magento2-module

v1.1.0 2023-02-23 09:45 UTC

This package is auto-updated.

Last update: 2024-04-23 12:31:35 UTC


README

68747470733a2f2f696e666f2e6d6f6c6c69652e636f6d2f68756266732f6769746875622f6d6167656e746f2d322f6c6f676f2e706e67

Mollie Multishipping Addon for Magento 2.3.x and higher

This plugin is an addon on the Mollie Magento 2 payment module and can't be installed seperatly without the Mollie Payment plugin installed.

Installation

We recommend that you make a backup of your webshop files, as well as the database.

Step-by-step to install the Magento® 2 extension through Composer:

  1. Make sure the Mollie Magento 2 payment module is installed.
  2. Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
  3. Locate your Magento® 2 project root.
  4. Install the Magento® 2 extension through composer and wait till it's completed:
composer require mollie/magento2-multishipping
  1. Once completed run the Magento® module enable command:
bin/magento module:enable Mollie_Multishipping
  1. After that run the Magento® upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
  1. If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
  1. Go to your Magento® admin portal and open; ‘Stores’ > ‘Configuration’ > ‘Mollie’ > ‘Advanced’ to activate Multishipping.

License

BSD (Berkeley Software Distribution) License. Copyright (c) 2011-2021, Mollie B.V.