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
- dev-production
- 7.0.22
- 7.0.20
- 7.0.19
- 7.0.18
- 7.0.17
- 7.0.16
- 7.0.15
- 7.0.14
- 7.0.13
- 7.0.12
- 7.0.11
- 7.0.10
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.5.10
- 5.5.9
- 5.5.8
- 5.5.7
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.1.1
- 4.1.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.7.1
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.0
- 2.0.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-renovate/mysql-9.x
- dev-renovate/mysql-5.x
- dev-release
- dev-readme
- dev-developerMD
- dev-MERCHANT-750-void-cancel
- dev-pipeline
- dev-MINT-802
- dev-staging
- dev-renovate/mysql-8.x
- dev-sitikantha.mallik-config-changes
- dev-PLAT-752
- dev-PLAT-620
- dev-PLAT-155
- dev-hotfix-3.1.7.1
- dev-33-plat-392-change-the-dollar-to-cents-conversion-process
- dev-13-cron-job-for-capturing-non-captured-orders
- dev-11-add-sezzle-column-in-order-grid-magento
- dev-8-shipment-track
- dev-5-add-merchant-signup-link-in-configuration
This package is auto-updated.
Last update: 2025-04-15 21:23:56 UTC
README
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.
- Composer is the quick installation method which is also easier to update.
- 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
- Download the .zip or tar.gz file from Sezzle's Github repository.
- Unzip the file, rename to
sezzlepay
, then drag & drop to[Magento]/vendor/sezzle/
. - 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
- 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.