woocommerce_checkout_coupon_form()

Output the Coupon form for the checkout.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_checkout_coupon_form() {
		wc_get_template(
			'checkout/form-coupon.php',
			array(
				'checkout' => WC()->checkout(),
			)
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

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