mageali / magento2-customstatewiseshipping
Custom State Wise Shipping.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.2.18
- magento/framework: 103.0.*
This package is auto-updated.
Last update: 2024-10-30 13:21:20 UTC
README
How to install?
Install with Composer!
```
composer require mageali/magento2-customstatewiseshipping
php bin/magento module:enable MageAli_CustomStateWiseShipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```
Install manually!
- Download
- Extract files
- In your Magento 2 root directory create folder app/code/MageAli\CustomStateWiseShipping
- Copy files and folders from the archive to that folder
- In the command line, using "cd", navigate to your Magento 2 root directory
- Run the commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
How to use this?
After installing this module you will see a shipping method in the admin panel named "Custom State Wise Shipping" (Admin panel->stores->configuration->sales->shipping method)
You can see the "custom shipping method" on the Shopping Cart page and Checkout page.
License
* it is free