Browse Source

fix: 🥅 Extend error message

IceToast 2 years ago
parent
commit
466f903209
1 changed files with 2 additions and 2 deletions
  1. 2 2
      themes/default/views/store/checkout.blade.php

+ 2 - 2
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.') }}"
                         })
                     }
                 },