Monday, July 16, 2012

Magento:: current url, category, product


   >>   mage::helper('core/url')->getCurrentUrl(); 

         //  It will show the current url     

   >>   mage::helper('core/url')->getHomeUrl();   

        //  It will show the home url    

   >> Current category ::
         $cat = Mage::registry('current_category');
         echo $cat->getName();

  >> Current Product ::
         $_product = Mage::registry('current_product');
       

                     ***********         Good Luck        **********

No comments:

Post a Comment