vandersonramos / magento2-remove-add-to-cart
This module remove the add to cart button for guest
Package info
github.com/vandersonramos/magento2-remove-add-to-cart
Type:magento2-module
pkg:composer/vandersonramos/magento2-remove-add-to-cart
dev-master
2019-04-17 15:54 UTC
This package is auto-updated.
Last update: 2026-02-26 01:26:00 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