$product = Mage::registry('current_product'); if ($product) //sometimes need check for instanse, use instanseof { $product->getSku(); }