We are using PWA Venia Theme. BUY NOW button is not clickable in PLP Page . but it’s working in PDP Page , src/components/Gallery – item.js Full code for Item.js : https://pastebin.com/x3ri4BE8 const addButton = customOptions && customOptions.length > 0 ? ( <a id="productFullDetail.addItemToCart1" target={'_blank'} class="w-full text-xs tracking-[2.4px] h-[38px] text-[0.7rem]" […]
Daily Archives: January 18, 2024
I need products that are out of stock (!$_product->isSaleable()) to be displayed at the end of the category list in the catalog (frontend part) Magento v 2.4.2
I’m still finding my feet both in Magento and Docker. Can anyone suggest how I can password protect a whole Magento site running within Docker? I understand the best/easiest way to do this is to modify the .htaccess file – but I’m confused as to which one / in which […]
I want to know how many crons of the same group are run parallel in Magento 2. As we have too many crons our cron execution is failing and missed execution. We have already 11 to 12 different groups other than the default cron group. We are facing an issue […]
I’ve encountered a recurring error in my Magento 2.4.5-p5 installation, and it’s logged in the system.log file. The error message is as follows: [2024-01-17T11:57:04.901592+00:00] main.ERROR: {"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:352] [bool] failed to parse field [must]"}],"type":"x_content_parse_exception","reason":"[1:352] [script_score] failed to parse field [query]","caused_by":{"type":"x_content_parse_exception","reason":"[1:352] [bool] failed to parse field [must]","caused_by":{"type":"illegal_state_exception","reason":"expected value but got [START_ARRAY]"}}},"status":400} [] [] […]
I have a /28 network and I’d like to add a single IP (/32 network). On my Debian machine this looks like: auto eth0 iface eth0 inet static address 192.0.2.212/28 gateway 192.0.2.209 iface eth0 inet static address 192.0.2.175/32 Then, on the router (192.0.2.209/28) I have a static route: “route 192.0.2.175/32 […]
I was using my laptop (an Asus X415j that originally came with a Linux distro whose name I can’t remember) but installed Windows 11 for work. Last week I also needed to install Ubuntu for work to test a project. And these days I’ve tried to install Windows 11 again […]
I am confused with different results of different tools here is what speed-test.net tells London, UK 87.48 ms 0.0% 404.94 Mbps 931.82 Mbps M247 Ltd - London Manchester, UK 114.50 ms N/A 58.52 Mbps 553.54 Mbps Vodafone UK - Manchester Dublin, IE 98.51 ms 0.0% 2486.52 Mbps 808.76 Mbps Three […]
I have noticed that ffmpeg sometimes writes invalid PTS timestamps when using -t on a M2TS input. Is this my mistake or is it a bug in ffmpeg? Steps to reproduce: Download this M2TS file and save it as 1.m2ts. This file contains one video stream with 25 fps (that […]