Place order button is missing in the checkout
I don’t know how did that happened but I’m using onepagecheckout Website: https://femascu.net/ Product to add to cart: https://femascu.net/femascu-leather-watch-8401.html
I don’t know how did that happened but I’m using onepagecheckout Website: https://femascu.net/ Product to add to cart: https://femascu.net/femascu-leather-watch-8401.html
I want to display the error notice when a specific rule match when we edit the customer informations on backend. I tried with default Exception class or Magento specific but it show the error as text page instead of the… Read More »Display error notice instead of Exception text default for Customer edition
I installed PWA metapackage as I read it was necessary for PWA versions later than 12.1.0. But I am still getting error on the PWA frontend i.e. Cannot query field “errors” on type “CartItemInterface”. I think errors dosn’t exist on… Read More »Error with PWA 12.7.0 on Magento 2.4.3
syntax error, unexpected token “match”, expecting variable#0 /httpdocs/tienda/vendor/composer/ClassLoader.php(432): ComposerAutoloadClassLoader::ComposerAutoload{closure}() #1 [internal function]: ComposerAutoloadClassLoader->loadClass() #2 /httpdocs/tienda/vendor/magento/framework/ObjectManager/Relations/Runtime.php(38): class_exists() #3 /httpdocs/tienda/vendor/magento/framework/Interception/Config/Config.php(157): MagentoFrameworkObjectManagerRelationsRuntime->has() #4 /httpdocs/tienda/vendor/magento/framework/Interception/Config/Config.php(180): MagentoFrameworkInterceptionConfigConfig->_inheritInterception() #5 /httpdocs/tienda/vendor/magento/framework/Interception/Config/Config.php(213): MagentoFrameworkInterceptionConfigConfig->hasPlugins() #6 /httpdocs/tienda/vendor/magento/framework/Interception/Config/Config.php(190): MagentoFrameworkInterceptionConfigConfig->generateIntercepted() #7 /httpdocs/tienda/vendor/magento/framework/Interception/Config/Config.php(122): MagentoFrameworkInterceptionConfigConfig->initializeUncompiled() #8 /httpdocs/tienda/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(121): MagentoFrameworkInterceptionConfigConfig->__construct() #9 /httpdocs/tienda/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(66): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #10 /httpdocs/tienda/vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create()… Read More »Error after upgrading Magento 2.4.3 to 2.4.5 match
When I add the product to the cart and go to the checkout page then sometimes it redirects to my account page with the below error message in the log file: {“message”:”Warning: session_start(): Failed to read session data: user (path:)… Read More »Error Message: session_start(): Failed to read session data: user (path: ) in checkout page
Images that come from pagebuilder are not visible. Style display none is applied to images by lazyload (even though images are configured not to lazy load as per attachment) They load perfectly in html pages
We are using Magento 2.4.5-p1 and PHP 8.1 versions. When we are running upgrade commands getting an issue of – Error flushing Varnish server. Host: “127.0.0.1”. PURGE response code: 501 message: Not Implemented Does Anyone know how to resolve this… Read More »Magento 2.4 Error flushing Varnish server. Host: “127.0.0.1”. PURGE response code: 501 message: Not Implemented
I’m trying to update the price for configurable product programmatically. But the price is not updating. Also I’m getting integrity constrain error when the sku is not assigned. if($proType == ‘configurable’) { $conf_product = $this->productRepository->get($sku); //echo $conf_product->getId(); exit; $conf_product =… Read More »Update price progrmmatically
It works fine in registration page, but doesn’t work for login of registered users
Now in the search bar products and categories are displayed. In the product and category header, I show the See All button that redirects to all related products and categories. I want to show the related items count in the… Read More »Show Related Quantity of Products and Categories in the Search Bar