Updated wording of total of items in cart order table

This commit is contained in:
wayheming 2019-10-18 14:50:04 +03:00
parent 0112ee58a3
commit 091e37d783
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ do_action( 'woocommerce_before_cart' ); ?>
?>
</td>
<td class="product-subtotal" data-title="<?php esc_attr_e( 'Total', 'woocommerce' ); ?>">
<td class="product-subtotal" data-title="<?php esc_attr_e( 'Subtotal', 'woocommerce' ); ?>">
<?php
echo apply_filters( 'woocommerce_cart_item_subtotal', WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); // PHPCS: XSS ok.
?>