We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomerOrder.email support.
CustomerOrder
email
A new field on CustomerOrder called email that is the same as the email from the sales_order table.
sales_order
select customer_id, customer_email from sales_order where customer_id is not null;
As a user, I want to know the email at the time my historical order was placed. Currently, I can only see my current customer's email.
magento2-daffodil version: 0.61.0 Magento version: v2.4.6-p1 PHP Version version: 8.1
The text was updated successfully, but these errors were encountered:
damienwebdev
No branches or pull requests
💡 Feature request
Feature Name
CustomerOrder
.email
support.The Desired Behavior
A new field on
CustomerOrder
calledemail
that is the same as the email from thesales_order
table.Your Use Case
As a user, I want to know the email at the time my historical order was placed. Currently, I can only see my current customer's email.
Environment
The text was updated successfully, but these errors were encountered: