Friday, April 15, 2016

Get Store Code

    <p style="color:green;font-size:20px">
        <?php
        $storeCode = Mage::app()->getStore()->getCode();
        if($storeCode == 'french')
        {
            echo 'Hai, This is french store...';
        }
        ?>
    </p>