Broken layout XML files after installing Magento 2.4.6 on Ubuntu 22.04 Nginx, PHP 8.1. domain: kiqlik.com Looks all good in the front… /var/www/html/2.4.6-p2$ cd /var/www/html/2.4.6-p2/var/log deborah@webserver-magento-poc:/var/www/html/2.4.6-p2/var/log$ tail -f system.log [2023-11-24T22:32:49.257513+00:00] main.INFO: Broken reference: the 'page.actions.toolbar' tries to reorder itself towards '', but their parents are different: 'page.main.actions' and '' respectively. […]
Magento
In Magento 2.4.5, the shop “lost” somehow some associations from configurable to simple product. These simple products are no longer associated with their parent configurable product. The share the same SKU prefix. I can find them with “Add Products Manually” and filtering for the parent SKU and associate them again […]
I am working on upgrading a bit older Magento site (version 2.4.2 to 2.4.6) hosted in AWS. I began it as a series of incremental upgrade through versions and subversions to avoid dependency version gaps. I upgraded up to 2.4.2-p2 . When I tried to upgrade from 2.4.2-p2 to 2.4.3, […]
My Configurable product have some simple product which are out of stock when a swatch is clicked some swatches got disabled i just want to disable the swatch if pair does not exist i want to show the show if product is out of stock and swatch is enable not […]
So, I have set up a payment method (Leasing) – when chosen, you have the choice between different leasing providers. It is working so far, as the providers are shown in the checkout, I can click them and “order”. But I failed to make those radio buttons to be required […]
I have the following problem: In the checkout the order total is incorrect, as the total price of the items and the shipping costs are subtracted from the total taxes. All products include taxes. This is our tax configuration:
I have a lot of images that I have moved onto the server in pub/media. However none of them appear when you try and insert them through the Magento admin WYSIWYG editor. I believe this is because the table media_gallery_asset is blank. Is there anyway to regenerate this table with […]
I’ve been having trouble finding documentation to implement a custom payment method. The flow needs to be like this: User selects [custom payment method] on the checkout page. Order is placed. afterOrderPlaced should check if [custom payment method] was used and make a request to an external API with order […]