I would like to set billing and shipping address from my custom page (only for guest customers).My checkout page has been changed and overrided and the shipping and payment steps are changed(no longer /#shipment and /#payment URls : only /checkout). I have already created my form and my controller under […]
Blog
I’ve recently met this error “the processor does not support xsave. this virtual machine cannot be powered” on VMWare while trying to run my Ubuntu on my 32bit PC I have tried First to download an old ISO version Ubuntu 17 and uneblaed Hyper-V and restart the pc but it […]
Recently i’ve got a secondary machine (desktop), that i will use plugged in the same monitor of my work machine : work machine on HDMI, secondary machine on Displayport. It works but problem is, when i switch from Displayport to HDMI, and go back to Displayport, no signal is shown […]
Issue: I want to edit an existing Word template *.dotx file, and I am unable to. What I did: I created a *.dotx file by right-clicking on “This Document’s Style Set” in the Design tab > Save > Save as Type > Word Templates ( *.dotx) Note: I did it […]
I configured OpenSSL through its openssl.cnf file to copy subjectAltName from the email, e.i., subjectAltName = email:copy. Yet, when I come to sign the CSR, I see that the subject alternative name field is empty, as shown bellow: X509v3 Subject Alternative Name: <EMPTY> The other thing that I noticed is […]
In some cases I really like the comments that some users do here… so I assuming that this users have a knowledge that I want to pay to learn a little bit more and contact him to help me in some cases… So, my question is: how can I contact […]
Discover essential accessibility best practices for Single Page Applications (SPAs) to ensure dynamic content, focus management, and navigation are user-friendly for everyone. Continue reading Accessibility Best Practices for Single Page Applications (SPAs) on SitePoint.
What would be the steps to safely downgrade the database of an Adobe Commerce project to Open Source?
A while ago I successfully hid the checkmo payment method from frontend only by setting the variable canUseCheckout to false via preference: -- V/M/etc/di.xml <preference for="MagentoOfflinePaymentsModelCheckmo" type="VMModelCheckmo" /> -- V/M/Model/Checkmo.php class Checkmo extends MagentoOfflinePaymentsModelCheckmo { protected $_canUseInternal = true; protected $_canUseCheckout = false; } This has always worked fine until […]