I want to add a new landing page between cart and checkout page of Magento. I succeeded in adding a new phtml file with the help of controller function.
public function linkAction() {
echo $this->getLayout()->createBlock('core/template')->setTemplate('vatexempt/checkout/onepage/vatexempt.phtml')->toHtml();
}
But I am facing a weird issue, I am not getting header and footer in this template file.