woocommerce_simple_add_to_cart()WC 1.0

Output the simple product add to cart area.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_simple_add_to_cart();

woocommerce_simple_add_to_cart() code WC 8.7.0

function woocommerce_simple_add_to_cart() {
	wc_get_template( 'single-product/add-to-cart/simple.php' );
}