How to get current product id in magento. Blow code will display currently loaded product id..
If above code not working then try below code..
<!-- Magento Current Product Id --> <?php $current_product_id = $this->getProduct()->getId(); ?>
If above code not working then try below code..
<!-- Magento Current Product Id --> <?php $current_product_id = Mage::registry('current_product')->getId(); ?>
EmoticonEmoticon