Magento 2 module to disable add to cart button from product and category page for guest.
- Run
composer require vandersonramos/magento2-remove-add-to-cart:dev-master
- Run
php bin/magento setup:upgrade
- Run
php bin/magento cache:clean
- Go to Magento admin
- Find option in
Stores > Configuration > Catalog > Catalog
- Under the
Storfront
tab you will find theRemove add to cart button for guests
option Enable
this option to activate this module
- Run
composer remove vandersonramos/magento2-remove-add-to-cart