woocommerce_button_proceed_to_checkout()

Output the proceed to checkout button.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_button_proceed_to_checkout() {
		wc_get_template( 'cart/proceed-to-checkout-button.php' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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