Wholesale Volume Pricing Item
Shopify Storefront data and cart logic is bound to your Webflow elements through Shopyflow attributes. Connecting your Webflow site to Shopify is done by adding custom attributes to your Webflow elements.
Yet, you are not required to type or edit attributes manually. Shopyflow provides you with the pre-configured components needed to create your store, as copyable Webflow elements right in Webflow designer.
All the copyable Shopyflow Components are native editable Webflow elements. There is no layout or styling limitation on any element.
In the below image hover your mouse on the hotspots to see all the required Shopyflow attributes to build a product page like this in Webflow

Row template inside Wholesale Volume Pricing, cloned once per quantity tier.
Wholesale Volume Pricing Item is an element with the sf-wholesale-volume-pricing-item attribute. It is the row template of the Wholesale Volume Pricing widget: on render it is cloned once per quantity tier of the matched wholesale catalog rule and each clone's displayers are filled with that tier's values. Rows are appended into the Wholesale Volume Pricing List when one exists, otherwise into the Wholesale Volume Pricing container itself.
The item is optional. When the container holds no item template the module injects the default styled table instead (see Wholesale Volume Pricing).
The item can contain any combination of the tier displayers:
Webflow app usage
The Store Builder Wholesale Volume Pricing component ships with a complete row template, so no separate step is needed when you use it. Restyle the pasted row and its displayers freely: the styled row is what gets cloned.
To build a row template manually:
- Select the Wholesale Volume Pricing container (or its Wholesale Volume Pricing List) in the Webflow Designer
- Add the element that represents one tier row (for example a Div Block)
- Add the sf-wholesale-volume-pricing-item attribute to it in the element settings panel
- Add the tier displayers you need inside the row
Webflow app settings
Inner components
Module contents
Available methods
Wholesale Volume Tier Quantity Displayer
Displays the tier's merchant label or its minimum quantity followed by a plus sign.
Wholesale Volume Tier Quantity Displayer is a Text Block with the sf-wholesale-volume-show-qty attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the quantity text of the row's tier.
When the tier has a merchant-defined label in the wholesale catalog (for example "Crate") the label is shown. Otherwise the displayer shows the tier's minimum quantity followed by a plus sign, for example 24+.
Wholesale Volume Tier Price Displayer
Displays the formatted per-unit wholesale price of the tier.
Wholesale Volume Tier Price Displayer is a Text Block with the sf-wholesale-volume-show-price attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the per-unit price of the row's tier, formatted with the store's currency formatting like the Price component.
Wholesale Volume Tier Compare Price Displayer
Displays the formatted compare-at price for the tier row.
Wholesale Volume Tier Compare Price Displayer is a Text Block with the sf-wholesale-volume-show-compare-price attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the variant's compare-at price, formatted with the store's currency formatting. Use it next to the Wholesale Volume Tier Price Displayer to show the saving each tier gives against the regular price. When the variant has no compare-at price the displayer is emptied.
Wholesale Volume Tier Discount Displayer
Displays the tier's discount as a percentage or as the per-unit amount saved versus the compare price.
Wholesale Volume Tier Discount Displayer is a Text Block with the sf-wholesale-volume-show-discount attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the discount of the row's tier. The attribute value picks the display mode.
Component
contents
Wholesale Volume Tier Quantity Displayer
Displays the tier's merchant label or its minimum quantity followed by a plus sign.
Wholesale Volume Tier Quantity Displayer is a Text Block with the sf-wholesale-volume-show-qty attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the quantity text of the row's tier.
When the tier has a merchant-defined label in the wholesale catalog (for example "Crate") the label is shown. Otherwise the displayer shows the tier's minimum quantity followed by a plus sign, for example 24+.
Webflow app usage
The Store Builder Wholesale Volume Pricing component includes this displayer in its row template, so no separate step is needed when you use it.
To add it manually:
- Select the Wholesale Volume Pricing Item row in the Webflow Designer
- Add a Text Block inside the row
- Add the sf-wholesale-volume-show-qty attribute to it in the element settings panel
Webflow app settings
Wholesale Volume Tier Price Displayer
Displays the formatted per-unit wholesale price of the tier.
Wholesale Volume Tier Price Displayer is a Text Block with the sf-wholesale-volume-show-price attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the per-unit price of the row's tier, formatted with the store's currency formatting like the Price component.
Webflow app usage
The Store Builder Wholesale Volume Pricing component includes this displayer in its row template, so no separate step is needed when you use it.
To add it manually:
- Select the Wholesale Volume Pricing Item row in the Webflow Designer
- Add a Text Block inside the row
- Add the sf-wholesale-volume-show-price attribute to it in the element settings panel
Webflow app settings
Wholesale Volume Tier Compare Price Displayer
Displays the formatted compare-at price for the tier row.
Wholesale Volume Tier Compare Price Displayer is a Text Block with the sf-wholesale-volume-show-compare-price attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the variant's compare-at price, formatted with the store's currency formatting. Use it next to the Wholesale Volume Tier Price Displayer to show the saving each tier gives against the regular price. When the variant has no compare-at price the displayer is emptied.
Webflow app usage
The Store Builder Wholesale Volume Pricing component includes this displayer in its row template, so no separate step is needed when you use it.
To add it manually:
- Select the Wholesale Volume Pricing Item row in the Webflow Designer
- Add a Text Block inside the row
- Add the sf-wholesale-volume-show-compare-price attribute to it in the element settings panel
Webflow app settings
Wholesale Volume Tier Discount Displayer
Displays the tier's discount as a percentage or as the per-unit amount saved versus the compare price.
Wholesale Volume Tier Discount Displayer is a Text Block with the sf-wholesale-volume-show-discount attribute, placed inside a Wholesale Volume Pricing Item. On render its content is overridden with the discount of the row's tier. The attribute value picks the display mode.
Webflow app usage
The Store Builder Wholesale Volume Pricing component includes this displayer in its row template, so no separate step is needed when you use it.
To add it manually:
- Select the Wholesale Volume Pricing Item row in the Webflow Designer
- Add a Text Block inside the row
- Add the sf-wholesale-volume-show-discount attribute to it in the element settings panel
- Set the attribute value to amount to show the money saved, or to percentage (or leave it empty) for the percentage
Webflow app settings
Display mode
percentage (default): shows the tier's discount percentage prefixed with a minus sign, for example -15%. Used when the attribute value is percentage or empty.
amount: shows the per-unit money saved versus the compare-at price, formatted with the store's currency formatting. The displayer hides itself when there is no saving (no compare-at price or the tier price is not below it).