yesterday I was in Admin Painel of Magento, but today when I tried to access it again, it says “An error has happened during application run. See exception log for details.” I tried to setup:upgrade but I can’t run any command in the terminal it says: Class “Swissup CoreHelperComponent” not […]
Magento
I want to change the billing address drop down to radio button on checkout page. Please help me, I tried but its not working I am not good in ko js as well. Thank you
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 […]
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 […]
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 barely new to Magento2 and Magento in general. The version I’m using is —-> 2.4.3-p1 I’m facing this issue: when I add a new Address in checkout page, it doesn’t show the Region/State field, but just the city. I don’t know why this is happening, also if I try […]
Thanks for the support… I uploaded a theme update to Magento 2, and run all the commands needed (Please find them below), but I’m still getting “500 Internal Server Error error”. And when I checked logs in “public_html/var/log/exception.log” I see the error [2021-12-14 08:46:23] main.CRITICAL: Class MagentoFrameworkAppHttpInterceptor does not exist […]