Please override this file: vendor/magento/module-sales/view/frontend/templates/ email/shipment/track.phtml. by creating this path:.
magento2. 0 Kudos
app/code/Vendor/Module/view/frontend/templates/email/shipment/track.phtml. 2. Override template file in your custom theme : You can copy ...
I worked around this problem by just replacing \vendor\magento\module-sales\ view\frontend\templates\email\shipment\track.phtml with the 2.3.2 ...
You need to copy the below file: app/design/frontend/base/default/template/email /order/shipment/track.phtml. to.
Hello, I have created new shipping module(offline) and want to send tracking no in shippment email. I am stuck in overriding the track.phtml file ...
/ vendor/magento/module-sales/view/frontend/templates/email/shipment/track. phtml.
To do the same first we need to override this file: Vendor\magento\module-sales\ view\frontend\templates\email\shipment\track.phtml.
Adds shipment tracking links in shipping confirmation emails. - Tracking number , postcode and another variables get replaced in the tracking URL automatically.
With Magento 2, you can create phtml templates for transactional emails and use ... template='Magento_Sales::email/shipment/track.phtml' ...