Skip to content

magento2.3

Auto Added by WPeMatico

Iframe not loading on a CMS page

We are trying to embed a Magento 2 website’s page on another Magento CMS page using iframe, but the iframe is not working. When I checked the browser console I found an error.

Magento 2.4.7-p3 Deprecate class ActionAction and constructor parent::__construct($context);

<?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); } /** *… Read More »Magento 2.4.7-p3 Deprecate class ActionAction and constructor parent::__construct($context);

Magento 2 Task “Update attributes for 2 selected products”: 1 item(s) are currently being updated.1 item(s) have been scheduled for update

Magento version 2.3.5 Does anyone know how to solve this? Cron is working fine I cross-check with indexing and when run this command – php bin/magento queue:consumers:start product_action_attribute.update then the problem is solved but it’s not a good way, again… Read More »Magento 2 Task “Update attributes for 2 selected products”: 1 item(s) are currently being updated.1 item(s) have been scheduled for update