소스 검색

fix: 🥅 Extend error message

IceToast 2 년 전
부모
커밋
466f903209
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.') }}"
                         })
                     }
                 },