diff --git a/src/components/CProductCard/CProductCard.scss b/src/components/CProductCard/CProductCard.scss index 5a25d607..9590e6ab 100755 --- a/src/components/CProductCard/CProductCard.scss +++ b/src/components/CProductCard/CProductCard.scss @@ -47,4 +47,9 @@ .product_code { font-size: 0.75rem; color: gray; +} + +.label-qta{ + font-size: 1.15rem; + font-weight: bold; } \ No newline at end of file diff --git a/src/components/CProductCard/CProductCard.vue b/src/components/CProductCard/CProductCard.vue index ed955537..84dfae1e 100755 --- a/src/components/CProductCard/CProductCard.vue +++ b/src/components/CProductCard/CProductCard.vue @@ -181,8 +181,6 @@ {{ products.getQtyAvailable(myproduct) }}
- {{ getQtyWarn() }} -
- {{ - getQtyWarnPreOrdered() - }} -
diff --git a/src/components/CSingleCart/CSingleCart.scss b/src/components/CSingleCart/CSingleCart.scss index d7bd536f..f7a23146 100755 --- a/src/components/CSingleCart/CSingleCart.scss +++ b/src/components/CSingleCart/CSingleCart.scss @@ -42,4 +42,9 @@ .q-item__section--thumbnail img{ height: 100px; +} + +.qta{ + font-size: 1.15rem; + font-weight: bold; } \ No newline at end of file diff --git a/src/components/CSingleCart/CSingleCart.vue b/src/components/CSingleCart/CSingleCart.vue index 824a2f50..46876704 100755 --- a/src/components/CSingleCart/CSingleCart.vue +++ b/src/components/CSingleCart/CSingleCart.vue @@ -41,19 +41,10 @@ }) " > -
- {{ order.quantity }} -
-
- + {{ t('ecomm.preord') }}: +
+ {{ order.quantity + order.quantitypreordered }}
-
- {{ order.quantitypreordered }} -
1 || qta === 0) strprod = t('ecomm.prodotti') - if (qta > 0) { + if (qta >= 0) { msg = t('ecomm.prod_sul_carrello', { strprod, qty: qta }) } @@ -726,7 +726,7 @@ export const useProducts = defineStore('Products', { if (ris === null || ris.myord.quantity === 0) tools.showNotif($q, msg) else - tools.showPositiveNotif($q, msg) + tools.showPositiveNotif($q, msg, undefined, 'prodotto') } diff --git a/upload/products/8017977000669.jpg b/upload/products/8017977000669.jpg new file mode 100644 index 00000000..39d1c7ad Binary files /dev/null and b/upload/products/8017977000669.jpg differ diff --git a/upload/products/8017977004544.jpg b/upload/products/8017977004544.jpg new file mode 100644 index 00000000..f703eac2 Binary files /dev/null and b/upload/products/8017977004544.jpg differ diff --git a/upload/products/8017977043307.jpg b/upload/products/8017977043307.jpg new file mode 100644 index 00000000..636381b8 Binary files /dev/null and b/upload/products/8017977043307.jpg differ diff --git a/upload/products/8017977043536.jpg b/upload/products/8017977043536.jpg new file mode 100644 index 00000000..ddb995cf Binary files /dev/null and b/upload/products/8017977043536.jpg differ diff --git a/upload/products/8056734461442.jpg b/upload/products/8056734461442.jpg new file mode 100644 index 00000000..bdbd5522 Binary files /dev/null and b/upload/products/8056734461442.jpg differ