All Projects → sbodak → magento2-b2b-disable-add-to-cart-button-for-guest

sbodak / magento2-b2b-disable-add-to-cart-button-for-guest

Licence: MIT License
This extension allows you to disable Add to cart button for guest. Useful feature for B2B store.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to magento2-b2b-disable-add-to-cart-button-for-guest

module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (+23.53%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (+35.29%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-dsu-client
No description or website provided.
Stars: ✭ 17 (+0%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+200%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+176.47%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+76.47%)
Mutual labels:  magento2, b2b, magento2-extension, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+105.88%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-dsu
No description or website provided.
Stars: ✭ 18 (+5.88%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (+135.29%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+511.76%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (+17.65%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+252.94%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-11.76%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (+0%)
Mutual labels:  magento2, magento2-extension, magento2-module, magento2-plugin
magento2-pimcore-bridge
Magento 2 module for Pimcore integration.
Stars: ✭ 28 (+64.71%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+229.41%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento-2-ajax-cart
Magento 2 Ajax Cart allows customers to add products to cart right on the current window without having to redirect to another page. Completely reduce redirect wait times and improve the shopping experience.
Stars: ✭ 16 (-5.88%)
Mutual labels:  magento2, magento2-extension, magento2-module
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+241.18%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento-2-security
Magento 2 Security extension FREE. Security extension gives store owners the ability to detect the IP addresses that are intentionally attacking their store at any given time. Therefore, they have timely measures to prevent this issue such as blocking those IP addresses or sending warning emails to store owners.
Stars: ✭ 40 (+135.29%)
Mutual labels:  magento2, magento2-extension, magento2-module
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (+135.29%)
Mutual labels:  magento2, magento2-extension, magento2-module

Magento 2 - Disable add to cart button for guest

Overview

This module enable possibility to disable Add to cart button from product and category page for not logged in customers. It can be useful for B2B customers, if we don't want to allow guest to add product to cart.

Compatibility

  • Magento 2.1, 2.2, 2.3

Installation details

  1. Run composer require sbodak/magento2-b2b-disable-add-to-cart-button-for-guest
  2. Run php bin/magento module:enable Bodak_DisableAddToCart
  3. Run php bin/magento setup:upgrade
  4. Run php bin/magento cache:clean

Configuration details

  1. Go to Magento admin interface
  2. Find option in Stores > Configuration > Catalog > Catalog
  3. Under the Storfront tab you will find the Disable Add to cart button for Guests option
  4. Enable this option to activate the plugin

Module configuration - administration panel

Module configuration - administration panel

Removed Add to cart button in catalog - frontend view

Remove registration form

Removed Add to cart button in product cart - frontend view

Remove registration form

Uninstall

  1. Run composer remove sbodak/magento2-b2b-disable-add-to-cart-button-for-guest

License

MIT License

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].