PHPackages                             faonni/module-product-available - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. faonni/module-product-available

ActiveMagento2-module[Authentication &amp; Authorization](/categories/authentication)

faonni/module-product-available
===============================

Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups.

2.4.2(2y ago)3720.0k10[5 issues](https://github.com/karliuka/m2.ProductAvailable/issues)OSL-3.0PHP

Since Dec 26Pushed 2y ago6 watchersCompare

[ Source](https://github.com/karliuka/m2.ProductAvailable)[ Packagist](https://packagist.org/packages/faonni/module-product-available)[ RSS](/packages/faonni-module-product-available/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

Magento2 Product Available
==========================

[](#magento2-product-available)

[![Total Downloads](https://camo.githubusercontent.com/2e0a91eb5ec1e0977fdd2eeb79a4039ff5244c3906dbbd9e34224fc6e0f4020d/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d70726f647563742d617661696c61626c652f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-product-available)[![Latest Stable Version](https://camo.githubusercontent.com/d8ee2a800c1f2653509147d4e1690b8aa8771a4bbecdaafcba6af0e070dd55e6/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d70726f647563742d617661696c61626c652f762f737461626c65)](https://packagist.org/packages/faonni/module-product-available)

Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups. This is very necessary for B2B websites where the customer can see the price of the product and add it to the shopping cart after logging on to the site.

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder
2. Enter following commands to install module:

    For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x

    ```
    composer require faonni/module-product-available:2.0.*
    ```

    For Magento CE(EE) 2.4.x

    ```
    composer require faonni/module-product-available:2.4.*
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/ProductAvailable
2. Download the corresponding [latest version](https://github.com/karliuka/m2.ProductAvailable/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ProductAvailable)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Configuration

[](#configuration)

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Catalog &gt; Product Available*.

[![Magento2 Product Available](https://camo.githubusercontent.com/4856775b3d1607bdf1b18e5b0b1e931f794283fa2c06f9357093f18eb72da29b/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f70726f647563742d617661696c61626c652f636f6e66696775726174696f6e2e706e67)](https://camo.githubusercontent.com/4856775b3d1607bdf1b18e5b0b1e931f794283fa2c06f9357093f18eb72da29b/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f70726f647563742d617661696c61626c652f636f6e66696775726174696f6e2e706e67)

### Catalog

[](#catalog)

Hidden only add to cart button

[![Magento2 Product Available](https://camo.githubusercontent.com/6454c0ed3b309ac804b1bb051176c2c1bb142a33d056d27034aaeb59e9339e29/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f70726f647563742d617661696c61626c652f636174616c6f672e706e67)](https://camo.githubusercontent.com/6454c0ed3b309ac804b1bb051176c2c1bb142a33d056d27034aaeb59e9339e29/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f70726f647563742d617661696c61626c652f636174616c6f672e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_ProductAvailable
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-product-available
    ```

#### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~168 days

Recently: every ~159 days

Total

15

Last Release

1076d ago

PHP version history (2 changes)2.0.1PHP ~5.5.0|~5.6.0|~7.0.0

2.0.2PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (44 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (1 commits)")

---

Tags

hide-add-to-carthide-pricemagento2magento2-extensionproduct-availlableproduct-price

### Embed Badge

![Health badge](/badges/faonni-module-product-available/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-product-available/health.svg)](https://phpackages.com/packages/faonni-module-product-available)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2128.3k7](/packages/pagbank-payment-magento)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)[o2ti/sigep-web-carrier

O2TI - Sigep Web Carrier

141.5k](/packages/o2ti-sigep-web-carrier)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
