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(),
        )
    );
}


Top ↑

User Contributed Notes User Contributed Notes

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