To add condition based on the Current URL"s

<?php
$baseUrl=Mage::getBaseUrl();
$currentUrl = Mage::helper('core/url')->getCurrentUrl();
$a=$baseUrl."checkout/onepage/success/";


if ($currentUrl == $a)
{
?>


<?php

}

?>

Comments

Popular Posts

Magmi Single and Multiple Category Importer