I'm using Magento.
I want display and call one phtml
file as a link in another phtml
file…
I have the new.phtml
file on the home page. On that I put one link CHECK ALL which display all new products as category page.. It looks like category page. For that I create another phtml
file named newproductpage.phtml
which has same code of new.phtml
. Now I try to call this newproductpage.phtml
file @homepage as CHECK ALL link for that I write this code....
<a href="<?php echo $this->getUr('newproductpage.phtml')?>">CHECK ALL</a>
But its not working....
thnx..
you call newproductpage.phtml in any phtml file using below code
<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('custom/newproductpage.phtml')->toHtml(); ?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With