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 @@
+ 0
+ ? visuListDisponibili()
+ : null
+ "
+ >
+
+
+
+
+
+
+ {{ t('ecomm.available') }}
+
+
+
+ {{ products.getQtyAvailable(myproduct) }}
+
+
+
+ {{
+ t('ecomm.qta_in_attesa', {
+ qty: myproduct.QuantitaOrdinateInAttesa,
+ })
+ }}
+
+
+
+
+
+
+
+
+
+ {{ t('ecomm.bloccati') }}:
+
+
+ {{ products.getQtyBloccataAvailable(myproduct) }}
+
+
+
+