2017 © Pedro PelĂĄez
 

magento2-module module-catalog-mode

Magento2 module for catalog mode

image

mslwk/module-catalog-mode

Magento2 module for catalog mode

  • Thursday, July 19, 2018
  • by mslwk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Latest Stable Version License Scrutinizer Code Quality Build Status Total Downloads, (*1)

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., (*2)

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., (*3)

Installation

Via Composer

To install the extension using Composer use the following commands:, (*4)

 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:

```bash
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., (*5)

The Versions

19/07 2018

dev-master

9999999-dev

Magento2 module for catalog mode

  Sources   Download

MIT

The Requires

  • php ^7.1.0
  • magento/module-sales *
  • magento/module-store *

 

The Development Requires

by Maciej SƂawik

magento 2 catalog mode

19/07 2018

1.0.0

1.0.0.0

Magento2 module for catalog mode

  Sources   Download

MIT

The Requires

  • php ^7.1.0
  • magento/module-sales *
  • magento/module-store *

 

The Development Requires

by Maciej SƂawik

magento 2 catalog mode