Skip to main content
The Sezzle module for PrestaShop can be downloaded from GitHub.

Installation

  1. In your PrestaShop back office, go to Modules > Module Manager
  2. Select Upload a module, then select the .zip file that you downloaded on your computer
  3. Go to Payment > Payment methods
  4. Find Sezzle, and select Enable Module
    • The plugin is now ready to be configured
      To learn how to install the plugin after you’ve downloaded it, watch the official PrestaShop video tutorial

Configuration

  1. In your PrestaShop back office, go to Modules > Module Manager
  2. In the Payment section, find Sezzle and select Configure
    • Fill out the following fields:
    FieldValue
    Live ModeEnable or Disable for testing
    Merchant IDMerchant ID that you got from Merchant Dashboard
    Public KeyPublic Key that you got from Merchant Dashboard
    Private KeyPrivate Key that you got from Merchant Dashboard
    Payment ActionAuthorize and Capture for instant capture and Authorize Only for just authorization (needs to be captured manually from backoffice)
    See Authorize Only vs Authorize and Capture for details about the difference between the two choices
    Allow Customer TokenizationEnable to offer returning shoppers a faster checkout experience by saving their card details
    Enable WidgetEnable for showing Sezzle widget in PDP and Cart Page
    1 Configure Sezzle Jp

Payment Capture

Payment Action set as Authorize and Capture

  • Payment will automatically be captured during the checkout process.

Payment Action set as Authorize Only

    1. In your Opencart backoffice, go to Orders > Orders
    1. Select the order for which you want to capture the payment
    1. In the Payment section right below, enter the below information and click Add
      • Date
      • Payment method
      • Amount
      1. Change the Order Status to Payment Accepted if capture is successful
2 Orders Jp

Payment Refund

  1. In your PrestaShop backoffice, go to Orders > Orders
  2. Select the order for which you want to refund the payment
  3. Click on Partial Refund, enter the amount and click on Partial Refund right below
  4. For Full Refund, you have to fill up all the order related amounts in respective places
  5. Change the Order Status to Refunded only if full refund is successful
    3 Refund Jp

Payment Release

  1. In your PrestaShop backoffice, go to Orders > Orders
  2. Select the order for which you want to refund the payment
  3. Change the Order status to Cancelled and click Update Status
    4 Release Jp

Upgrading the module

If you have an existing Sezzle PrestaShop module installed and want to upgrade a new version, proceed as follows:
  1. Uninstall the existing Sezzle module
  2. In the Upgrade drop-down menu select Uninstall
    Manually remove the /sezzle folder from the /modules folder (if not removed during uninstall action)
  3. Install the latest plugin version
  4. Configure the latest plugin version

Reinstallation

When you reinstall the plugin, the plugin takes care of most of its configurations and functions except for the items listed below. We recommend that you follow the steps here to make sure that when you reinstall the plugin, it won’t pick up settings from a previous installation. Order status
  • The plugin keeps the Awaiting Sezzle Payment order status because existing orders might still use them. If you would also like to remove these statuses, first make sure that these are no longer in use.
  • To check if the status is in use:
    1. Go to the Orders page in your Prestashop admin panel
    2. Filter the orders for the Awaiting Sezzle Payment order status
    3. If there are any, move them to another status that you would like to use
      • When there are no more orders using this status, you can delete the status from your order status list
Configurations The plugin keeps the AWAITING_SEZZLE_PAYMENT configuration fields in your database in case there are still orders in your system with the corresponding statuses. If you have already removed the status, you can also remove these leftover configurations.