= $block->escapeHtml(__('Date Created')); ?> | = $block->escapeHtml($viewModel->getDate($batch->getCreatedAtDate())->format('Y-m-d g:i a')); ?> |
---|---|
= $block->escapeHtml(__('Number of Shipments booked successfully')); ?> | = /* @noEscape */ count($batch->getIncludedShipments()); ?> |
= $block->escapeHtml(__('Number of Shipments failed to book')); ?> | = /* @noEscape */ $failedShipmentCount ?> = $block->escapeHtml(__('Find Solutions')); ?> |
= $block->escapeHtml(__('Date Updated')); ?> | = $block->escapeHtml($viewModel->getDate($batch->getUpdatedAtDate())->format('Y-m-d g:i a')); ?> |
= $block->escapeHtml(__('Batch-id')); ?> | = $block->escapeHtml($batch->getBatchId()); ?> |
= $block->escapeHtml(__('Batch Status')); ?> | = $block->escapeHtml($batch->getStatus()); ?> |
= $block->escapeHtml(__('Shipping labels for each shipment are consolidated into a single compressed file')); ?> | getDocumentation()) : ?> = $block->escapeHtml(__('Download Documentation')); ?> = $block->escapeHtml(__('Documentation is not available.')); ?> |
= $block->escapeHtml(__('Shipment')); ?> | = $block->escapeHtml(__('Ship to Name')); ?> | = $block->escapeHtml(__('Destination Address')); ?> | = $block->escapeHtml(__('Items Ordered')); ?> | = $block->escapeHtml(__('Action')); ?> |
---|---|---|---|---|
= $block->escapeHtml($shipmentInfo->getData('shipment_id')) ?> | = $block->escapeHtml($shipmentInfo->getData('ship_to_name')) ?> | = /* @noEscape */ $shipmentInfo->getData('destination_address') ?> | = /* @noEscape */ $shipmentInfo->getData('items_ordered') ?> | getViewActionUrl($includedShipment->getShipmentId()) ?> = $block->escapeHtml(__('View')) ?> |