Website Building » Squarespace » How Do I Add Wholesale to Squarespace?

How Do I Add Wholesale to Squarespace?

Last updated on October 1, 2022 @ 3:28 am

Adding wholesale to Squarespace is a great way to streamline your online sales process and make it easier for customers to purchase your products in bulk. There are a few different ways to add wholesale functionality to your Squarespace website, and we’ll cover the two most popular methods below.

Option 1: Use a Squarespace Commerce App

There are a few apps that you can use to add wholesale functionality to your Squarespace website. The two most popular apps are Wholesaler bySQSP and Wholesale Club by Club Commerce.

Both apps offer similar features, including the ability to set up wholesale pricing tiers, create customer groups, and restrict access to certain pages on your website. The main difference between the two apps is that Wholesaler by SQSP offers a free trial, while Wholesale Club by Club Commerce requires a monthly subscription.

To get started with either app, you’ll first need to install it on your Squarespace website. You can do this by going to the App Store (for Wholesaler) or the Club Commerce website (for Wholesale Club) and following the instructions for adding the app to your site.

PRO TIP: If you are considering adding wholesale to your Squarespace account, be aware that there are some potential risks involved. First of all, if you add wholesale pricing to your products, anyone who visits your site will be able to see the wholesale prices. This could lead to customers trying to negotiate for a lower price, or even trying to purchase products directly from your wholesaler. Additionally, if you’re not careful, adding wholesale pricing to your products could lead to your margins being too low and eating into your profits.

Option 2: Use a Custom Code Solution

If you’re comfortable working with code, you can also add wholesale functionality to your Squarespace website using a custom code solution. This method requires a bit more work than using an app, but it gives you more control over how wholesale pricing is displayed on your site. There are a few different ways to set up a custom code solution, but we’ll just cover one of the most popular methods here.

The first thing you’ll need to do is create a new Code Block on your Squarespace website. You can do this by going to the Pages section of your site editor and selecting “+ Add Code Block” from the menu. Once you’ve added the Code Block, you’ll need to paste the following code into it:


{% if customer.tags contains 'wholesale' %}
    {% for lineItem in cart.lineItems %} 
        {{ lineItem.productTitle }}: {{ lineItem.unitPrice }} 
    {% endfor %} 

    Your total is {{ cart.total }} 

    {% else %} 

    Sorry, this page is for wholesale customers only. 

    {% endif %}
Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.