woocommerce_single_variation_add_to_cart_button()

Output the add to cart button for variations.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_single_variation_add_to_cart_button() {
		wc_get_template( 'single-product/add-to-cart/variation-add-to-cart-button.php' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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