Hide Price

Our Magento 2 Hide Price module grants store/ business owners to hide product prices for guest visitors. With this module, a guest user can’t check out the product without logging in. The Price and Add to Cart button are simply not displayed to guest users. They need to log-in to check prices or add the product to their cart. This empowers admins to control the direct price display of products and push visitors to mandatory log-in to the website/store which indirectly results in contacting the stores. Additionally, the competitors get restricted to see the prices directly.

Features

  • Enable/ Disable module by admin.
  • Easy configuration.
  • Hide the PRICE of the products for guest users.
  • No checkout of any product without logging in.
  • Notice message to log-in to check product prices.
  • Restrict direct sales.
  • Restrict price comparison by competitors by concealing prices.

Steps:

  1. Extension Installation Guide
  2. Configuration
  • Extension Installation
    • Download the zip file
    • Extract it and put it into /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
  • Configuration:
  • Configuration Login to the Admin Magento,
  • Stores > Configuration > VDCSTORE> Hide Price
  • Admin can Enable / Disable the Hide Price module.
  • Enabling this module will HIDE PRICE and ADD TO CART button of all products for not logged in customers.

Front End Examples

  • A guest user or not logged-in customer visits your website/ store. No prices are displayed her
  • The guest user selects a product but can’t check its price. A message is displayed requesting the user to log-in to see the price and proceed further to add the product to the cart
  • The unregistered users need to create an account while the registered customers can simply log-in to their account with their credentials
  • After successful log-in, the customer can now check the price of the product and add the product to the cart to proceed further.