You can apply more than one coupon, make sure to not hide the form when a coupon is already applied.

This commit is contained in:
Gerhard Potgieter 2018-07-25 08:03:17 +02:00
parent 59de4c7148
commit 9e207c9c11
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
defined( 'ABSPATH' ) || exit;
if ( ! wc_coupons_enabled() || ! empty( WC()->cart->applied_coupons ) ) { // @codingStandardsIgnoreLine.
if ( ! wc_coupons_enabled() ) { // @codingStandardsIgnoreLine.
return;
}