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