{{ $t("Handling Instructions") }}
-{{ order.shippingInstructions }}
-diff --git a/src/components/OrderItemRejHistoryModal.vue b/src/components/OrderItemRejHistoryModal.vue
new file mode 100644
index 000000000..efe1da17b
--- /dev/null
+++ b/src/components/OrderItemRejHistoryModal.vue
@@ -0,0 +1,111 @@
+
+ {{ $t("Color") }}: {{ $filters.getFeature(getProduct(history.productId).featureHierarchy, '1/COLOR/') }} {{ $t("Size") }}: {{ $filters.getFeature(getProduct(history.productId).featureHierarchy, '1/SIZE/') }} {{ history?.changeUserLogin }} {{ getTime(history.changeDatetime) }} {{ $t('No records found.') }}{{ getProduct(history.productId).brandName }}
+ {{ getProduct(history.productId).productName }}
+ {{ getRejectReasonDescription(history?.changeReasonEnumId) }}
+
{{ $t('On rejecting this item, will be sent an email with alternate fulfillment options and this order item will be removed from your dashboard.', { customerName: order?.customer?.name }) }}
+{{ $t("Handling Instructions") }}
-{{ order.shippingInstructions }}
-