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 @@
- {{ getProductStock(item.productId).quantityOnHandTotal }} {{ translate('pieces in stock') }} + {{ getProductStock(item.productId).quantityOnHandTotal }} {{ translate('pieces in stock') }} {{ translate('Check stock') }} @@ -127,8 +129,8 @@ {{ translate('Components') }} - - + + {{ translate('Gift card') }} @@ -144,7 +146,10 @@

{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(productComponent.productIdTo)) }}

- {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) : productComponent.productIdTo }} +
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) : productComponent.productIdTo }} + {{ translate("Kit") }} +

{{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/SIZE/')}}

@@ -332,8 +337,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") }} +
@@ -1897,6 +1904,12 @@ ion-segment > ion-segment-button > ion-skeleton-text, ion-item > ion-skeleton-te align-items: center; } +.product-metadata { + display: flex; + flex-direction: column; + align-items: end; +} + .shipgroup-details { display: grid; grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));