Magento 2 Tier Price

About This Presentation
Title:

Magento 2 Tier Price

Description:

Magento 2 Tier Price extension allows the store owners to implement tier pricing strategy to prompt customers to purchase more to get discounts. Tier Pricing strategy is one of the best strategies used for increasing sales and prompts customers to purchase more and more to get more discounts. – PowerPoint PPT presentation

Number of Views:1
Slides: 7
Provided by: meetanshiinc

less

Transcript and Presenter's Notes

Title: Magento 2 Tier Price


1
Tier Price for Magento 2 User Guide
  • Table of Content
  • Extension Installation Guide
  • Configuration
  • Configure Product Specific Tier Prices
  • Tier Price in frontend

Tier Price for Magento 2
Meetanshi
2
  • Extension Installation
  • For Magento Marketplace Customers
  • Find the Composer name and version of the
    extension in the extensions 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
  • arent any errors.
  • To verify that the extension installed properly,
    run the command
  • php bin/magento modulestatus Meetanshi_TierPrice
  • By default, the extension is probably disabled.
  • Enable the extension and clear static view files
  • php bin/magento moduleenable Meetanshi_TierPrice
    --clear-static-content
  • php bin/magento setupupgrade
  • For Magento version 2.0.x to 2.1.x - php
    bin/magento setupstatic-contentdeploy
  • For Magento version 2.2.x above - php
    bin/magento setupstatic-contentdeploy f
  • php bin/magento cacheflush
  • For Meetanshi Customers

Tier Price for Magento 2
Meetanshi
3
  • 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.
  • Configure Product Specific Tier Prices
  • After saving the configuration, you will have to
    set the tier price for products. Move to Catalog
    gt 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.

Tier Price for Magento 2
Meetanshi
4
  • 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.

Tier Price for Magento 2
Meetanshi
5
  • 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 Price for Magento 2
Meetanshi
6
  • 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.

Tier Price for Magento 2
Meetanshi
Write a Comment
User Comments (0)