Magento News

 

Get product ID in Admin Panel

How to get current product ID in Admin Panel / Catalog / Manage Products / Tab ?

enter image description here

I have a custom product tab and no idea how to get current product ID.

In frontend I would do something like this:

<?php $_product = $this->getProduct(); ?>
<?php echo $_product->getId() ?>

Get product ID in Admin Panel

Possibly Related Posts:


 

Leave a Reply