Open
Description
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 (*)
- Magento 2.4.4
Steps to reproduce (*)
- Place order with in-store-pickup
- Send ready for pickup notification email.
Expected result (*)
- Email with all correct output (store name, customer name, shipping description)
Actual result (*)
- Customer name is not rendered.