Download the PHP package faonni/module-product-available without Composer
On this page you can find all versions of the php package faonni/module-product-available. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download faonni/module-product-available
More information about faonni/module-product-available
Files in faonni/module-product-available
Package module-product-available
Short Description Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups.
License OSL-3.0
Informations about the package module-product-available
Magento2 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
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x
Install
Install via Composer (recommend)
-
Go to Magento2 root folder
-
Enter following commands to install module:
For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x
For Magento CE(EE) 2.4.x
Wait while dependencies are updated.
Manual Installation
-
Create a folder {Magento root}/app/code/Faonni/ProductAvailable
-
Download the corresponding latest version
- Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ProductAvailable)
Completion of installation
-
Go to Magento2 root folder
- Enter following commands:
Configuration
In the Magento Admin Panel go to Stores > Configuration > Catalog > Product Available.
Catalog
Hidden only add to cart button
Uninstall
This works only with modules defined as Composer packages.
Remove database data
-
Go to Magento2 root folder
-
Enter following commands to remove database data:
bash composer remove faonni/module-product-available bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
All versions of module-product-available with dependencies
magento/module-config Version 101.2.*
magento/module-customer Version 103.0.*
magento/module-sales Version 103.0.*