Hi,
In my shipping confirmations the Shipping Method is not displaying as it should but the tracking links are working fine. Instead of fighting with this any longer I was thinking a conditional would solve the issue based on the URL in the link. We only ship FedEx and USPS.
Trying to get this below to work but no luck.
Shipped Via:
<mvt:if expr="l.settings:shipment_info:tracklink CIN 'https://www.fedex.com'">
FedEx
<mvt:else>
USPS
</mvt:if>
Thanks,
Mike
In my shipping confirmations the Shipping Method is not displaying as it should but the tracking links are working fine. Instead of fighting with this any longer I was thinking a conditional would solve the issue based on the URL in the link. We only ship FedEx and USPS.
Trying to get this below to work but no luck.
Shipped Via:
<mvt:if expr="l.settings:shipment_info:tracklink CIN 'https://www.fedex.com'">
FedEx
<mvt:else>
USPS
</mvt:if>
Thanks,
Mike
Comment