Even though things might be uncertain for the country’s economy, Fulcrum Digital’s CEO, Dhana Kumarasamy, said that his company believes… Continue reading on Medium »
Monthly Archives: April 2025
I’m experiencing an issue where the CollectRates() method in my custom shipping module is being triggered multiple times. Based on slow log analysis, this method is called repeatedly, which is causing performance issues. Questions: Can CollectRates() be triggered every time a product is added to the cart? Can CollectRates() be […]
I have a good working bash script under Linux for creating PFX certificates. But the PKI is a Windows-server, so I always have to copy between Linux and Windows machine. I’d like to do all tasks in one script on the Windows-server with openssl. This basically works, but the created […]
My initial thought was: “Ah yes! This is gonna be simple! To not corrupt my folders and their contents up (Which I feel like that would happen if I used fsutil.exe on a folder with stuff inside.), I will take everything out, and then run — fsutil.exe file setCaseSensitiveInfo “C:My […]
=TEXTJOIN(",",TRUE,IF($D$2:$I$87=M2,$A$2:$A$87,"")) The information being pulled is Dates, unfortunately it keeps pulling the dates as Numbers , I have tried the Text and “dd/mm/yyyy” but im not sure where to put it into the formula, ive tried a couple of locations , but i just get you have entered too many […]
I have an ASUS RT-AX58U configured with two VPN Fusion servers, one that routes to a VPN, and the default which routes directly to the provider’s Internet service. I also have a guest network configured on the router so that there are two ssids. Is there a way to route […]
I am trying to build an aarch64 cross compiler for my Ubuntu 20.04 system. I am running into an issue after configuring and trying to build the toolchain. The source I am using is https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz ./configure --target=aarch64-linux-gnu --prefix=/usr/local make -j4 Normally when there is some unmet dependency it is obvious […]
Hi does anyone know how Magento advanced reporting works out the revenue on the advanced analytics reports? their results is very different to what I have. I have tried to calculate net and gross revenue via the data which comes from report > sales> orders and show actual values. when […]