Skip to content

Instantly share code, notes, and snippets.

View hhirsch's full-sized avatar
:octocat:
Coding

Henry Hirsch hhirsch

:octocat:
Coding
  • Germany
View GitHub Profile
@thagxt
thagxt / Magento How to get the customer login, logout, register and checkout urls.php
Created April 23, 2014 12:10
Magento How to get the customer login, logout, register and checkout urls
login url
<?php echo Mage::getUrl('customer/account/login'); ?>
logout url
<?php echo Mage::getUrl('customer/account/logout'); ?>
My Account url
<?php echo Mage::getUrl('customer/account'); ?>
Register url