Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
removed sendcloud carrier check
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Apr 22, 2020
1 parent 1ba1a48 commit e27b005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/email/shipment/track.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $_postcode = str_replace(' ', '+', $_order->getShippingAddress()->getPostcode())
<tr>
<td><?= $block->escapeHtml($_item->getTitle()) ?>:</td>
<td>
<?php if ($_item->isCustom() && $_order->getShippingMethod() == 'sendcloud_sendcloud') : ?>
<?php if ($_item->isCustom()) : ?>
<a href="<?= $_url .
'carrier=' . strtolower($_item->getTitle()) .
'&code=' . $block->escapeHtml($_item->getNumber()) .
Expand Down

0 comments on commit e27b005

Please sign in to comment.