From bdd800269c09d1d6427f588f52d7d2fa7b6b1a63 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 26 Feb 2026 18:39:42 +0330 Subject: [PATCH] Connect pickup variables to product --- .../global/product-detail/InfoCard.vue | 24 +++++++++++++------ frontend/types/global.d.ts | 2 ++ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/frontend/components/global/product-detail/InfoCard.vue b/frontend/components/global/product-detail/InfoCard.vue index 1708fa0..73ae7e2 100644 --- a/frontend/components/global/product-detail/InfoCard.vue +++ b/frontend/components/global/product-detail/InfoCard.vue @@ -1,20 +1,30 @@ \ No newline at end of file + diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 2d0f492..205252a 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -112,6 +112,8 @@ declare global { best_deal_price_before_discount: string; best_deal_price_after_discount: string; best_deal_discount: number; + customer_pickup_title: null | string; + customer_pickup_description: null | string; }; type ProductListItem = Pick<