是否可以在woocommerce购物车中显示Vat列
目前在我的孩子主题cart.php中,我可以看到这个
<thead>
<tr>
<th class="product-price" ><?php _e( 'Price', 'woocommerce' ); ?></th>
<th class="product-quantity"><?php _e( 'Qty', 'woocommerce' ); ?></th>
<th class="product-subtotal"><?php _e( 'Total', 'woocommerce' ); ?></th>
</tr>
</thead>
我知道如何在那里放一个专栏 但我认为需要关注的重点是
<td class="product-subtotal">
<?php
echo apply_filters( 'woocommerce_cart_item_subtotal', WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key );
?>
</td>
因此,如果零费率
,订单中的每件商品都会显示税或不征税