瀏覽代碼

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