Wednesday, February 15, 2023

Magento2 get product object in template phtml of Extension

 $_product = \Magento\Framework\App\ObjectManager::getInstance() ->get(\Magento\Framework\Registry::class)->registry('product');