From 71748842100e833472c56194e57c309539478dd3 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Fri, 4 Aug 2023 14:30:21 +0700 Subject: cr voucher --- src/lib/checkout/components/Checkout.jsx | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'src/lib') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 9ffac61a..5265a794 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -490,7 +490,7 @@ const Checkout = () => {
)} -
+
{item.canApply && (
{

)} + {!item.canApply && item.applyStatus === 'MPA-HF' && ( + + )} {!item.canApply && item.applyStatus === 'UM' && ( )} - - {!item.canApply && - item.has_flashsale_products && - item.apply_status === 'UM' && ( - - )} -
{item.name} -- cgit v1.2.3