yogeshsuhagiya / shipping
印度、美国和其他国家的运费由管理员动态设置,分别为10、100、200
1.0.0
2022-01-19 16:27 UTC
Requires
- php: ~7.4.0
- magento/framework: 102.0.*
- magento/module-backend: 101.0.*
- magento/module-catalog: 103.0.*
- magento/module-config: 101.1.*
- magento/module-directory: 100.3.*
- magento/module-quote: 101.1.*
- magento/module-sales: 102.0.*
- magento/module-sales-rule: 101.1.*
- magento/module-shipping: 100.3.*
- magento/module-store: 101.0.*
README
- 设置是否显示自定义的运费方式。
- 转到:商店 > 配置 > 销售 > 送货方式 > YS 运费模块
- 为印度、美国和其他国家添加不同的运费率。
先决条件
- Composer: 2.x
- PHP: 7.4
- Magento: 2.4
安装
-
Composer 安装
- 导航到您的 Magento 根目录
cd path_to_the_magento_root_directory
- 然后运行以下命令
composer require yogeshsuhagiya/shipping
- 确保 composer 无错误地完成安装
- 导航到您的 Magento 根目录
-
命令行安装
- 备份您的网页目录和数据库。
- 从这里下载最新安装包
源代码(zip)
- 导航到您的 Magento 根目录
cd path_to_the_magento_root_directory
- 将安装包的内容上传到您的 Magento 根目录
- 然后运行以下命令
php bin/magento module:enable Practical_Shipping
- 安装扩展后,运行以下命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
- 从后台登出并重新登录。