All Projects → karliuka → m2.ProductAvailable

karliuka / m2.ProductAvailable

Licence: OSL-3.0, Unknown licenses found Licenses found OSL-3.0 LICENSE.txt Unknown COPYING.txt
Magento2. Extension allows the store owner to hide the product price and add to cart button from guests or certain customer groups.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to m2.ProductAvailable

magento-2-sticky-cart
Magento 2 Sticky add to cart displayed as a sticky scroll bar summary of the product information, helps customers can quickly add products without going back to the top of the page.
Stars: ✭ 14 (-54.84%)
Mutual labels:  magento2, magento2-extension
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (-3.23%)
Mutual labels:  magento2, magento2-extension
Magento2 Cronjobmanager
Cron Job Manager for Magento 2
Stars: ✭ 233 (+651.61%)
Mutual labels:  magento2, magento2-extension
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+93.55%)
Mutual labels:  magento2, magento2-extension
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-35.48%)
Mutual labels:  magento2, magento2-extension
Module Blog
Magento 2 Blog Extension
Stars: ✭ 213 (+587.1%)
Mutual labels:  magento2, magento2-extension
m2.TrackingLink
Magento2. Extension add Tracking Url in Shipment Email.
Stars: ✭ 35 (+12.9%)
Mutual labels:  magento2, magento2-extension
Magento2 Force Login
Force Customer Login Module for Magento 2
Stars: ✭ 146 (+370.97%)
Mutual labels:  magento2, magento2-extension
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-51.61%)
Mutual labels:  magento2, magento2-extension
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-32.26%)
Mutual labels:  magento2, magento2-extension
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+416.13%)
Mutual labels:  magento2, magento2-extension
module-dsu
No description or website provided.
Stars: ✭ 18 (-41.94%)
Mutual labels:  magento2, magento2-extension
Magento2 Configurator
Magento 2 Configurator
Stars: ✭ 158 (+409.68%)
Mutual labels:  magento2, magento2-extension
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-45.16%)
Mutual labels:  magento2, magento2-extension
Magento 2 Social Login
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Stars: ✭ 156 (+403.23%)
Mutual labels:  magento2, magento2-extension
magento-2-reports
Magento 2 Reports extension Free from Mageplaza helps stores quickly access to advanced reports on Dashboard. As your shop grows, so is the amount of numbers you have to deal with everyday. Eventually, it would reach a point where you find yourself in dire need of a tool that can take care of the figures for you.
Stars: ✭ 39 (+25.81%)
Mutual labels:  magento2, magento2-extension
Magento2 Bash Completion
Magento2 Bash Completion
Stars: ✭ 129 (+316.13%)
Mutual labels:  magento2, magento2-extension
Algoliasearch Magento 2
Algolia Search integration for Magento 2 - compatible with versions from 2.3.x to 2.4.x
Stars: ✭ 131 (+322.58%)
Mutual labels:  magento2, magento2-extension
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+112.9%)
Mutual labels:  magento2, magento2-extension
Slider-M2
Slider extension for Magento 2.x
Stars: ✭ 17 (-45.16%)
Mutual labels:  magento2, magento2-extension

Magento2 Product Available

Total Downloads Latest Stable Version

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)

  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

  1. Create a folder {Magento root}/app/code/Faonni/ProductAvailable

  2. Download the corresponding latest version

  3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ProductAvailable)

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

In the Magento Admin Panel go to Stores > Configuration > Catalog > Product Available.

Magento2 Product Available

Catalog

Hidden only add to cart button

Magento2 Product Available

Uninstall

This works only with modules defined as Composer packages.

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

  1. Go to Magento2 root folder

  2. Enter following commands to remove:

    composer remove faonni/module-product-available

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].