Download the PHP package bluethinkinc/restrictstate without Composer
On this page you can find all versions of the php package bluethinkinc/restrictstate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bluethinkinc/restrictstate
More information about bluethinkinc/restrictstate
Files in bluethinkinc/restrictstate
Download bluethinkinc/restrictstate
More information about bluethinkinc/restrictstate
Files in bluethinkinc/restrictstate
Vendor bluethinkinc
Package restrictstate
Short Description Bluethink Magento 2 restrict state module
License proprietary
Package restrictstate
Short Description Bluethink Magento 2 restrict state module
License proprietary
Please rate this library. Is it a good library?
Informations about the package restrictstate
Module Bluethink RestrictState
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/Bluethinkinc
folder. If Bluethinkinc folder does not exist then create it in yourapp/code
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
Type 2: Composer
- Run command
composer require bluethinkinc/restrictstate
in 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
-
Address Book State/Provinces before setting saved
- Checkout Page State/Provinces before setting saved
Preview After
-
Address Book State/Provinces after setting saved
- Checkout Page State/Provinces after setting saved
All versions of restrictstate with dependencies
PHP Build Version
Package Version
No informations.
The package bluethinkinc/restrictstate contains the following files
Loading the files please wait ....