添加新的送货方式

送货方式 设置增加了计算销售订单和电子商务购物车运费的选项。然后,运费可作为送货产品添加到销售订单中,运费详情也可添加到送货订单中。

更多内容

配送类型与运价

配置

要配置送货方式,请转到 库存应用程序 ‣ 配置 ‣ 送货方式

注解

如果 送货方式 选项在 配置 下拉菜单中不可用,请按照以下步骤验证该功能是否已启用:

  1. 前往 库存应用程序 ‣ 配置 ‣ 设置

  2. 滚动到 送货 部分,选中相应的复选框,启用 送货方式 功能。

在设置中启用送货方式功能。

送货方式 页面,点击 新建 ,添加一个方式。这样做会打开一个表单,提供有关送货提供商的详细信息,包括:

  • 送货方式`(*必填字段*):送货方式名称(例如,`平邮当日送达 等)。

  • 网站:为**电子商务**页面配置送货方式。从下拉单中选择适用的网站,或留空将该方法应用于所有网页。

  • 提供商`(*必填字段*):如果使用 :ref:`第三方承运商 <inventory/shipping/third_party> ,则选择快递服务,如联邦快递。确保已正确安装并与运送承运商整合,从下拉菜单中选择提供商。有关配置自定义运输方法(如 固定价格 或 :ref:` 基于规则 <inventory/shipping/rules>` 选项)的更多详情,请参阅以下相应章节。

  • 公司:如果运输方法适用于特定公司,请从下拉菜单中选择。留空字段表示该方法适用于所有公司。

  • 路线:选择适用的路线,根据不同的交货时间定义不同的送货方式,如标准或快递。有关详细信息,请跳转到 设置运输方法的路线 部分。

  • 交付产品必填字段):销售订单行 中列出的作为交货费用的产品。

  • 如果订单金额超过则免运费:如果客户消费超过指定金额,则选中此复选框可免运费。

  • Tracking Link: This option adds a link to the portal so the customer can track their delivery. When a custom carrier is added in a delivery order, the tracking button is enabled, and the link directs to the tracking portal with that URL.

Use the Availability tab to define conditions for the delivery method based on the order’s content or destination:

  • Countries: Specify one or more countries where the method is available.

  • Max Weight: Set a maximum weight; the method is only available for orders below this limit.

  • Max Volume: Set a maximum volume; the method is only available for orders below this limit.

  • Must Have Tags: The method is available only if at least one product in the order has one of these tags.

  • Excluded Tags: The method is unavailable if at least one product in the order has one of these tags.

For examples on how to configure specific shipping methods, refer to the sections below.

固定价格

要为所有订单配置相同的运费价格,请转至 :menuselection:` 库存应用程序 –> 配置 –> 发货方式` 。然后,点击 新建 ,并在送货方式表单中将 提供商 设为 固定价格 选项。选择该选项后,固定价格 字段就可用了,固定费率运费金额就是在此定义的。

要在订单金额超过指定金额时启用免运费,请选中 订单金额超过则免费 复选框并填写金额。

Example

要设置 满100美元免运费$20 统一运费规则,请填写以下字段:

  • 配送方式统一运费

  • 提供商固定价格

  • 固定价格$20.00

  • 订单金额超过则免运费$100.00

  • Delivery Product: [SHIP] Flat

Example of filling out a shipping method.

Based on rules

To calculate the price of shipping based on pricing rules, set the Provider field to the Based on Rules option. Optionally, adjust Margin on Rate and Additional margin to include additional shipping costs.

Create pricing rules

Navigate to the Pricing tab and click Add a line. Doing so opens the Create Pricing Rules window, where the Condition related to the product weight, volume, price, or quantity is compared to a defined amount to calculate the Delivery Cost.

Once finished, click either Save & New to add another rule, or Save & Close.

Example

To charge customers $20 in shipping for orders with five or fewer products, set the Condition to Quantity <= 5.00, and the Delivery Cost to $20.

显示添加定价规则的窗口。设置条件和交付成本。

要限制向**电子商务**网站上的特定目的地发货,请在发货方式表单中导航至 目的地可用性 选项卡并定义 国家/地区省/州邮编前缀 。如果所有地点都适用,请将这些字段留空。

计算运送成本

运费由满足 条件`的规则中指定的 :guilabel:`配送成本 ,加上 费率边际附加边际 产生的额外费用组成。

\[Total = Rule's~Delivery~Cost + (Margin~on~rate \times Rule's~Delivery~Cost) + Additional~margin\]

Example

With the two following rules set up:

  1. 如果订单包含五件或以下产品,运费为 $20。

  2. 如果订单包含五件以上产品,运费为$ 50。

Margin on Rate is 10% and Additional margin is $9.00.

Show example of "Based on rules" shipping method with margins configured.

When the first rule is applied, the delivery cost is $31 (20 + (0.1 * 20) + 9). When the second rule is applied, the delivery cost is $64 (50 + (0.1 * 50) + 9).

运输方式路线

Optionally, set different warehouse delivery processes for a shipping method by configuring different routes for it.

Example

Configuring multiple routes per shipping method is helpful for adjusting warehouse delivery processes based on:

  • speed (e.g., use one-step delivery for express shipping, or two-step for standard shipping).

  • international shipping (e.g. use three-step delivery to prepare documents for customs)

  • in-store pickup or home delivery: ship from the central warehouse, or pick from the store’s stock, depending on customer selection.

To set up routes, go to Inventory app ‣ Configuration ‣ Routes. Click New, or select the desired route.

On the route form, in the Applicable On section, tick the Shipping Methods checkbox.

Routes form with the Shipping Methods checkbox selected.

Routes form with the Shipping Method checkbox ticked.

Then, go to Inventory app ‣ Configuration ‣ Delivery Methods, and select the desired shipping method.

On the shipping method form, in the Routes field, select the available fulfillment routes from the drop-down menu.

注解

If the desired route is not selectable, check that the Shipping Methods option is enabled in the route’s Applicable On section.

Show set routes on shipping method form.