- Select your website platform
- Copy the code from the “Code Snippets” section and integrate it into your site to create the page
Shopify Process
To set up the page on Shopify, follow the steps below.- Log in to your Shopify Store
- Navigate to
Online Store>Themes - On the theme you want to edit, select
Actionsand thenEdit Code - Under the
Templatesfolder, clickAdd New Template, select template forPage, template typeliquid, and name the pageSezzle, then clickCreate Template - Select the theme that best fits your store from the tabs listed
- Copy the code and paste it under
{{page.content}}on the Shopify page - Save
- Navigate to
Pages - Add a new page, and give it a title - we recommend something like
How Sezzle WorksorHow to use Sezzle - Under
Theme Template(in the bottom-right), selectsezzle - Save and view the page
Add the page to your navigation
- Go to
Online Store>Navigation - Select the menu where you would like the Sezzle link to appear (ex: Main menu)
- Click
Add menu item - Enter the text you wish to appear (ex: How Sezzle Works)
- Click the second box, select
Pagesthen the page you just created - Click
Add - Click
Save Menu
Lightspeed Process
Due to Lightspeed restrictions which preventscript and style tags being saved in Pages, our standard installation script is incompatible. Below are the instructions to install the HTML and CSS separately from an older version of our code.
- Log into your store admin
- Navigate to
Content>Add Page - Enter Title:
About SezzleorHow Sezzle Works - Under Content, click the
<>button - Copy+paste the code from Github (
<script>and<style>tags will be removed automatically, due to Lightspeed restrictions) - Click
Save, then clickBack to Home - Navigate to
Design>Theme Editor - In the theme tile, click
AdvancedthenCustomize CSS - Copy+paste the contents of the style tag from Github
- Wherever the
font-familyis given simply asComfortaa, replace the value with'Comfortaa', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', cursive, sans-serif; - Find
.sezzle-container section .breakdown-row .breakdownand reducefont-sizefrom28pxto24px. - Click
Save
Other Platforms
To set up the page on any other platform, please work with your web developer and/or follow the steps below.- Create a new page in your theme
- Copy and paste the code into your website’s page
- Click save and/or publish!
Code Snippet
Insert the following code into your HTML file:- Template
- Example
- Options
Long-Term Financing
If you are enrolled in our long-term financing program, the following options are also available:Applies long-term settings based on your lending package. Please confirm the applicable value for your enrollment with your account manager.Options:
a, bMinimum price (in dollars) override for which purchase is eligible for long-term lending. Above this amount, the monthly installments with interest will be reflected. Below this amount, only the bi-weekly installments will render.Additional Details: When LTgroup is set, defaults to
150 for a or 400 for b.Maximum price (in dollars) override for which purchase is eligible for long-term lending. Below this amount, the monthly installments with interest will be reflected. Above this amount, the input field will indicate an error.Additional Details: When LTgroup is set, defaults to
15000 for a or 8000 for b.Lowest APR offered by the lending partner. Displayed as the lower bound of the APR range in the disclaimer.Additional Details: When LTgroup is set, defaults to
9.99 for a or 24.99 for b.Representative APR used to calculate the monthly installment amount shown in the installment card.Additional Details: When LTgroup is set, defaults to
21.99 for a or 29.99 for b.Highest APR offered by the lending partner. Displayed as the upper bound of the APR range in the disclaimer.Additional Details: When LTgroup is set, defaults to
34.99 for a or 35.99 for b.Defines which loan term lengths (in months) appear based on the order amount. Keys are price thresholds (in dollars); the code picks the term array whose threshold the price exceeds (highest match wins). The default key is used when no threshold matches. The min and max term lengths shown in the disclaimer are derived from the union of all term arrays.Additional Details: When LTgroup is set, defaults to
{ default: [3, 6, 9], 300: [6, 9, 12], 500: [12, 18, 24], 1000: [24, 36, 48] } for a or { default: [3, 6, 9], 600: [6, 9, 12], 800: [9, 12, 24], 1000: [12, 24, 36] } for b.