woocommerce_template_single_add_to_cart()

Trigger the single product add to cart action.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_template_single_add_to_cart() {
		global $product;
		do_action( 'woocommerce_' . $product->get_type() . '_add_to_cart' );
	}

Top ↑

User Contributed Notes User Contributed Notes

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