Answers for "How To Call phtml File In Another phtml File In Magento 2"

0

How To Call phtml File In Another phtml File In Magento 2

<?php echo $this->getLayout()->createBlock("Magento\Framework\View\Element\Template")->setTemplate("Magestore_Webpos::login.phtml")->toHtml() ?>
Posted by: Guest on October-26-2021
0

How To Call phtml File In Another phtml File In Magento 2

<?php echo $this->getLayout()->createBlock("Magento\Framework\View\Element\Template")->setTemplate("Magestore_Webpos::login.phtml")->toHtml() ?>
Posted by: Guest on October-26-2021

Code answers related to "How To Call phtml File In Another phtml File In Magento 2"

Browse Popular Code Answers by Language