sezzle/sezzlepay

Sezzle extension for Magento 2

Installs: 55 413

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 7

Forks: 4

Open Issues: 4

Type:magento2-module


README

Sezzle

Sezzle Extension for Magento 2

Introduction

This document will help you in installing Sezzle's Magento 2 extension. This extension is a certified one and listed here in the Marketplace. The plugin can also be downloaded from Github.

How to install the extension?

There are two ways of installing and upgrading the extension.

  1. Composer is the quick installation method which is also easier to update.
  2. Manual is useful for development.

For all purposes assume [Magento] as your Magento 2 root directory.

Composer

Open terminal and navigate to Magento root path.

brew install composer
composer require sezzle/sezzlepay
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:clean

Manual

  1. Download the .zip or tar.gz file from Sezzle's Github repository.
  2. Unzip the file, rename to sezzlepay, then drag & drop to [Magento]/vendor/sezzle/.
  3. In Terminal, run the following:
php bin/magento module:enable Sezzle_Sezzlepay
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:clean

How to upgrade the extension?

Composer

  1. Open terminal and navigate to [Magento] root path.
composer update sezzle/sezzlepay
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:clean

Manual

Repeat the manual installation instructions above, overwriting the existing content

Configure Sezzle

Log in to Magento Admin and complete the configuration per the instructions here.

Your store is now ready to accept payments through Sezzle.