Adding Sezzle to Shopify
- Once installed, enter your public and private API keys. You can find these keys here.
- Click update settings to verify your Sezzle account.
- Click continue. You will be redirected to the Shopify payment settings page. Here, you will need to click activate to enable Sezzle Payments for your store.
- You will now see Sezzle available as a payment method for your store.
- On the payment settings page, you will see “Sezzle EU” under the Alternative Payment Methods section.
- Click “Manage.”
- At the bottom of the page, be sure to click deactivate where it says just “Sezzle” and keep the payment method that says "Sezzle EU Payments".
Installing the Sezzle Checkout Button for Shopify
-
Log in to your Shopify store admin
-
Go to Online Store > Themes
-
Click Actions, then select Edit Code
-
Scroll to the Sections folder, then click Add A New Section
-
Name the section
sezzle-checkout-button
, then click Create Section -
Overwrite the section template with the below code file (found in the link below, begins with {% )
-
Paste the following snippet where you would like the button to appear:
{% section 'sezzle-checkout-button' %}-
Note: this is typically in templates/cart.liquid or sections/cart-template.liquid, below the Shopify checkout button. Open the file, then search (Cmd+F or Ctrl+F) for the word “checkout” - it is usually a button or input
-
-
Click Save
-
Click Customize Theme
-
Add a product to the cart, then go to the cart page
-
In the left toolbar, click Sezzle Checkout Button
-
Make any desired changes, then click Save
-
If the button is not in the desired position, either change the location of the code snippet or add applicable styling as needed.
Videos that show where the code is installed:
Light themes - Checkout Button Installation - Light Theme
Dark themes - Checkout Button Installation - Dark Theme
Full instructions, including the code, can be found here: static-widgets/sezzle-checkout-button-section.liquid at production · sezzle/static-widgets