woocommerce_simple_add_to_cart()

Output the simple product add to cart area.


Description Description


Source Source

File: includes/wc-template-functions.php

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


Top ↑

User Contributed Notes User Contributed Notes

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