woocommerce checkout - 是否可以获得特定运输类别的特定运输区域的功能?

时间:2017-11-10 08:59:53

标签: php wordpress woocommerce

以下代码会检测购物车是否有运输类

我在这里(https://isabelcastillo.com/woocommerce-check-shipping-class

<?php if ( cart_has_product_with_shipping_class('small-items') ): ?>

 Shipping Method 1

<?php elseif ( cart_has_product_with_shipping_class('big-items') ): ?>

 Shipping Method 2

<?php else:?>

 Shipping Method 3

<?php endif;?>

我只是想知道我是否可以获得运费等级的送货方式,这样当我选择“小件商品”时,它将获得送货方式1的功能

0 个答案:

没有答案
相关问题