Magento 2 show wrong title for every module on website, example module warranty and payment (Create new customer account). It show for title path vendor/magento/module-theme/view/frontend/templates/html/title.phtml
How i can solve this problem?
Magento 2 show wrong title for every module on website, example module warranty and payment (Create new customer account). It show for title path vendor/magento/module-theme/view/frontend/templates/html/title.phtml
How i can solve this problem?
2
Answers
Fixed setting the title in my custom modules, at VendorModuleControllerIndex, per example.
Check that you don’t have an extension adding a block into the customer area that extends from the MagentoSalesBlockOrderHistory block. This block sets the page title in the constructor. I have seen an extension that did this and several account sections then had the page title of “My Orders”.