summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-04-24 14:31:48 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-04-24 14:31:48 +0700
commit81abbbabd11df17b5fe795e725f5841273fbf125 (patch)
tree3013c70a9d5af1f1247a874be29131900ea4a27f /src-migrate/modules/product-detail/components
parentd2852cb7b157b4ab7f583b8b5dc61480ea400ea0 (diff)
<miqdad> Make Popup Banner show in product detail for non auth user
Diffstat (limited to 'src-migrate/modules/product-detail/components')
-rw-r--r--src-migrate/modules/product-detail/components/ProductDetail.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx
index 4667e086..539ff6d7 100644
--- a/src-migrate/modules/product-detail/components/ProductDetail.tsx
+++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx
@@ -23,6 +23,8 @@ import PriceAction from './PriceAction';
import SimilarBottom from './SimilarBottom';
import SimilarSide from './SimilarSide';
+import PagePopupInformation from '~/modules/popup-information';
+
import { gtagProductDetail } from '@/core/utils/googleTag';
type Props = {
@@ -80,6 +82,7 @@ const ProductDetail = ({ product }: Props) => {
<Breadcrumb id={product.id} name={product.name} />
</div>
<div className='md:w-9/12 md:flex md:flex-col md:pr-4 md:pt-6'>
+ <PagePopupInformation />
<div className='md:flex md:flex-wrap'>
<div className='md:w-4/12'>
<ProductImage product={product} />