woocommerce_cart_totals_after_shipping

woocommerce_cart_totals_after_shipping

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_cart_totals_after_shipping') is found 1 times:

  • /templates/cart/cart-totals.php line 47
    			<?php do_action( 'woocommerce_cart_totals_before_shipping' ); ?>
    
    			<?php wc_cart_totals_shipping_html(); ?>
    
    			<?php do_action( 'woocommerce_cart_totals_after_shipping' ); ?>
    
    		<?php elseif ( WC()->cart->needs_shipping() && 'yes' === get_option( 'woocommerce_enable_shipping_calc' ) ) : ?>
    
    			<tr class="shipping">
    				<th><?php esc_html_e( 'Shipping', 'woocommerce' ); ?></th>
    				<td data-title="<?php esc_attr_e( 'Shipping', 'woocommerce' ); ?>"><?php woocommerce_shipping_calculator(); ?></td>