bluethink/magento-2-restrict-state
最新稳定版本:1.0.0
Composer 安装命令:
composer require bluethink/magento-2-restrict-state
包简介
Bluethink Magento 2 restrict state module
README 文档
README
Main Functionalities
- This module is used to remove states/provinces of any countires from the Region field on checkout and customer account section.
Type 1: Zip file
- Download .zip file and extract to
app/code/Bluethinkincfolder. If Bluethinkinc folder does not exist then create it in yourapp/codefolder. - Enable the module by running
php bin/magento module:enable Bluethinkinc_RestrictState - Apply database updates by running
php bin/magento setup:upgrade - Compilation by running
php bin/magento setup:di:compile - Static content deploy by running
php bin/magento setup:static-content:deploy - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Run command
composer require bluethinkinc/restrictstatein your project root folder. - Enable the module by running
php bin/magento module:enable Bluethinkinc_RestrictState - Apply database updates by running
php bin/magento setup:upgrade - Compilation by running
php bin/magento setup:di:compile - Static content deploy by running
php bin/magento setup:static-content:deploy - Flush the cache by running
php bin/magento cache:flush
Configuration
- For setting to remove states/provinces of any countires from the Region field. Go To (Magento Admin -> Stores -> Configuration -> General -> General -> State Restriction)

- Select the States you want to disallow and Save Config.
Preview Before
Preview After
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-12-07



