update src/views/Dashboard/layouts/Main/UserItems/ProductSuggestion/index.js and src/views/ShoppingCart/index.js

temp
mahdi 2 years ago
parent 69d4c07bff
commit 4ac374d259
  1. 8
      src/views/ShoppingCart/index.js

@ -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">

Loading…
Cancel
Save