How to Display B2B Catalog Volume Pricing in Collection View?

Topic summary

A Shopify Plus user seeks to display B2B catalog volume pricing and quantity rules in collection views, visible only to logged-in B2B customers, without using third-party apps for price configuration.

Key Requirements:

  • Prices must pull directly from native Shopify B2B catalogs
  • Display should appear in collection templates, not just product pages
  • Solution should avoid additional pricing apps

Suggested Solutions:

  • Contact theme provider to request built-in B2B unit pricing support for collections
  • Hire a Shopify Partner/developer for custom theme implementation
  • Reference Shopify’s official documentation on unit pricing for collections, which provides straightforward implementation guidance

Follow-up:
A community member later shared a YouTube video demonstrating a free implementation method with some limitations. The discussion remains open regarding whether the original poster found a working solution.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi everyone,

I’m using Shopify Plus and want to display volume pricing and quantity rules from the B2B catalogs directly in the collection view, not just on the product page.

  • This should be visible only to logged-in B2B customers.

  • I don’t want to use an app for pricing configuration—prices should come directly from the Shopify B2B catalogs.

  • Is there a way to fetch and display these prices in the collection template?

Has anyone implemented this or found a workaround?

Thanks!

We’ve had this customisation done for Non Plus stores using our app where we store all the information in a metaobject and then replace the “price” rendering on the collection with a snippet instead.

Here’s an image that I’ve lifted from our app’s listing page that goes into detail about this.

However, since you’re looking for a solution that works with B2B feature of Shopify plus - I’d suggest the following course of action

  1. Check with your theme provider to see if they can add support for B2B unit pricing on collection and suggested products
  2. If (1) fails - then you can request a dev / a shopify partner to help with adding that as a custom feature for your theme.

The documentation by Shopify here covers the collection case well and is straightforward to implement too for a dev.

Hope this helps point you in the right direction - feel free to reach out for any questions and I’d be happy to assist.

Thanks :slightly_smiling_face:

@algarvio84 Since my last reply, we were able to actually record a YouTube video that walks you through a free method that does exactly what you’re looking for. (with a few caveats)

I’m embedding it here so you can give it a watch and see where the difference lies.

If you’ve already come to a solution - please do share so that it can benefit others who might be on the lookout for something similar.

Thank you