diff --git a/feature-libs/cart/base/assets/translations/en/cart.json b/feature-libs/cart/base/assets/translations/en/cart.json index 6189e49cf18..2ab74e10bb2 100644 --- a/feature-libs/cart/base/assets/translations/en/cart.json +++ b/feature-libs/cart/base/assets/translations/en/cart.json @@ -9,7 +9,8 @@ "description": "Description", "item": "Item", "itemPrice": "Item price", - "quantity": "Quantity", + "quantity": "Qty", + "quantityFull": "Quantity", "quantityTitle": "The quantity represents the total number of this item in your cart.", "total": "Total", "actions": "Actions", diff --git a/feature-libs/cart/base/components/cart-shared/cart-item-list-row/cart-item-list-row.component.html b/feature-libs/cart/base/components/cart-shared/cart-item-list-row/cart-item-list-row.component.html index 16df0befbfc..8187d841ffd 100644 --- a/feature-libs/cart/base/components/cart-shared/cart-item-list-row/cart-item-list-row.component.html +++ b/feature-libs/cart/base/components/cart-shared/cart-item-list-row/cart-item-list-row.component.html @@ -102,6 +102,15 @@
+ {{ 'cartItems.quantityFull' | cxTranslate }} +
+
- + + {{ 'cartItems.quantityFull' | cxTranslate }} + + {{ 'cartItems.quantity' | cxTranslate }} diff --git a/feature-libs/cart/base/components/cart-shared/cart-item/cart-item.component.html b/feature-libs/cart/base/components/cart-shared/cart-item/cart-item.component.html index 7af182f121d..eaa05c77052 100644 --- a/feature-libs/cart/base/components/cart-shared/cart-item/cart-item.component.html +++ b/feature-libs/cart/base/components/cart-shared/cart-item/cart-item.component.html @@ -72,6 +72,16 @@
+ {{ 'cartItems.quantityFull' | cxTranslate }} +
+
{{ 'cartItems.itemPrice' | cxTranslate }}
-
+
+ {{ 'cartItems.quantityFull' | cxTranslate }} +
+
{{ 'cartItems.quantity' | cxTranslate }}
@@ -116,6 +125,16 @@ >
+ {{ 'cartItems.quantityFull' | cxTranslate }} + + , protected deliveryPointsService: DeliveryPointsService - ) {} + ) { + useFeatureStyles('a11yQTY2Quantity'); + } ngOnInit() { this.component.data$ .pipe(