I need to create some specific layout for category pages in Magento. The category page contains sections with product grids by subcategories for each of them For more clarity here is a mockup of this: Is there any way to display products in a similar way. In sections for each […]
Daily Archives: November 22, 2023
My web server is (Apache2 version 2.4.29 (Ubuntu) The operation system Server Ubuntu 18.04.4 LTS Host Provider private server: Digital Ocean I can log in to the root shell. I don’t use a control panel. certbot version 0.27.0 I am using Magento 2. I have set up Let’s Encrypt to […]
I have a question about a specific case with Adobe Commerce reminder email feature. I created a reminder rule that works well and send email reminder after a certain time the cart is abandoned. But what if the customer transforms the cart into an order and then creates a new […]
I changed the code of an existing store view from “at” to “es” and just activated it. I have already entered the translation file for Spanish —> es_ES.csv. When I try to enter inside the store I changed I see that the paths are wrong. I see that it still […]
After update to 2.4.6-p3 i see unnecessary HTML elements on the page, as if they were attributes. I has all custom modules completely disabled, and of course i haven’t forgotten about bin/magento se:up etc – the problem remains. This strange behavior has only been seen on one website. What could […]
I need some help with a build. The problem happens when both GPUs (RTX4090’s) are plugged in at the same time. When one is plugged in at a time, it works fine. Doesn’t matter which PCI slot. So I’ve eliminated the cards and motherboard slots as the issue. Below are […]
Is there some way to connect to a container, running inside WSL 2, using the keyword localhost instead of 127.0.0.1:port? To give more context, I have a Docker Compose to run a Microsoft SQL Server instance configured like this: services: sql-server: image: mcr.microsoft.com/mssql/server:2022-latest user: root ports: - "1433:1433" environment: ACCEPT_EULA: […]
I’m using a Debian (CutefishOS) PC currently, and I have one question. How do I restrict the amount of CPUs that QEMU can use with a command line parameter? My PC has 12 cores under Debian (actually 6 cores) and when I try to use QEMU, it uses all 12 […]
I have an smtp-server on java which I find rather slow. Tried other smtp servers for reference and found that postfix (cpp?) and samotop (rust) are even slower. I’m running smtp-servers on the same hardware (2core celeron, linux) rtt between client and server is 2ms, bandwidth is 1Gbps. testing command […]