diff --git a/themes/default/views/store/checkout.blade.php b/themes/default/views/store/checkout.blade.php index 20e8bf91..b6a00294 100644 --- a/themes/default/views/store/checkout.blade.php +++ b/themes/default/views/store/checkout.blade.php @@ -263,7 +263,7 @@ Swal.fire({ icon: 'error', title: 'Oops...', - text: "{{ __('The coupon code you entered is invalid.') }}" + text: "{{ __('The coupon code you entered is invalid or cannot be applied to this product.') }}" }) })) @@ -286,7 +286,7 @@ Swal.fire({ icon: 'error', title: 'Oops...', - text: "{{ __('The coupon code you entered is invalid.') }}" + text: "{{ __('The coupon code you entered is invalid or cannot be applied to this product.') }}" }) } },