Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/landofcoder/module-simple-calculate-shipping-rate
Magento 2 module calculate shipping rates on product page
https://github.com/landofcoder/module-simple-calculate-shipping-rate
landofcoder magento magento-2-estimate-shipping-rates magento-2-extension-free magento-2-shipping-rate
Last synced: 2 months ago
JSON representation
Magento 2 module calculate shipping rates on product page
- Host: GitHub
- URL: https://github.com/landofcoder/module-simple-calculate-shipping-rate
- Owner: landofcoder
- License: gpl-3.0
- Created: 2020-03-18T04:03:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T16:24:03.000Z (about 3 years ago)
- Last Synced: 2024-11-03T05:26:13.597Z (2 months ago)
- Topics: landofcoder, magento, magento-2-estimate-shipping-rates, magento-2-extension-free, magento-2-shipping-rate
- Language: PHP
- Homepage: https://landofcoder.com
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Landofcoder Module Lof_EstimateShippingRate
Magento 2 module for estimate shipping rate in product page
## Module instalar
### Via Composer```sh
composer require landofcoder/module-estimate-shipping-rate
php bin/magento module:enable --clear-static-content Lof_EstimateShippingRate
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento c:c
```
## Features
* Display Calulate shipping rate form on product page to esitmate shipping fee## Better Calculate Shipping Rate
[Magento 2 Module Lof ShippingCalculator](https://github.com/landofcoder/module-shipping-cost-calculator)