Magento 2 Tier Price

Magento 2 Tier Price extension facilitates the store owners to implement the tier pricing strategy & offering higher discounts with higher volumes of purchase, thus improving customer loyalty.

 

Table of Content

  1. Extension Installation Guide
  2. Configuration
  3. Configure Product Specific Tier Prices
  4. Tier Price in frontend

 

  1. Extension Installation
  • For Magento Marketplace Customers
    • Find the Composer name and version of the extension in the extension’s composer.json file.
    • Login to your SSH and run:
      • composer require meetanshi/magento2-tier-price
    • Enter your authentication keys. Your public key is your username; your private key is your password.
    • Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
    • To verify that the extension installed properly, run the command:
      • php bin/magento module:status Meetanshi_TierPrice
    • By default, the extension is probably disabled.
    • Enable the extension and clear static view files:
      • php bin/magento module:enable Meetanshi_TierPrice --clear-static-content
      • php bin/magento setup:upgrade
      • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
      • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
      • php bin/magento cache:flush

 

  • For Meetanshi Customers
  • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
  • Login to your SSH and run below commands step by step:
  • php bin/magento setup:upgrade
  • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
  • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
  • php bin/magento cache:flush

 

  1. Configuration
    To configure the extension, login to Magento 2 backend, move to Stores à Configuration à Meetanshi à Tier Price where you can find various settings to configure the extension.
  • Tier Price: Enable the Tier Price extension from here.
  • Show Tier Price in: Select the format in which you want to show the tier price.
  • Tier Price Marketing Message: Enter the marketing message to display along with tier pricing on the product page in frontend.

 

  1. Configure Product Specific Tier Prices
    After saving the configuration, you will have to set the tier price for products. Move to Catalog > Products, edit the product for which you want to set tier prices. Click “Advanced Pricing”.
  • Fixed Tier Prices for Products
    The extension facilitates to set up tier prices as fixed amount. Select the website and customer group to which to apply the tier prices, set quantity, select “Fixed” under the pricing and enter the price amount to charge based on the quantity set.

 

  • Discount Tier Prices for Products
    The extension facilitates to set up tier prices as discount. Select the website and customer group to which to apply the tier prices, set quantity, select “Discount” under the pricing and enter the percentage of discount to be applied based on the quantity set.


  1. Tier Price in frontend
    After the successful configuration of tier prices for products, users can see tier prices along with the marketing message on the product page in the frontend.
  • Tier Prices in Label Format
    Label format is supported by default by Magento. Users can see quantity based discount from here.

 

  • Tier Prices in Table Format
    With the table format of tier pricing display, users can select the radio button to update the quantity directly in the quantity box. Users can get better idea of percentage discount for quantities set and price per item.