I got two laptops of the same make and model, laptop Alpha and laptop Beta. Alpha runs a LUKS encrypted LVM of linux and is partitioned into three parts: Grub, swap, and the encrypted drive. It’s been running great for about 4 years. The problem is I use Alpha so […]
Yearly Archives: 2022
Gentlemen, in my table I have a column CC (Number of Contracts), and another column “DATE” with the dates of each contract, but I want to make a comparison (Something like a PROCV in Excel), where I check in my column CC if have the same contract numbers as the […]
I returned home to my PC not booting correctly (Blank screen with blinking line). I assume the Desktop environment wasn’t loading correctly. No problem, I thought since I take daily snapshots using Timeshift. I reverted to yesterday evening and PopOS booted correctly. When I tried to startup my VM however, […]
Web scraping is a developer superpower, but it’s getting harder. Bright Data makes scraping easier, reliable, and practical. Continue reading Sophisticated Web Scraping with Bright Data on SitePoint.
I have been trying to configure Elasticsearch in the Magento installation for a few days but I can’t get it to work completely, I see it close but there is always something that fails. I installed Magento disabling this module but now I want to do it right and enable […]
I am facing one issue when I enable merge JS see below details. I have one JavaScript which is adding button into the webpage, this script is working fine with default loading of the JavaScript but when I enable merge JS and set production mode then this JS is only […]
Output { "response_code": "success", "response_message": "unique cart url created successfully", "response_data": { "cart_url": "http://local.trace.com/checkout/cart/" } } If i click on above cart url, it should take me to cart page with cart products
Magento 2.4-p1 Smartwave Porto 13 Amasty extensions I am having terrible problems with extensions from Amasty. Now I need to untick/uncheck the ‘Billing address is same as Shipping address’ and I can’t do that due to Amasty’s extensions changed the check-out (namely the One-Step-checkout extension which we have disabled but […]
I am working on shipping module where i need to fetch quote subtotal in both area frontend as well as admin order create. I am using MagentoCheckoutModelSession to get the quote subtotal but when i try to check in admin no value return for quote. Also tried MagentoQuoteModelQuote method getBaseSubTotal […]