+
+ {shptmDcTpCd === "CPN00401" && (
+ {`${currSign}${dcAmt}`}
+ )}
+ {shptmDcTpCd === "CPN00402" && (
+ {`${cpnDctrt}%`}
+ )}
+
+ {cpnTtl}
+
+
+
+
+
+ {$L(
+ "Purchase over ${cpnAplyMinPurcAmt} (up to ${cpnAplyMaxDcAmt} off)"
+ )
+ .replace("{cpnAplyMinPurcAmt}", cpnAplyMinPurcAmt)
+ .replace("{cpnAplyMaxDcAmt}", cpnAplyMaxDcAmt)}
+
+
+ {couponAplyStartDate}~{couponAplyEndDate}
+
+
+
+
0 &&
+ downloadCouponArr.includes(cpnSno) &&
+ css.disable,
+ downloadYn === "N" && css.disable,
+ duplDwldYn === "N" && downloadYn === "Y" && css.disable,
+ !downloadCouponArr.includes(cpnSno) &&
+ index === selectedCouponIndex &&
+ focused &&
+ css.focused
+ )}
+ aria-label="Download Button"
+ >
+ {downloadCouponArr.length > 0 &&
+ downloadCouponArr.includes(cpnSno)
+ ? $L("DOWNLOAD COMPLETED")
+ : $L("DOWNLOAD")}
+
+
+