Created
October 3, 2013 05:08
-
-
Save wcodex/6805266 to your computer and use it in GitHub Desktop.
Top linkes URL in Magento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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