承接 mslwk/module-catalog-mode 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mslwk/module-catalog-mode

最新稳定版本:1.0.0

Composer 安装命令:

composer require mslwk/module-catalog-mode

包简介

Magento2 module for catalog mode

README 文档

README

Latest Stable Version License Scrutinizer Code Quality Build Status Total Downloads

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.

统计信息

  • 总下载量: 981
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-07-19