WooCommerce
This guide explains how to add Sezzle as a payment option on your WooCommerce website, enabling customers to use Sezzle at checkout.
Install the Sezzle WooCommerce Extension
-
Log in to your website’s Wordpress admin
-
Ex:
your-website.com/wp-admin
-
-
In the left sidebar, click
Plugins
>Add New
-
Search for
Sezzle
-
Click
Install Now
-
Click
Activate
Admin Configuration
-
In the left sidebar, click
WooCommerce
>Settings
-
Select the
Payments
tab -
Click the
Manage
button for Sezzle -
Check the
Enable/Disable
checkbox for enabling Sezzle -
Check the Payment option availability in other countries if you want to allow Sezzle outside of US and Canada
- Sezzle operates only in
US
andCanada
- Be sure to check this option
- Sezzle operates only in
-
Set Merchant ID as received from the Business section of Sezzle Merchant Dashboard
-
Copy your Private Key and Public Key from your Sezzle Merchant Dashboard, and paste them into the corresponding fields
-
Check the
Create order post checkout completion
checkbox for enabling WooCommerce order creation only after Sezzle checkout is successfully completedThis will only work with standard classic checkout, not with checkout blocks
-
Set
Minimum Checkout Amount
if you want to restrict Sezzle based on a minimum order total -
Set the
Transaction Mode
asLive
for production andSandbox
for sandbox testing mode -
Check the
Show Sezzle widget in product pages
checkbox for adding widget script in the Product Display Page, which allows enabling Sezzle Widget Modal in PDP- After saving if you don’t see the widget in PDP, try installing it manually
-
Configure the installment plan widget under Installment Plan Widget Configuration settings
-
Check the
Enable Installment Widget Plan in Checkout page
checkbox for enabling installment widget plan -
Set the
Order Total Container Class Name
- Default is
woocommerce-Price-amount
- Default is
-
Set the
Order Total Container Parent Class Name
- Default is
order-total
- Default is
-
Check the
Enable Logging
checkbox for logging Sezzle checkout related data- This is helpful for debugging issues, if encountered
-
Click
Save Changes
Validate
Step through a test checkout to validate the integration is properly installed.
Important Note on Order Fulfillment
Before shipping the order, ensure that the Order Notes in the WooCommerce interface show the order status is Processing
and include Payment approved by Sezzle
. When these notes exist, you know that the customer completed the checkout at Sezzle, and you will be paid for the order.
WooCommerce will create an order regardless of whether the customer completes the checkout at Sezzle. Check the Order Notes and do not fulfill orders where the Sezzle checkout is not completed.
Manual Widget Installation
Using Elementor?
Within the Elementor Page Builder, drag and drop the Custom HTML block type into the site footer, adding the widget script snippet into the code box, then save and publish changes.
-
In your WooCommerce account, go to
Appearance
, and thenTheme Editor
-
Click
Theme Footer
to the right of the page -
In the Content text area, insert the script on the last line of the code, and click
Update File
- The script below is what you will need to insert:
- You will need to update the in the above script to reflect your store’s UUID.
- You can find your UUID in your Sezzle dashboard, under
Settings
, and thenBusiness
. - When you enter your UUID, please make sure that you remove the surrounding it.
Troubleshooting
If testing was unsuccessful, review the following:
-
Sezzle WooCommerce extension is the most updated version
- Go to
Plugins
>Installed Plugins
- Click
View Details
next to theSezzle WooCommerce Payment
- If there is an option to upgrade, do so now
- Go to
-
Sezzle extension is activated
- Go to
WooCommerce
>Settings
- Ensure the switch is turned
On
- Go to
-
Merchant ID was entered correctly
-
API Keys were entered correctly
It is recommended to use the Copy icon in the Sezzle Merchant Dashboard to avoid typos or extra spaces
-
If you have multiple accounts with Sezzle, the merchant ID and API Keys are tied to only one URL
-
Show Sezzle widget in product pages box is checked
-
Widget script is present on your website and reflects the Merchant ID from your Sezzle Merchant Dashboard
- Go to a product page on your website
- Right-click then select
Inspect
- In the
Elements
tab, search forwidget.sezzle
Uninstall Steps
- Go to
Plugins
>Installed Plugins
- Under
Sezzle WooCommerce Payment
, clickDeactivate
then clickDelete