-
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
-
+
+
+
-
+
-
@@ -123,7 +285,7 @@ const contactWays = ref<{ title: string; ways: { type: "text" | "link"; title: s
{{ way.title }}
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<