You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for informing us about this. I want to try and reproduce the problem so we can take the necesary steps to fix this.
You are talking about the button "Handle". What kind of button is this? I don't have that button when I view the order. Could you maybe share a screenshot?
@tig-jaspersmits thank you for replying. Your comment made me think and look through the code. Turns out to be a custome piece of code in the admin in which we:
create shipments
** this will generate the tracking URL
notify customers by mail
** this breaks.
Seeing this, I must fix it myself :). Ticket closed.
To Reproduce
Steps to reproduce the behavior:
Expected result
A tracking URL added to the order and a packing slip downloaded.
Actual result
A broken page showing part of the track.phtml:
The tracking URL is added to the order though.
Workaround
Changing the templato to not load the tracking url
Debugging
Error:
This template is defined in
vendor/magento/module-sales/view/frontend/layout/sales_email_order_shipment_track.xml
In this XML, argument 'tracking_url' is added, but this is a frontend XML. Thus, said argument isn't available in the admin.
Running
The text was updated successfully, but these errors were encountered: