srinivas/module-customergroupshippingmethod

分组客户配送方式

1.0.1 2023-11-20 03:54 UTC

This package is auto-updated.

Last update: 2024-09-20 05:43:15 UTC


README

Supported Magento Versions

目录

使用方法

在默认的magento中,有一个默认功能,可以将产品价格设置为顾客组。因此,如果一个客户与一个普通顾客组相关联,他们可以有自己的产品价格,但是没有根据顾客组设置不同配送价格的选项。

解决方案

因此,这里的解决方案是在设置中为选定的顾客组添加配送价格。

安装

使用Composer

  • composer require srinivas/module-customergroupshippingmethod
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile

或者

  • 在GitHub中点击代码下拉菜单并下载
  • 解压文件
  • 创建目录 app/code/Srinivas/CustomerGroupShippingMethod
  • 将所有上述文件复制并粘贴到 CustomerGroupShippingMethod 文件夹中
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile

致谢

Srinivas Gokarla

我的名字是 Srinivas Gokarla,我是这个仓库的创建者。我是一名 Magento 2 开发者。