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)) { ?> cart->get_coupons() as $code => $coupon) { ?> cart->needs_shipping() && WC()->cart->show_shipping()) { do_action('woocommerce_review_order_before_shipping'); wc_cart_totals_shipping_html(); do_action('woocommerce_review_order_after_shipping'); } foreach (WC()->cart->get_fees() as $fee) { ?> cart->tax_display_cart) { if ('itemized' === get_option('woocommerce_tax_total_display')) { foreach (WC()->cart->get_tax_totals() as $code => $tax) { ?>
get_name(), $cart_item, $cart_item_key) . ' '; echo apply_filters('woocommerce_checkout_cart_item_quantity', ' ' . sprintf('× %s', $cart_item['quantity']) . '', $cart_item, $cart_item_key); echo WC()->cart->get_item_data($cart_item); ?> cart->get_product_subtotal($_product, $cart_item['quantity']), $cart_item, $cart_item_key); ?>
name); ?>
label); ?> formatted_amount); ?>
countries->tax_or_vat()); ?>