owebia / magento2-module-advanced-shipping

Other
90 stars 28 forks source link

Get tracking number in shipment emails ? #96

Open bardon-bicarbonate opened 3 years ago

bardon-bicarbonate commented 3 years ago

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

owebia commented 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.