skip to Main Content

How to add Block into another one – Magento 2

what's up! I need a little help. I am trying to create some blocks usign the code below: <referenceContainer name="content"> <block class="GysaQuotesBlockAdminhtmlQuotesEdit" name="quotes_quotes_edit" template="Gysa_Quotes::quote/create/form.phtml"> <block class="GysaQuotesBlockAdminhtmlQuotesEditProducts" template="Gysa_Quotes::quote/create/products.phtml" name="quotes_quotes_edit_products" /> </block> </referenceContainer> But the block "quotes_quotes_edit_products" doens't showing up. I have…

VIEW QUESTION
Back To Top
Search