Changed get product way in blocks with related products#18703
Changed get product way in blocks with related products#18703magento-engcom-team merged 1 commit intomagento:2.3-developfrom
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 (*)