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
pkg:composer/vandersonramos/magento2-remove-add-to-cart
This package is auto-updated.
Last update: 2025-10-26 00:48:53 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
Storfronttab you will find theRemove add to cart button for guestsoption Enablethis option to activate this module
Uninstall
- Run
composer remove vandersonramos/magento2-remove-add-to-cart