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();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.