hey Guys,
Im trying to create a custom tab on :
<block class="My\MyModule\Block\Perguntas" name="tab.tab" template="My_MyModule::extra_tab.phtml" group="detailed_info" >
but Im having the fallowing error:
Invalid template file: 'My_MyModule::extra_tab.phtml' in module: 'My_MyModule' block's name: 'tab.tab'
Hi @AlexMesquita,
Which is the the path of the file extra_tab.phtml?
Can you share a screnshot of yoru module structure and files?
Make sure for your module has extra_tab.phtml file at below location,
app/code/My/MyModule/view/frontend/templates/extra_tab.phtml
Please let me know if you have still issue arise for template not found in your custom module.