<?php echo $currUrl= $this->getUrl('').$_SERVER['REQUEST_URI'];?>
You can also use the folllowing magento features to get current page Url.
echo $this->helper('core/url')->getCurrentUrl();
No comments:
Post a Comment