WC_AJAX::get_cart_totals()
AJAX receive updated cart_totals div.
Description Description
Source Source
File: includes/class-wc-ajax.php
public static function get_cart_totals() {
wc_maybe_define_constant( 'WOOCOMMERCE_CART', true );
WC()->cart->calculate_totals();
woocommerce_cart_totals();
wp_die();
}