Hello Magento Folks,

What are you all up to? Welcome again to the Magento tutorial blog where today’s topic is How to get Current Product in Magento 2.

Many a time you need to get current product details in Magento 2. The current product information like product id, product name, and many other details are displayed on the product page. There are several ways to get current product details. As we know that Magento is built with many features in that case it also provides a feature in which the registry is included for storing data of the current product.

Let’s start with the steps to Get Current Product in Magento 2.

Steps to Get Current Product in Magento 2: 

Step 1: Create one block file on our custom extension

add Blockname.php in the following path

app\code\Vendor\Extension\Block\Blockname.php

Now add the following code

Step 2: Now, we will get the current product in the template phtml file

That’s It

Final Words:

The above described is the easiest way to Get Current Product in Magento 2. Also, share the article with your Magento friends and colleagues. If you have any issues related to Magento 2 then write them down in the comment section below I will solve them for you. Stay tuned and Staf safe.

Happy Coding

Click to rate this post!
[Total: 10 Average: 4.6]