https://github.com/hungersoft/magento2-default-shipping-payment
Select default shipping and/or payment method in Magento 2
https://github.com/hungersoft/magento2-default-shipping-payment
checkout default default-payment-method default-shipping-method magento2 magento2-checkout magento2-default-payment-method magento2-default-shipping-method magento2-payment magento2-shipping payment payment-method shipping shipping-method
Last synced: about 1 year ago
JSON representation
Select default shipping and/or payment method in Magento 2
- Host: GitHub
- URL: https://github.com/hungersoft/magento2-default-shipping-payment
- Owner: hungersoft
- License: apache-2.0
- Created: 2019-08-09T12:08:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T12:13:54.000Z (over 6 years ago)
- Last Synced: 2024-11-02T00:32:52.388Z (over 1 year ago)
- Topics: checkout, default, default-payment-method, default-shipping-method, magento2, magento2-checkout, magento2-default-payment-method, magento2-default-shipping-method, magento2-payment, magento2-shipping, payment, payment-method, shipping, shipping-method
- Language: PHP
- Homepage: https://www.hungersoft.com/p/magento2-product-default-shipping-payment
- Size: 15.6 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Default Shipping & Payment Method [M2]
**hs/module-default-shipping-payment**
Hungersoft's [Default Shipping & Payment Method](https://www.hungersoft.com/p/magento2-default-shipping-payment) extension allows to pre-select default shipping and/or payment method in your Magento 2 admin.
## Installation
```sh
composer config repositories.hs-module-all vcs https://github.com/hungersoft/module-all.git
composer config repositories.hs-module-default-shipping-payment vcs https://github.com/hungersoft/magento2-default-shipping-payment.git
composer require hs/module-default-shipping-payment:dev-master
php bin/magento module:enable HS_All HS_DefaultShippingPayment
php bin/magento setup:upgrade
```
**Note:** Make sure you've installed our Base extension. The above commands already include it, but if you haven't, you can find it [here](https://github.com/hungersoft/module-all)
## Support
Magento 2 Default Shipping & Payment Method extension is provided for free by Hungersoft. Feel free to contact Hungersoft at support@hungersoft.com if you are facing any issues with this extension. Reviews, suggestions and feedback will be greatly appreciated.