I just upgraded from Magento 2.3.6 to 2.4.3 near the end of the installation I recviced this error: Does anyone know why I get this error? What does it mean? We do have MSI disabled in case that has
Magento
With Magento ver. 2.3.2 I get errors regarding a custom theme: 1 exception(s): Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'ComSpirit_ThemeOptions::preloades-style.phtml' in module: 'ComSpirit_ThemeOptions' block's name: 'preloader.options.styles' Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: 'ComSpirit_ThemeOptions::preloades-style.phtml' in module: 'ComSpirit_ThemeOptions' block's name: 'preloader.options.styles' <pre>#1 ComSpiritThemeOptionsBlockViewStylesInterceptor->fetchView() called at [vendor/magento/framework/View/Element/Template.php:305] The template file exists and is […]
We are a wholesale business and would like to connect Magento 2 with Salesforce to have a 2-way synchronisation. We’re currently having issues finding a suitable and cost effective API connection that will sync both ways. We’ve looked into Magenest (only offers x1 way sync) and Zapier which seems to […]
I work for a tech company that sell hardware and software. Currently if you order software it will email you a link. Most customers once they order the software claim they do not receive any emails. most of the time the email is in the users spam folder. To avoid […]
I am trying to disable cache for specific block, Have used below code. appcodeVendorModuleviewfrontendlayoutdefault.xml <referenceContainer name="header.panel"> <block class="VendorModuleBlockIndex" name="custom_block" template="html/custom.phtml"/> </referenceContainer> appcodeVendorModuleBlockIndex.php <?php namespace VendorModuleBlock; class Index extends MagentoFrameworkViewElementTemplate { public function __construct( MagentoFrameworkViewElementTemplateContext $context array $data = [] ) { parent::__construct($context, $data); $this->_isScopePrivate = false; } public function getCacheLifetime() […]
When a customer is logged in, there’s an account dropdown in top.links. I’m trying to move that dropdown to the mail porto_header so that the dropdown appears when I click on the icon circled in the image
Instead of overwriting an HTML file in a core or 3rd party vendor/module via app/code, could you do it from another vendor/module via mapping in require.js?
I am using Magento 2.3.5-p2 I am adding a Google Tag Manager integration code at the Catalog Search, thus this requires me to modify the catalogsearch_result_index.xml and add a new .phtml file which I called it gtm_body.phtml this file will contain the GTM code integration here is the code that […]
I am having a website abc.com and cad.com and 2 websites with API but during checkout the products should merge from both websites all cart products from abc.com and cad.com should merge and visible to customer,How is that possible? I have set Share Customer Account = Global in Stores->Configuration->Customer Configuration->Account […]