My exception log in magento 2.4.7-p3 if full of: main.CRITICAL: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in /home/public_html/vendor/magento/framework/View/Element/UiComponent/Config/DomMerger.php:322 I understand that in an xml file there is space at first line. So I tried with: find my/path/ -type f -empty like adviced in this question but it […]
Magento2
I’m facing an issue with my Magento 2 store when adjusting the number of items per page in search results. I have a search that returns 16 items. The initial items-per-page setting is 12, so there are two pages of results. When I navigate to the second page and then […]
We are currently using Quickbooks, Wholesale and Manufacturing, a desktop version, and we need to upgrade and are looking at Quickbooks online version. Does Magento 2 integrate with Quickbooks online, and/or do we need a plug in/extension to make it integrate? OR, do you have a better suggestion than Quickbooks? […]
I’m creating a module which is called post-purchase upsell. In this module, as a final step, I need to charge an amount. For that, I need to load all available payment methods the same as checkout does https://prnt.sc/vsFunEkjlN_i. So, I can use direct payment services on the custom module page.
I’m new in using Magento. Ok, I use Mage-OS. All is very difficult and sometimes no way to found a valide answer for questions. So I’m happy to find these forum and hope of your help. I want to install the german-language-pack https://commercemarketplace.adobe.com/wilma-digital-magento2-informal-de-de.html but don’t know about the verification. I […]
<?php declare(strict_types=1); namespace ModuleCoordControllerIndex; class Index extends MagentoFrameworkAppActionAction { protected $resultPageFactory; /** * Constructor * * @param MagentoFrameworkAppActionContext $context * @param MagentoFrameworkViewResultPageFactory $resultPageFactory */ public function __construct( MagentoFrameworkAppActionContext $context, MagentoFrameworkViewResultPageFactory $resultPageFactory ) { $this->resultPageFactory = $resultPageFactory; parent::__construct($context); } /** * Execute view action * * @return MagentoFrameworkControllerResultInterface */ public function […]
Old Code: <?php /** * Copyright © All rights reserved. * See COPYING.txt for license details. */ namespace ModuleCoordCron; class GenerateShipping { protected PsrLogLoggerInterface $logger; /** * @var ModuleCoordModelShipmentGeneration */ private ModuleCoordModelShipmentGeneration $shipment; /** * Constructor * * @param PsrLogLoggerInterface $logger * @param ModuleCoordModelShipmentGeneration $shipmentGeneration */ public function __construct( PsrLogLoggerInterface […]
I am having grouped product on my projects When I go the category from the category bar it shows the correct stock status. but When I go with the catalog search it always shows the out of stock for the all products . Here is my template I checked when […]
Adobe has released security patches to address the “Cosmicsting” vulnerability. These patches are only available for the following versions: My question is: if I want to apply this patch on Magento Open Source 2.4.0, where can I find the official patch for that?