Adding Sezzle to Shopify
To enable our gateway for your shop, follow the next steps.
- First, install Sezzle EU in your Shopify by clicking here.
You will see the following page:
Click on "Install payment provider"
-
Add us as one of your payment gateways on Shopify. To do that, go to Shopify Settings > Payments.
In the "Alternative payments methods" section, click on "Choose alternative payment", look for and select Sezzle EU.
-
Add the keys in their respective fields from your dashboard at Settings > API Keys.
- Select the payment methods of your choice.
Click on Activate Sezzle EU at the bottom right side of the page.
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