|
|
|
@ -210,11 +210,11 @@ function ShoppingCart({ |
|
|
|
|
value={productsLength ? factorInfo?.offPrice : 0} |
|
|
|
|
type="error" |
|
|
|
|
/> |
|
|
|
|
<PriceStatus |
|
|
|
|
{/* <PriceStatus |
|
|
|
|
name="مالیات بر ارزش افزوده" |
|
|
|
|
value={productsLength ? factorInfo?.sumPrice * 0.009 : 0} |
|
|
|
|
type="error" |
|
|
|
|
/> |
|
|
|
|
/> */} |
|
|
|
|
</div> |
|
|
|
|
<div className="flex flex-row justify-between items-center w-full py-3"> |
|
|
|
|
<strong className="font-bold text-tiny text-blue5F dark:text-white"> |
|
|
|
@ -297,7 +297,7 @@ function ShoppingCart({ |
|
|
|
|
value={productsLength ? factorInfo?.offPrice : ""} |
|
|
|
|
type="error" |
|
|
|
|
/> |
|
|
|
|
<PriceStatus |
|
|
|
|
{/* <PriceStatus |
|
|
|
|
name="مالیات بر ارزش افزوده" |
|
|
|
|
value={ |
|
|
|
|
productsLength |
|
|
|
@ -305,7 +305,7 @@ function ShoppingCart({ |
|
|
|
|
: "" |
|
|
|
|
} |
|
|
|
|
type="error" |
|
|
|
|
/> |
|
|
|
|
/> */} |
|
|
|
|
</div> |
|
|
|
|
<div className="flex flex-row justify-between items-center w-full py-4 border-t border-b border-grayDB border-solid"> |
|
|
|
|
<strong className="font-semibold text-tiny text-blue5F dark:text-white"> |
|
|
|
|