How to include a phtml file in Magento 2
Use the following code to include a phtml file via the type=“core/template” block in Magento 2: Continue Reading
Use the following code to include a phtml file via the type=“core/template” block in Magento 2: Continue Reading
Integration of new solutions into different systems can become a headache without the knowledge of correct debugging. In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading