skip to Main Content

update magento 2 version 2.3.5 to version 2.3.5-p2?

how to update magento 2 version 2.3.5 for 2.3.5-p2 ? I tried the following steps but it didn't work. composer require magento/product-community-edition=2.3.5 --no-update composer update php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento…

VIEW QUESTION

Magento 2: Call frontend template inside phtml

This code below is used to call the template from /app/code/ module. $gridHtml = $block->getLayout()->createBlock( 'MagentoFrameworkViewElementTemplate', 'custom_grid_new' )->setTemplate('Magento_CustomGrid::product/view/templates/grid.phtml') ->toHtml(); How to set the template from following path /app/design/frontend/Magento/luma/Custom_Grid/templates/grid1.phtml tried this above in above code, but is not working.

VIEW QUESTION

ComponentType Error When Clicking Edit Product in Magento 2.3.4

When clicking the edit product component type error showing magento 2.3.4 1 exception(s): Exception #0 (MagentoFrameworkExceptionLocalizedException): The "componentType" configuration parameter is required for the "price_per_unit" component. Exception #0 (MagentoFrameworkExceptionLocalizedException): The "componentType" configuration parameter is required for the "price_per_unit" component. #1…

VIEW QUESTION

Override _prepareSpecificInformation method of MagentoPaymentBlockInfoCc class

I want to override _prepareSpecificInformation method of the MagentoPaymentBlockInfoCc class This is Core class. vendor/magento/module-payment/Block/Info/Cc.php <?php namespace MagentoPaymentBlockInfo; /** * Credit card generic payment info * * @api * @since 100.0.2 */ class Cc extends MagentoPaymentBlockInfo { protected function _prepareSpecificInformation($transport…

VIEW QUESTION

Magento issues when saving Categories

I have some issues saving categories in Magento 2.3.5, when I click save after changing the SEO information (Meta Title, Meta description and Meta Keywords) gives me this error. Argument 1 passed to MagentoCatalogModelCategoryFileInfo::removeStorePath() must be of the type string,…

VIEW QUESTION

Invalid Templates files in magento2 during admin menu and route

1 exception(s): Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'Bss_CreateMenuBackend::helloworld.phtml' in module: 'Magento_Backend' block's name: 'content_schedule_block1' Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'Bss_CreateMenuBackend::helloworld.phtml' in module: 'Magento_Backend' block's name: 'content_schedule_block1' #1 MagentoFrameworkViewElementTemplate->_toHtml() called at [vendormagentomodule-backendBlockTemplate.php:129] #2 MagentoBackendBlockTemplate->_toHtml() called at [vendormagentoframeworkViewElementAbstractBlock.php:1097] #3 MagentoFrameworkViewElementAbstractBlock->MagentoFrameworkViewElement{closure}()…

VIEW QUESTION
Back To Top
Search