How to Get Current Product in Magento 2?

by mageefy on Feb 16, 2023 Celebrities 370 Views

If you are working on any Magento 2 project, then many times you need to get current product object. Magento 2 has several different ways to get these data. Here we are going explain more popular ways. Magento allows you to create and configure 6 different product types in the admin panel. To get current product details you need to use Registry. The current product in Magento 2 is stored to Magento registry, with the key current_product. The current product includes the following information: name, sku, final price, url and associated category ids. Use below code snippet to get the current product.

 

Use the below code in your block file.

<?php

namespace Mageefy\Custom\Block:

class BlockClass extends \Magento\Framework\View\Element\Template
{
    protected $registry;

    public function __construct(
        \Magento\Backend\Block\Template\Context $context,
        \Magento\Framework\Registry $registry,
        array $data = []
    )
    {
        $this->registry = $registry;
        parent::__construct($context, $data);
    }

    public function _prepareLayout()
    {
        return parent::_prepareLayout();
    }

    public function getCurrentProduct()
    {
        return $this->_registry->registry('current_product');
    }
}

?>

 

Call function in your .phtml file:

<?php
$currentProduct = $block->getCurrentProduct();
    echo $currentProduct->getId() . '<br />';
    echo $currentProduct->getName() . '<br />';
    echo $currentProduct->getSku() . '<br />';
    echo $currentProduct->getFinalPrice() . '<br />';
    echo $currentProduct->getProductUrl() . '<br />';
    print_r ($currentProduct->getCategoryIds()) . '<br />';    
?>

https://www.mageefy.com/blog/post/how-to-get-current-product-in-magento-2

Article source: https://article-realm.com/article/Arts-Entertainment/Celebrities/37427-How-to-Get-Current-Product-in-Magento-2.html

Comments

No comments have been left here yet. Be the first who will do it.
Safety

captchaPlease input letters you see on the image.
Click on image to redraw.

Reviews

Guest

Overall Rating:

Most Viewed Articles

Statistics

Members
Members: 16750
Publishing
Articles: 78,499
Categories: 202
Online
Active Users: 3477
Members: 17
Guests: 3460
Bots: 10746
Visits last 24h (live): 25314
Visits last 24h (bots): 40520

Latest Comments

seo agency
on Jul 28, 2026 about www sbcglobal net
Dear clients, rest assured your privacy is our top priority when you connect with us. Our trusted Escort agency in Nagpur guarantees complete privacy and security for every client. We prioritize...
on Jul 28, 2026 about The Best Option for an ED Solution
I regularly work with scanned documents, screenshots, and handwritten notes, and image-totext has made the process much easier. It extracts text quickly and accurately, saving me from typing...
on Jul 28, 2026 about www sbcglobal net
I enjoy keeping up with live sports and international news, so I've found photo-calltv to be a really useful resource. It brings together a wide selection of live TV channels in one place, making...
on Jul 28, 2026 about The Latest Online Business
I recently tried something different and was genuinely impressed. The whole experience felt classy and professional from start to finish. Meeting through Air hostess Delhi Escorts made...
What a helpful breakdown of creating an Uber for Trucks app! I like how you've highlighted key aspects like real-time tracking and load matching. It reminds me of when I collaborated with a...
I greatly appreciate this post about same-day payday loans! It's fantastic to see a clear debate about how they can provide  scratch games immediate aid during financial hardship. It's a...
Ragdoll Hit is a stickman fighting game that was developed using physics. In this game, you take control of a floppy ragdoll warrior and engage in one-on-one arena combat. Your movements include...
In Space Waves Unblocked, you have the ability to customise your projectile with a variety of ingredients that are readily available, such as different arrow shapes, glow or coloured trails, and...
Get ready to meet the Drift Boss ! If you come to this game, you can take part in the endless challenges it offers. This engaging game will impress and captivate you with its enjoyable vibes. 
on Jul 27, 2026 about Casing cementing process

Translate To: