getData('viewModel'); $supportViewModel = $block->getData('supportViewModel'); /** @var \Temando\Shipping\Model\Batch $batch */ $batch = $viewModel->getBatch(); ?> getFailedShipments() ?>

escapeHtml(__('%1 Shipments(s) failed to book in this Batch', count($failedShipments))) ?>

escapeHtml(__('Steps to find a solution')) ?>

  1. escapeHtml(__('Review the errors, address them where possible and attempt to re-process the Order/s.')) ?>
    1. escapeHtml(__('If the error is related to the carrier in question, please contact the carrier directly.')) ?>
  2. escapeHtml(__('Contact Magento Shipping Support')) ?>
escapeHtml(__('Magento Order ID')) ?> escapeHtml(__('Ship-to Name')) ?> escapeHtml(__('Destination Address')) ?> escapeHtml(__('Reason')) ?> escapeHtml(__('Action')) ?>
escapeHtml($failedShipment->getOrderId()) ?> escapeHtml($failedShipment->getRecipientName()) ?> getRecipientAddress() ?> getErrors() as $error) : ?>

escapeHtml($error->getTitle()) ?>
escapeHtml($error->getDetail()) ?>

getOrderViewUrl($failedShipment->getOrderId()) ?> escapeHtml(__('View Order')) ?>