Tutorial by Examples

$this->helper('checkout/url')->getCartUrl(); OR Mage::helper('checkout/url')->getCartUrl();
$this->helper('checkout/url')->getCheckoutUrl(); OR Mage::helper('checkout/url')->getCheckoutUrl();
$this->helper('customer/data')->getLoginUrl(); OR Mage::helper('customer/data')->getLoginUrl();
$this->helper('customer/data')->getLogoutUrl(); OR Mage::helper('customer/data')->getLogoutUrl();
$this->helper('customer/data')->getForgotPasswordUrl(); OR Mage::helper('customer/data')->getForgotPasswordUrl();
$this->helper('customer/data')->getAccountUrl(); OR Mage::helper('customer/data')->getAccountUrl();
To Retrieve URL path in STATIC BLOCK Or CMS pages To get SKIN URL {{skin url=’images/sampleimage.jpg’}} To get Media URL {{media url=’/sampleimage.jpg’}} To get Store URL {{store url=’mypage.html’}} To get Base URL {{base url=”}} TO Retrieve URL path in PHTML Not secure Skin URL &...

Page 1 of 1