Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 665 Bytes

Magento 2 - Remove add to cart button

Overview

Magento 2 module to disable add to cart button from product and category page for guest.

Installation details

  1. Run composer require vandersonramos/magento2-remove-add-to-cart:dev-master
  2. Run php bin/magento setup:upgrade
  3. Run php bin/magento cache:clean

Configuration details

  1. Go to Magento admin
  2. Find option in Stores > Configuration > Catalog > Catalog
  3. Under the Storfront tab you will find the Remove add to cart button for guests option
  4. Enable this option to activate this module

Uninstall

  1. Run composer remove vandersonramos/magento2-remove-add-to-cart