Kaynağa Gözat

feat module 1,2,4 : product type display based on menu

master
nadia 2 ay önce
ebeveyn
işleme
efe33427ad
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      src/components/ProductType/ProductType.jsx

+ 3
- 3
src/components/ProductType/ProductType.jsx Dosyayı Görüntüle

49
           sessionStorage.setItem('amber-select-product-type', productTypeValue)
49
           sessionStorage.setItem('amber-select-product-type', productTypeValue)
50
           sessionStorage.removeItem('amber-select-collection')
50
           sessionStorage.removeItem('amber-select-collection')
51
           sessionStorage.removeItem('amber-select-collections')
51
           sessionStorage.removeItem('amber-select-collections')
52
-          if (title?.trim()?.toUpperCase() === "ESSENTIALS") {
53
-            sessionStorage.setItem('amber-select-collections', JSON.stringify(["COSMETICS", "HAND & BODY LOTION"]))
54
-          }
52
+          // if (title?.trim()?.toUpperCase() === "ESSENTIALS") {
53
+          //   sessionStorage.setItem('amber-select-collections', JSON.stringify(["COSMETICS", "HAND & BODY LOTION"]))
54
+          // }
55
           window.location.href = '/products'
55
           window.location.href = '/products'
56
         } : undefined}
56
         } : undefined}
57
       >
57
       >

Loading…
İptal
Kaydet