sbodak/magento2-b2b-disable-add-to-cart-button-for-guest
Composer 安装命令:
composer require sbodak/magento2-b2b-disable-add-to-cart-button-for-guest
包简介
This extension allows you to disable Add to cart button for guest. Useful feature for B2B store.
README 文档
README
Overview
This module enables the possibility to disable the Add to Cart button on product and category pages for customers who are not logged in. It is useful for B2B stores where guest users should not be able to add products to the cart.
Compatibility
| Module version | Magento version | PHP version |
|---|---|---|
| 2.0.x | 2.4.6 – 2.4.8 | 7.0 – 8.4 |
| 1.0.x | 2.1 – 2.3 | 7.0 – 7.2 |
Installation
composer require sbodak/magento2-b2b-disable-add-to-cart-button-for-guest php bin/magento module:enable Bodak_DisableAddToCart php bin/magento setup:upgrade php bin/magento cache:clean
Configuration
- Go to the Magento admin interface.
- Navigate to Stores > Configuration > Catalog > Catalog.
- Under the Storefront tab find the Disable Add to cart button for Guests option.
- Set it to Yes to activate the plugin.
Module configuration — administration panel
Removed Add to Cart button in catalog — frontend view
Removed Add to Cart button on product page — frontend view
Running tests
composer install vendor/bin/phpunit
Uninstall
composer remove sbodak/magento2-b2b-disable-add-to-cart-button-for-guest
Changelog
See CHANGELOG.md.
License
统计信息
- 总下载量: 5.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-13


