-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
Declare module namespace before template path name #17394
Declare module namespace before template path name #17394
Conversation
Hi @mage2pratik. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team combine 17393 |
Hi @sidolov. Thank you for your request. I'm working on combining the pull requests for you |
@mage2pratik all pull requests have been successfully combined together:
|
Hi @miguelbalparda, thank you for the review. |
Hi @mage2pratik. Thank you for your contribution. |
Description
When we override block history(Magento\Sales\Block\Order\History) to my custom module.
It throws an error and finding order/history.phtml in my custom module.
I tried to extend Block Magento\Sales\Block\Order\History from my custom module.
Fixed Issues (if relevant)
Manual testing scenarios
<preference for="Magento\Sales\Block\Order\History" type="Vendor\Module\Block\Order\History" />
Contribution checklist