您需要修改代码中以下变量的值-
// HERE define your shipping class to find
$class = 92;
// HERE define the shipping method to hide
$method_key_id = \'flat_rate:7\';
尽管
source answer 澄清了如何在答案中获得上述内容,这里我将再次列出这些内容。
Finding the shipping class ID.
1) 在数据库中的
wp_terms
表格:
搜索术语名称或术语slug,您将获得术语ID(装运类ID)。
2) 在Woocommerce shipping settings(Woocommerce配送设置)上编辑“统一费率”,使用浏览器html检查器工具检查配送类费率字段,如:
在输入名称属性中
woocommerce_flat_rate_class_cost_64
. 所以64是shipping类的ID。
<小时>
Get the shipping method rate ID:
获取相关
shipping methods rate IDs, 类似于
flat_rate:12
, 使用浏览器代码检查器检查每个相关单选按钮属性
name
例如: