[DetailPanel] promotionProduct price && patnr name update
This commit is contained in:
@@ -207,14 +207,10 @@ export default function UnableOption({
|
||||
{discountRate && Number(discountRate.replace("%", "")) > 4 && (
|
||||
<div className={css.rateTag}>{discountRate}</div>
|
||||
)}
|
||||
<span className={css.name}>
|
||||
{patncNm
|
||||
? patncNm + " " + $L("Price")
|
||||
: patnrName + $L("Price")}
|
||||
</span>
|
||||
<span className={css.name}>{$L("Shop Time Price")}</span>
|
||||
</div>
|
||||
<div className={css.btmLayer}>
|
||||
<span className={css.price}>{price3}</span>
|
||||
<span className={css.price}>{discountedPrice}</span>
|
||||
<span className={css.discountedPrc}>
|
||||
{originalPrice &&
|
||||
parseFloat(originalPrice.replace("$", "")) === 0
|
||||
|
||||
Reference in New Issue
Block a user