Add discount and porsant buttons
This commit is contained in:
@@ -253,6 +253,26 @@ watch(
|
||||
<UpdateQuantity v-else-if="selectedVariant!.in_stock > 0" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="flex items-center gap-4"
|
||||
v-if="selectedVariant!.cart_quantity === 0"
|
||||
>
|
||||
<Button
|
||||
variant="secondary"
|
||||
class="w-full rounded-full h-full max-sm:h-[48px]"
|
||||
end-icon="bi:percent"
|
||||
>
|
||||
۱۰۰ تومان تخفیف بگیر
|
||||
</Button>
|
||||
<Button
|
||||
variant="secondary"
|
||||
class="w-full rounded-full h-full max-sm:h-[48px]"
|
||||
end-icon="bi:person-check"
|
||||
>
|
||||
پورسانت بگیر
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<InfoCard />
|
||||
|
||||
<Share />
|
||||
|
||||
Reference in New Issue
Block a user