mageali/magento2-customstatewiseshipping

自定义按州分区的配送。

dev-main 2024-04-30 12:10 UTC

This package is auto-updated.

Last update: 2024-09-30 13:07:16 UTC


README

如何安装?

使用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

```

手动安装!

  • 下载
  • 解压文件
  • 在您的Magento 2根目录下创建文件夹 app/code/MageAli\CustomStateWiseShipping
  • 将存档中的文件和文件夹复制到该文件夹
  • 在命令行中,使用 "cd",导航到您的Magento 2根目录
  • 运行以下命令
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush
    

如何使用此工具?

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.

许可证

* it is free