From 22a2541e7562916f7fcb655d3739b6345eca8353 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Tue, 6 Jan 2026 14:50:46 +0330 Subject: [PATCH] Update porsant commission --- .../components/product/ProductHero/index.vue | 23 ++++++++++++------- frontend/types/global.d.ts | 2 ++ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/frontend/components/product/ProductHero/index.vue b/frontend/components/product/ProductHero/index.vue index 0147c79..1dea7e3 100644 --- a/frontend/components/product/ProductHero/index.vue +++ b/frontend/components/product/ProductHero/index.vue @@ -314,20 +314,27 @@ watch( class="flex items-center gap-4" v-if="selectedVariant!.cart_quantity === 0" > - - + + diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index f08da02..2d0f492 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -90,6 +90,8 @@ declare global { color: string; video: string | null; cart_quantity: number; + special_discount_amount: string | null; + special_discount_link: string; }; type Product = {