mslwk / module-catalog-mode
Magento2 module for catalog mode
Installs: 972
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ^7.1.0
- magento/module-sales: *
- magento/module-store: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-13 01:11:41 UTC
README
Magento 2 CatalogMode module
The extension allows you to enable catalog mode for a store view or website via admin panel. When in catalog mode, customers cannot purchase products but still can browse your products and add them to wishlist.
It is perfect for multilang websites which what to sell products only to a single country but allow customers to browse the inventory in their native language and purchase products in brick-and-mortar stores.
Installation
Via Composer
To install the extension using Composer use the following commands:
composer require mslwk/module-catalog-mode php bin/magento module:enable MSlwk_CatalogMode php bin/magento setup:upgrade
From GitHub
You can download the extension directly from GitHub and
put it inside app/code/MSlwk/CatalogMode
directory. Then run the
following commands:
php bin/magento module:enable MSlwk_CatalogMode php bin/magento setup:upgrade
Usage
To enable Catalog Mode head to your administration panel and head to
Stores -> Configuration -> Catalog -> Catalog Mode -> Catalog Mode enabled
The section is protected using ACLs, so you might have to adjust your ACL configuration to change this setting.