Skip to content

Conversation

@smartexcan
Copy link

Description (*)

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

Fixed Issues (if relevant)

  1. Fixes In Store Pickup email still using legacy methods #3384

Manual testing scenarios (*)

  1. Create order with in-store-pickup
  2. Send ready for pickup email
  3. Check email output for customer name.

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@engcom-Hotel
Copy link
Collaborator

@magento run all tests

Copy link
Collaborator

@engcom-Hotel engcom-Hotel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @smartexcan,

Thank you for the collaboration!

The changes seems good to us, but please refer to the below review comments:

  • Cover the PR changes with some automated test in accordance to the DOD
  • Sign the CLA so that we can move forward with this PR

Thank you

@smartexcan
Copy link
Author

smartexcan commented Jan 29, 2026

updated the branch and bot is reporting signed now lol

I don't know how to write tests for this, but I've been using this fix in our production deployment since i filed the PR and it working as expected.

also had a misclick on the re-review thing...

@smartexcan
Copy link
Author

@magento run all tests

@smartexcan
Copy link
Author

@magento run Static Tests, Unit Tests

Copy link
Collaborator

@engcom-Hotel engcom-Hotel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this PR for further processing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Reviewer Approved

Development

Successfully merging this pull request may close these issues.

In Store Pickup email still using legacy methods

2 participants