Tier Price for Magento 2

The Tier Price extension enables store owners to establish tier pricing strategies and give bigger discounts with higher volume purchases, hence building customer loyalty. Magento 2 Tier Price extension is a method for increasing sales and encouraging clients to buy more.
Tier Price Extension by Vdcstore enables Magento Merchants in displaying of Tier Prices in either tabular or label format. It also dynamically modifies the product pricing based on the amount selected on the product view page. When you select a table,it will display a table with the available quantity to purchase, and the price will be instantly displayed on the Magento 2 product view page.

Features

  • Automated tier pricing table
  • Modifying Product pricing based on amount selected
  • Prompts customers to buy more
  • Improves Brand loyalty
  • The Magento 2 Tier Prices extension allows you to configure custom marketing messages to display on the product page above the tier pricing to encourage users to check out the better offers available.

Steps:

  1. Extension Installation Guide
  2. How to configure
  3. Configure Product Specific Tier Prices
  4. Front-End side
  • Extension Installation
    • Download the zip file
    • Extract it and put it into <Magento-Directory>/app/code/
    • Open Cli in the Magento directory and follow the below commands:
      • php bin/magento setup:upgrade
      • php bin/magento setup:di:compile
      • php bin/magento setup:static-content:deploy
      • php bin/magento cache:clean
      • php bin/magento cache:flush
  • How to configure:
  • Configuration Login to the Admin Magento, Choose Stores > Configuration > VDCSTORE.
  • Tier Price Enable : Enable / Disable Module.
  • Tier Price in Table : Choose the format that you wish to use to display the tier price. The Table Format or the Table Fromat
  • Marketing Title : Default Headline: Purchase More, Save More! You can modify the title from the admin panel if necessary.

2. Configure Product Specific Tier Prices

  • This plugin makes it possible to set up tier pricing as a fixed amount.. Select the website and client group to whom the tier prices should be applied, input the quantity, select Fixed under pricing, and enter the price amount to charge based on the quantity entered.
  • A customer places an order at Admin s store.

3.Front-End side

  • Tabel Format Tier Price : Users can adjust the quantity directly in the quantity box by selecting the radio button in the table style of tier price display. Users can obtain a betterunderstanding of the % discount for the quantity chosen and the price per item.
  • Tier Price in Label Formart : Label format is supported by default by Magento. Users can see quantity based discount from here.

CLI Commands :

  1. php bin/magento module:enable Vdcstore_CustomPrice
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. php bin/magento setup:static-content:deploy
  5. php bin/magento cache:clean
  6. php bin/magento cache:flush