<?xml version="1.0"?>
<layout version="0.1.0">
<default>
<reference name="left">
<block name="customer_test_left" type="core/template" template="customer/form/test.phtml" />
</reference>
</default>
</layout>
under app\design\frontend\default\awesome\layout\local.xml
and
<?php echo "Hello World" ?>
under app\design\frontend\default\awesome\template\customer\form\test.phtml
Now the block is not showing in any page under left column
Could any one please help me...
awesomeinSystem->Configuration->Design. And clear the cache. – Marius Mar 12 '14 at 09:19awesomeor only theme? If only theme, remove it use default OR set layout to awesome too! – Fabian Blechschmidt Mar 12 '14 at 09:22asattribute to the block but I don't think that's the issue.<block name="customer_test_left" as="customer_test_left" type="core/template" template="customer/form/test.phtml" />– Marius Mar 12 '14 at 09:29<h1><?php echo $this->__('this is test') ?> </h1>inside your phtml file and check for luck. It may solve your problem. – Rajeev K Tomy Mar 13 '14 at 01:58