Open bardon-bicarbonate opened 3 years ago
Hi, Our extension does not provide a specific way to retrieve the tracking URL.
Here are some examples showing how to do what you want to using standard Magento code: https://magento.stackexchange.com/questions/165458/magento2-how-to-add-tracking-url-in-shipment-email-for-customer-in-magento-2
Best Regards, A.L.
Hi, How can I access the tracking url in my shipment emails ? The default $order->getTracksCollection() is empty and I can't find in the documentation how to retrieve the url.
Thanks in advance