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

adding a new theme in magento2

i have uploaded the files of the new theme bought from https://themeforest.net/user/codazon . But don't know where to move each individual files to the correct directories in order to add this new theme. Below is the files inside the new…

VIEW QUESTION
Back To Top
Search