Closed gilbertsohal closed 1 year ago
Hi @gilbertsohal. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, review the Magento Contributor Assistant documentation.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
Hi @engcom-Dash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.Issue: Clear Description
label to the issue by yourself.Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Hi @gilbertsohal ,
We are trying to reproduce the issue in 2.4.5 magento instance...But we are not able to reproduce the issue...We are getting the expected results.
Steps: 1.Install Magento instance 2.create oder 3.checked the mail and verifying showing Carrier, Title, Number, showing Shipping Info, Shipping Methods. 4.Everything Is showing in the mail
Screenshot:
Let us know if we missing anything!!!
Thanks!!!
The layout handles were changed, I think your shipment layout handle needs to change from:
{{layout handle="sales_email_order_shipment_track" shipment=$shipment_id order=$order_id}}
to
{{layout handle="sales_email_order_shipment_track" shipment_id=$shipment_id order_id=$order_id}}
You should then find the details added.
@magento give me 2.4-develop instance
Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Dash, here is your Magento Instance: https://419d14bb455da687f78552425a61a001.instances.magento-community.engineering Admin access: https://419d14bb455da687f78552425a61a001.instances.magento-community.engineering/admin_0d48 Login: e7546b67 Password: 6dbc956af4ba
Hi @devchris79 ,
Thanks For your information....We are able to see the Carrier, Title, Number, showing Shipping Info, Shipping Methods.But the Reporter side is not displaying.
Thanks!!!
Hi @gilbertsohal ,
We are closing this issue as there has been no latest updates on the same. Kindly reopen / create new issue if you are still facing any issues. Thank you.
Preconditions and environment
Screenshot https://prnt.sc/XP6t0NzYnDlq
Steps to reproduce
Expected result
Actual result
Shipment email is not showing Tracking Information, Shipping Info, Shipping Method, Order Item
Screenshot https://prnt.sc/XP6t0NzYnDlq
Additional information
For Shipment Tracking Number {{layout handle="sales_email_order_shipment_track" shipment=$shipment_id order=$order_id}}
For Order Item {{layout handle="sales_email_order_shipment_items" shipment_id=$shipment_id order_id=$order_id}}
Release note
No response
Triage and priority