Skip to content

Instantly share code, notes, and snippets.

@wcodex
Created October 3, 2013 05:08
Show Gist options
  • Save wcodex/6805266 to your computer and use it in GitHub Desktop.
Save wcodex/6805266 to your computer and use it in GitHub Desktop.
Top linkes URL in Magento
//link for my account
<?php echo $this->getUrl('customer/account')?>">
//wishlist URL
<?php echo $this->getUrl('wishlist/links')?>">
//My cart URL
<?php echo $this->getUrl('checkout/cart')?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment