vandersonramos/magento2-remove-add-to-cart

This module remove the add to cart button for guest

dev-master 2019-04-17 15:54 UTC

This package is auto-updated.

Last update: 2024-04-25 21:43:32 UTC


README

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