magento / inventory

Magento Inventory Project (a.k.a MSI)
Open Software License 3.0
337 stars 248 forks source link

In Store Pickup email still using legacy methods #3384

Open smartexcan opened 1 year ago

smartexcan commented 1 year ago

The In Store Pickup "Ready for pickup" notification email still uses deprecated (and removed as of magento 2.4.4) variables with direct method calls. This results in the affected variables in the email template not being rendered.

See https://developer.adobe.com/commerce/frontend-core/guide/templates/email-migration/

Preconditions (*)

  1. Magento 2.4.4

Steps to reproduce (*)

  1. Place order with in-store-pickup
  2. Send ready for pickup notification email.

Expected result (*)

  1. Email with all correct output (store name, customer name, shipping description)

Actual result (*)

  1. Customer name is not rendered.
m2-assistant[bot] commented 1 year ago

Hi @smartexcan. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information. Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.