/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/checkout
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/checkout/review-order.php (4544B)
|
|
cart->get_cart() as $cart_item_key => $cart_item ) {
$_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
if ( $_product && $_product->exists() && $cart_item['quantity'] > 0 && apply_filters( 'woocommerce_checkout_cart_item_visible', true, $cart_item, $cart_item_key ) ) {
?>
|
get_name(), $cart_item, $cart_item_key ) ) . ' '; ?>
' . sprintf( '× %s', $cart_item['quantity'] ) . '', $cart_item, $cart_item_key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
|
|
cart->get_coupons() as $code => $coupon ) : ?>
|
|
cart->needs_shipping() && WC()->cart->show_shipping() ) : ?>
cart->get_fees() as $fee ) : ?>
| name ); ?> |
|
cart->display_prices_including_tax() ) : ?>
cart->get_tax_totals() as $code => $tax ) : // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited ?>
| label ); ?> |
formatted_amount ); ?> |
| countries->tax_or_vat() ); ?> |
|
|
|