by Alan Barber | Sep 29, 2018 | All
Deadlock Issues If you have a Magento 2.x installation, you may from time-to-time encounter a MySQL “Deadlock.” A Deadlock occurs when 2 or more MySQL connections run transactions that prevent one-another from completing. When this happens, MySQL picks one...
by Alan Barber | Jul 11, 2018 | All
The Issue If you have a Magento 2.x installation, you’ve probably noticed a really frustrating “feature” in the admin Create New Order screen. Everytime you change a payment method, address field, or product, the Shipping Method section automatically...
by Alan Barber | Jul 8, 2018 | All
If you’ve recently run a vulnerability scan or PCI scan on your Magento 1 or Magento 2 website, you’ve probably seen a vulnerability like this appear: Asynchronous JavaScript and Extensible Markup Language Request Crosssite Scripting Vulnerability ...
by Alan Barber | Mar 29, 2018 | All
This article and linked github provide a module which fixes a core bug in Magento 2.1.x and 2.2.x Open Source. This bug causes the “Use Default Value” checkboxes to become unchecked when editing a product at the store view level. Click here to view the...
by Alan Barber | Feb 21, 2018 | All
Using Magento 2.1.x with the Braintree PayPal Express feature can cause a glitch with the user’s shipping address. The result of the bug is: User navigates to PayPal Express from the Cart Page User selects a shipping address associated to their PayPal Account...