I just can’t seem to wrap my head around this with my checkout and payment processing not working. I’m running Magento 2.4.7 and my store runs well. I can view, choose and add products to my cart. If I try to go to my checkout, the page processes endlessly and […]
Monthly Archives: April 2024
My Setup: In my home setup, I have 3 NICs one that is connected to the internet (enp1s0), The other two forward internet access to local devices (enp2s0 & enp3s0). PC1 is connected to enp2s0 with IP Address (10.10.10.2/24). PC2 is connected to enp3s0 with IP Address (10.10.20.2/24). Note that […]
I’m trying to have a docker container, install some development-related tools in it, and use it to develop my software (using vscode’s remote development features). I’ll later be able to do docker start my-flutter-dev-container and then docker attach to go back to this. In my case, I use Fedora, but […]
I have a script that requires FFMPEG but I cant seem to get it working on my Centos 7 server the script gives the following error: ffmpeg version 2.8.15 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-36) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 […]
I’ll explain the situation So yesterday I got a blue screen of dead, with the error code UNEXPECTED_STORE_EXCEPTION. I tried to look online for quite a bit but I can’t seem to find a solution, even YouTube videos are pretty much useless. The only thing I can do from the […]
My ip keeps changing and I have no VPN plus this never happened before. A few days back I uploaded a bunch of documents left and right since I registered to Microworkers now this. What to do?
We have the following module in the vendor extending html vendor/GB/module-payment view/frontend/requirejs-config.js const config = { config: { mixins: { 'VndorPayment_Magento2/js/view/payment/method-renderer/cc': { 'GB_Payment/js/view/payment/method-renderer/cc-mixin': true }, in js js/view/payment/method-renderer/cc-mixin define([], function () { 'use strict'; return function (CreditCard) { return CreditCard.extend({ defaults: { template: 'GB_Payment/payment/cc' } }); }; }); view/frontend/web/template/payment/cc.html ... […]
I’m working on a Magento 2 project where I need to display custom reports under the order grid on the Sales Orders page. Specifically, I want to show the following fields: Total (totals sum) Subtotal (subtotals sum) Shipping (shipping sum) VAT (VAT sum) Quantity (quantities sum) Number of Orders Number […]