landofcoder/module-shippingcalculator
最新稳定版本:1.0.0
Composer 安装命令:
composer require landofcoder/module-shippingcalculator
包简介
Magento 2 Shipping Cost Calculator on Product Page
README 文档
README
``landofcoder/module-shippingcalculator``
Shipping Cost Calculator in Product Page
Main Functionalities
- Show Shipping Cost Calculator on Product page
- Allow buyer check estimate shipping cost on product before purchase
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Lof - Enable the module by running
php bin/magento module:enable Lof_ShippingCalculator - Apply database updates by running
php bin/magento setup:upgrade* - Deploy static files by running
php bin/magento setup:static-content:deploy -f* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require landofcoder/module-shippingcalculator - enable the module by running
php bin/magento module:enable Lof_ShippingCalculator - apply database updates by running
php bin/magento setup:upgrade* - Deploy static files by running
php bin/magento setup:static-content:deploy -f* - Flush the cache by running
php bin/magento cache:flush
Configuration
Go to admin > Stores > Configuration > Landofcoder > Shipping Calculator
Support
If you encounter any problems or bugs, please open an issue on GitHub.
Screenshots
Configuration
Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)
统计信息
- 总下载量: 558
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2021-08-31

