We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a389b0 commit 8048516Copy full SHA for 8048516
app/code/Magento/Sales/view/frontend/templates/email/shipment/track.phtml
@@ -19,7 +19,7 @@
19
</tr>
20
</thead>
21
<tbody>
22
- <?php foreach ($_shipment->getAllTracks() as $_item): ?>
+ <?php foreach ($_order->getTracksCollection($_shipment->getId()) as $_item): ?>
23
<tr>
24
<td><?= $block->escapeHtml($_item->getTitle()) ?>:</td>
25
<td><?= $block->escapeHtml($_item->getNumber()) ?></td>
0 commit comments