We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f31a41 commit 7f1b730Copy full SHA for 7f1b730
WooCommerce/Classes/POS/Presentation/CartView.swift
@@ -17,7 +17,7 @@ struct CartView: View {
17
@State private var shouldShowItemImages: Bool = false
18
19
private var shouldShowCoupons: Bool {
20
- ServiceLocator.featureFlagService.isFeatureFlagEnabled(.enableCouponsInPointOfSale)
+ ServiceLocator.featureFlagService.isFeatureFlagEnabled(.enableCouponsInPointOfSale) && posModel.cart.coupons.isNotEmpty
21
}
22
23
var body: some View {
0 commit comments