woocommerce_widget_shopping_cart_proceed_to_checkout()

Output the proceed to checkout button.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_widget_shopping_cart_proceed_to_checkout() {
		echo '<a href="' . esc_url( wc_get_checkout_url() ) . '" class="button checkout wc-forward">' . esc_html__( 'Checkout', 'woocommerce' ) . '</a>';
	}


Top ↑

User Contributed Notes User Contributed Notes

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