woocommerce_checkout_coupon_form()
Output the Coupon form for the checkout.
Description Description
Source Source
File: includes/wc-template-functions.php
2298 2299 2300 2301 2302 2303 2304 2305 | function woocommerce_checkout_coupon_form() { wc_get_template( 'checkout/form-coupon.php' , array ( 'checkout' => WC()->checkout(), ) ); } |