Support Center

Pricing by groups and tiers (volume discounts)

Set different prices for different groups of customers such as members or dealer only prices. Set tier prices or volume discounts for wholesale, bulk purchases, or multiple quantities discount

To set a different price for a specific group or quantity tier:

  1. Create a new product or Edit an existing one
  2. Click Add Group & Tier in Pricing & Taxes > Groups & Tiers section
  3. Select role, minimum quantity, and price. Repeat to add additional groups or tiers. 
  4. Click Update 

Tier pricing for all users
If you don't want separate prices for different groups then select All Users as role and price with minimum quantity. 

Group pricing with no tier discounts
If you don't want to use tier pricing and simply want a separate price for each group then leave the minimum quantity to 1. 

Display As Low As Price
You may use the following tokens in templates to display "As Low As Price" - the lowest price among all tiers. 

Store/Themes/Default/Templates/Cart/Default.cshtml
Store/Themes/Default/Templates/Checkout/ReviewPayment.cshtml
@c.Product.FormattedLowestPrice

Store/Themes/Default/Templates/Common/Order.cshtml
@oi.Product.FormattedLowestPrice

Store/Themes/Default/Templates/Extensions/Widgets/ProductsQuery/Default.cshtml
Store/Themes/Default/Templates/Common/productlist.cshtml
Store/Themes/Default/Templates/Site/CrossProduct
Store/Themes/Default/Templates/Site/RelatedProduct
Store/Themes/Default/Templates/Site/UpSellsProduct
@p.FormattedLowestPrice

Store/Themes/Default/Templates/Extensions/Widgets/MiniCart/Default.cshtml
Store/Themes/Default/Templates/Extensions/Widgets/MiniWishList/Default.cshtml
@Item.Product.FormattedLowestPrice

Store/Themes/Default/Templates/Products/Default.csthml
@Model.Product.FormattedLowestPrice

Glad we could be helpful. Thanks for the feedback.

Sorry we couldn't be helpful. Your feedback will help us improve this article.

How helpful was this page?

  
Updated on Fri, 24 Jul 2020 by HC SuperUser