magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.56k stars 9.32k forks source link

Magento 2.4.5 - Shipment Email not showing Tracking Number, Shipping Info, Shipping Methods, Order Item #36426

Closed gilbertsohal closed 1 year ago

gilbertsohal commented 2 years ago

Preconditions and environment

Screenshot https://prnt.sc/XP6t0NzYnDlq

Steps to reproduce

  1. Create an Order
  2. Create New Shipment for Order
  3. Add Carrier, Title, Number to New Shipment
  4. Click and checked Check Email Copy of Shipment checkbox
  5. Click Submit Shipment Button

Expected result

  1. Shipment email showing Carrier, Title, Number.
  2. Shipment email showing Shipping Info, Shipping Methods
  3. Shipment email showing Order Item

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

m2-assistant[bot] commented 2 years 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.


: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

m2-assistant[bot] commented 2 years ago

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:


engcom-Dash commented 2 years ago

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:

Screenshot 2022-11-07 at 12 09 35 PM

Let us know if we missing anything!!!

Thanks!!!

devchris79 commented 2 years ago

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.

engcom-Dash commented 2 years ago

@magento give me 2.4-develop instance

magento-deployment-service[bot] commented 2 years ago

Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you.

magento-deployment-service[bot] commented 2 years ago

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

engcom-Dash commented 2 years ago

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!!!

engcom-Dash commented 1 year ago

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.