diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-17 16:38:55 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-17 16:38:55 +0700 |
| commit | 44f9ea9e60e9dfb31fc3b9e4fbffc4767b6811a9 (patch) | |
| tree | 7facd779fac1e04d54d145b5eba104ac5af39088 | |
| parent | 87f8fc7887ac03558b1edd819bff31f44ca84f71 (diff) | |
bugs kami juga suka di popup keranjang,
| -rw-r--r-- | src/lib/product/api/productSimilarApi.js | 2 | ||||
| -rw-r--r-- | src/pages/index.jsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/api/productSimilarApi.js b/src/lib/product/api/productSimilarApi.js index ecd6724a..51cc17fa 100644 --- a/src/lib/product/api/productSimilarApi.js +++ b/src/lib/product/api/productSimilarApi.js @@ -19,7 +19,7 @@ const productSimilarApi = async ({ query, source }) => { } } const dataProductSimilar = await axios( - `${process.env.NEXT_PUBLIC_SELF_HOST}/api/shop/search?q=${query}&page=1&orderBy=popular-weekly&operation=OR&priceFrom=1` + `${process.env.NEXT_PUBLIC_SELF_HOST}/api/shop/search?q=${query}&page=1&orderBy=popular-weekly&operation=OR&priceFrom=1&source=similar` ) if (dataflashSale) { dataProductSimilar.data.response.products = [ diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 6077c192..3fd0e834 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -111,7 +111,7 @@ export default function Home({categoryId}) { }, ]} /> - <PagePopupIformation /> + {/* <PagePopupIformation /> */} <DesktopView> <div className='container mx-auto'> |
