From 9523dea098d9245ef95de7059b7d638f2312c5a7 Mon Sep 17 00:00:00 2001 From: wsajosh Date: Thu, 16 May 2019 14:44:25 -0500 Subject: [PATCH] SHQ18-1992 Fix for tracking links from wrong order showing in email template --- src/view/frontend/templates/email/shipment/track.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/frontend/templates/email/shipment/track.phtml b/src/view/frontend/templates/email/shipment/track.phtml index f8b7e8b..c98e5c1 100644 --- a/src/view/frontend/templates/email/shipment/track.phtml +++ b/src/view/frontend/templates/email/shipment/track.phtml @@ -14,7 +14,7 @@ if ($this->getOrder()) { } $zipCode = strtr($string, $rplChars); ?> -getAllTracks()): ?> +getTracks()): ?>
@@ -24,7 +24,7 @@ $zipCode = strtr($string, $rplChars); - getAllTracks() as $_item): ?> + getTracks() as $_item): ?> helper(Track::class)->getTrackUrl($_item->getTitle(),
escapeHtml($_item->getTitle()) ?>: