vandersonramos / magento2-remove-add-to-cart
This module remove the add to cart button for guest
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-03-25 23:31:36 UTC
README
Overview
Magento 2 module to disable add to cart button from product and category page for guest.
Installation details
- Run
composer require vandersonramos/magento2-remove-add-to-cart:dev-master
- Run
php bin/magento setup:upgrade
- Run
php bin/magento cache:clean
Configuration details
- 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
Uninstall
- Run
composer remove vandersonramos/magento2-remove-add-to-cart