From 9ef5595fe11d7f0edc7a7f8a7a7d365e68b28677 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sat, 30 Dec 2023 22:05:08 +0100 Subject: [PATCH] agg --- src/components/CProductCard/CProductCard.vue | 69 ++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/src/components/CProductCard/CProductCard.vue b/src/components/CProductCard/CProductCard.vue index 13496661..1abb1958 100755 --- a/src/components/CProductCard/CProductCard.vue +++ b/src/components/CProductCard/CProductCard.vue @@ -321,6 +321,75 @@
+ + + + + + + + {{ t('ecomm.available') }} + + + + {{ products.getQtyAvailable(myproduct) }} + +
+
+ {{ + t('ecomm.qta_in_attesa', { + qty: myproduct.QuantitaOrdinateInAttesa, + }) + }} +
+
+
+
+ + + + + + {{ t('ecomm.bloccati') }}: + + + {{ products.getQtyBloccataAvailable(myproduct) }} + + + +