diff --git a/src/components/ScanOrderItemModal.vue b/src/components/ScanOrderItemModal.vue
index 308cc703..ee26e1fa 100644
--- a/src/components/ScanOrderItemModal.vue
+++ b/src/components/ScanOrderItemModal.vue
@@ -29,8 +29,10 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}
- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : item.productName }}
- {{ translate("Kit") }}
+
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : item.productName }}
+ {{ translate("Kit") }}
+
{{ getFeature(getProduct(item.productId).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(item.productId).featureHierarchy, '1/SIZE/')}}
diff --git a/src/theme/variables.css b/src/theme/variables.css
index d3f557b7..d3387fdb 100644
--- a/src/theme/variables.css
+++ b/src/theme/variables.css
@@ -407,6 +407,12 @@ img {
min-width: 9ch;
}
+div:has(> .kit-badge) {
+ display: flex;
+ align-items: center;
+ gap: var(--spacer-xs);
+}
+
@media (min-width: 991px) {
/* shipment card desktop layout start */
ion-searchbar.searchbar {
diff --git a/src/views/Completed.vue b/src/views/Completed.vue
index 9b9794b0..cacfdb59 100644
--- a/src/views/Completed.vue
+++ b/src/views/Completed.vue
@@ -79,8 +79,10 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}
- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
- {{ translate("Kit") }}
+
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
+ {{ translate("Kit") }}
+
{{ getFeature(getProduct(item.productId).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(item.productId).featureHierarchy, '1/SIZE/')}}
diff --git a/src/views/InProgress.vue b/src/views/InProgress.vue
index cf0ff561..f9c27912 100644
--- a/src/views/InProgress.vue
+++ b/src/views/InProgress.vue
@@ -95,8 +95,10 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}
- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : item.productName }}
- {{ translate("Kit") }}
+
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : item.productName }}
+ {{ translate("Kit") }}
+
{{ getFeature(getProduct(item.productId).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(item.productId).featureHierarchy, '1/SIZE/')}}
diff --git a/src/views/OpenOrders.vue b/src/views/OpenOrders.vue
index 96834e21..298502c6 100644
--- a/src/views/OpenOrders.vue
+++ b/src/views/OpenOrders.vue
@@ -73,8 +73,10 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}
- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
- {{ translate("Kit") }}
+
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
+ {{ translate("Kit") }}
+
{{ getFeature(getProduct(item.productId).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(item.productId).featureHierarchy, '1/SIZE/')}}
diff --git a/src/views/OrderDetail.vue b/src/views/OrderDetail.vue
index ab1409be..dec00861 100644
--- a/src/views/OrderDetail.vue
+++ b/src/views/OrderDetail.vue
@@ -81,8 +81,10 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}
- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
- {{ translate("Kit") }}
+
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}
+ {{ translate("Kit") }}
+
{{ getFeature(getProduct(item.productId).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(item.productId).featureHierarchy, '1/SIZE/')}}
@@ -115,7 +117,7 @@