A few years ago, we wrote a module that would monitor checkout activity ( article) on checkouts and then apply certain business rules based on observations (ie: ban the session after x attempts of a credit card checkout). Another fit of fraudulent activity has started, but for some reason it […]
Read More
We had a spare product that we used in a previous bundle for a sale, but had lost track of it. We wrote a quick and dirty script, to parse through all of our bundles, to find if that product still exists in the bundle.
Read More
While working on a new Magento 2 site, we were trying to customized a menu item to display the current number of items in a user shopping cart, dynamically. For some reason the code was working properly and then suddenly stopped when we added a new patch. The error we […]
Read More
We recently had a fun project. We needed a quick and efficient method of printing off massive amounts of invoices automatically after long weekends.
Read More
Due to increased BRAM Mastercard Requirements, a Magento customer recently came to us with a request to build a system that verifies the age of a customer after they have purchased a product falling within a specific category of products.
Read More
Every once in a while, we run into an issue where the checkout process either stalls or redirects back to the main checkout screen, when adding a significant amount of products to the cart. There are a whole host of issues that can cause this, but the most tedious process […]
Read More
UPDATE: 10/19/16. It also breaks your attribute editing in some instances: http://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons app/design/adminhtml/default/default/template/media/uploader.phtml To fix the product image upload button not loaded in Magento CE 1.9.2.1, I had to add ‘ character in maxUploadFileSizeInBytes value. Change var maxUploadFileSizeInBytes = <!–?php echo $this->getDataMaxSizeInBytes() ?–>; To var maxUploadFileSizeInBytes = […]
Read More
We were again a proud sponsor of the Harleysville Football Club. Last weekend under near hell-like heat conditions, our team, the Columbus Crew, battled through all of the clubs toughest teams and took third place in their final tournament. Great tournament and an end to a fantastic season. Till next […]
Read More
Self signing certificates and MySQL never seem to work the same way each time you set them up on dev servers (maybe we are just cursed). Nothing is more frustrating then trying to connect to an SSL server and getting the dreaded “ERROR [HY000] Unknown Error”. Its like an error […]
Read More
Just a quick tip, but recently we stumbled into a strange situation, when having added our WordPress blog to Varnish, the visual tab went missing in the WP Admin. This seems like a common issue and we tried every fix we found on the web, but to no avail. We […]
Read More