-
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
Changed get product way in blocks with related products #18703
Changed get product way in blocks with related products #18703
Conversation
Hi @inpronet. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @inpronet, thanks for collaboration, please, sign CLA, otherwise, we can't process your pull request |
@VladimirZaets was CLA accepted? the merge check below is green, but the badge in the comment above is still yellow. |
Hi @sidolov, thank you for the review. |
@henryktews thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi @henryktews. Thank you for your contribution. |
Description (*)
Thanks to this change, you can create a block in layout and set data product.
Manual testing scenarios (*)
$layout->createBlock('Magento\Catalog\Block\Product\ProductList\Upsell');
$layout->setData('product', $product)
Contribution checklist (*)