Magento WordPress (MWI) Session Error Fix
Here at Cadence Labs, we’ve done a number of Magento-WordPress integrations using the MWI plugin (see our full article here: https://www.cadence-labs.com/2015/02/use-magento-theme-wordpress/ ). One error we run into with more complex builds is: PHP Fatal error:...
Magento Homepage Redirect / Install Redirect Bug
I wanted to get a brief article out on this nasty bug, which has affected a few of our clients. The bug manifests in the following way: Requests will “randomly” redirect the user to the homepage Upon further inspection, you will see headers like: 302...
How to audit a Magento site for upgrades or custom functionality
Here at Cadence Labs, whenever we on-board a new client, the first thing we do is audit their Magento source code. This helps us provide our clients with security recommendations and accurate estimates for future projects or upgrades. If you are interested in having...Magento 2: Generate Large Number of SKUs / Products
Magento doesn’t provide an easy way to generate a large number of SKUs. I wanted to post a (primitive) script I created based off Ryan Anthony’s Magento 1 Gist. This script is useful for benchmarking performance or testing features that might be affected by a large catalog.
7 Things You Need to Know About PHP 7
In honor of PHP’s 7th iteration, we’ve compiled 7 of the top things you should know about the newest version.