InterviewSolution
Saved Bookmarks
| 1. |
How we can get current url in Magento? |
|
Answer» To retrieve the CURRENT URL PATH in Magento, use the below-given syntax at first.Example $currentUrl = Mage::helper('core/url')->getCurrentUrl(); |
|