Adding selling plan options to your Shopify product pages

This guide will help you integrate Selling Plan options into your Shopify store’s product pages

Before you begin

  • First, follow the setup guide to connect your store to Firmhouse

Let's get started

To update your theme without affecting the live version, duplicate it, make your changes, and publish the updated version when ready.

Add the Selling Plan Selector to Your Product Page Template

Selling plan selector on product page
  1. Create /snippets/selling-plans-integration.liquid. This snippet defines the selling plan selector.

/snippets/selling-plans-integration.liquid
  1. Create /assets/selling-plans-integration.js. This file contains the logic for the selling plan selector.

/assets/selling-plans-integration.js
  1. Add the selling plan selector to sections/main-product.liquid, ideally before the quantity selector. Search for 'quantity_selector' to find the block and insert the snippet at the start

sections/main-product.liquid

Now you should have a working selling plan selector on your product page.

Last updated

Was this helpful?