Adding Partial.ly to your Shopify site involves copying and pasting a snippet of code into your Shopify theme. This code will embed the Partial.ly checkout button onto your site.

You can view a sample store here: Partial.ly Shopify Demo Store

How do I generate the Partial.ly checkout button code?

This is done in the integration tool of your offer.

For more on creating an offer, please see the following guides:

Screen-Shot-2022-06-02-at-4.14.52-PM

This will then take you to the integration page where you can configure various options for the checkout button, and automatically generate a piece of code to copy and paste into your Shopify theme.

Screen-Shot-2022-06-02-at-4.19.03-PM

Where can I place the Shopify buttons?

The Shopify button can go on your cart page and/or product pages. Just select the correct option from the dropdown menu in the integration tool.

Screen-Shot-2022-06-02-at-4.20.52-PM

Partial.ly may not work on product pages with variables (ex. size, color, date select, etc.) If your products have variables, you can only use Partial.ly on the cart page.

Partial.ly cannot be placed on the Shopify checkout page.

What is the Partial.ly widget?

The Partial.ly widget is a small bit of javascript code that you can be placed on your product pages to let customers know they can purchase with a Partial.ly payment plan. The widget allows customer to interactively see the payment plan options available to them. You can read more about the Partial.ly widget here: About the Partial.ly Widget.

Can I set a minimum purchase requirement?

Yes, you can require a minimum order amount by selecting 'Only display with minimum amount' and entering a value. The generated code will update with this new info. If you already installed the button code onto your theme, you will need to copy and paste the updated code.

Screen-Shot-2022-06-02-at-4.21.44-PM

Where do I put the code in my Shopify theme?

Log into your shopify admin and go to online store > themes > actions > edit code.

Use the search box to locate the liquid file that contains your cart info. There may be several files used for your cart. You will want to locate the file that contains the code for your additional checkout buttons. This can be the cart.liquid file, cart-template.liquid, main-cart-footer.liquid, etc. Depending on your theme, the file may be named something else.

You can use the find feature to search the document (ex. Ctrl-F).

Screen-Shot-2022-06-02-at-4.54.07-PM

Once you locate where in the template you want the Partial.ly button to appear, paste the code from the integration tool. Use the Preview feature of your Shopify theme to view the update.

Screenshot-2023-01-10-at-11.32.18-AM

I have a cart drawer or modal cart. Will Partial.ly appear on these type of carts?

Partial.ly cannot be added to cart drawers/popup windows/modals/etc. Our button needs to go on a full cart page.

It is advised you convert your cart into a cart page under your Shopify Theme Settings.

This can be done in your Shopify account under Online Theme > Live Theme > Customize > Theme Settings > Cart Page > Cart Type.

I need Partial.ly checkout to appear in a different language.

Partial.ly will appear in English by default. If you need Partial.ly checkout to appear in another language, simply add the following line of code to the Partial.ly code snippet. Use the abbreviation of the language you need. For example, fr is for French.

language: 'fr',

An example of where to place the line of code:

Screenshot-2023-02-28-at-2.20.14-PM

I need Partial.ly to adapt to currency changes.

First, please ensure that multi-currency is configured correctly on your shop:https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/testing-multiple-currencies#manually-switch-currencies

Once confirmed, you can add the following line of code to your Partial.ly script:

currency: '{{cart.currency.iso_code}}',

Add it under the returnConfirmedUrl:

Screenshot-2024-03-14-at-2.27.28-PM

I only want Partial.ly to appear on one product page.

You can view a guide on adding Partial.ly to one product page here:
Adding Partial.ly to One Product Page in Shopify

I am comfortable with coding and would like to do some customizations.

For more details on configuring the checkout button, see our Partial.ly checkout button support article.

Can Partial.ly Support add the code for me?

We offer web developer assistance starting at $100 USD. For $100 USD, we will add 1 offer to your current Shopify theme. Please email us at support@partial.ly if you would like to move forward with this option.

Have more questions?

Email us at support@partial.ly.