Yearly Archives: 2020
I just installed a new theme, and as soon as I go to the front-end I get this exception: 1 exception(s): Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'Magento_Theme::newletter-popup.phtml' in module: '' block's name: 'home.script' Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'Magento_Theme::newletter-popup.phtml' in module: '' block's name: 'home.script' #1 MagentoFrameworkViewElementTemplate->_toHtml() called […]
Title self esplicative, but when I perform the join, then add field to select then make the expression I get an error. $this->getCollection()->getSelect() ->joinLeft( [ "transaction" => $this->getCollection()->getTable("transaction_table") ], "(transaction.supplier_id = main_table.supplier_id)", [ 'transaction_id' => 'entity_id', 'amount' => 'amount', 'date' => 'date' ] ) ->joinInner( [ 'supplier' => $this->getCollection()->getTable('supplier_table') ], […]