NOTE – this blog entry was written for the old version of the Alexa Skills Kit Developer Console – whilst the PHP server code still works some info and screen…Continue reading

NOTE – this blog entry was written for the old version of the Alexa Skills Kit Developer Console – whilst the PHP server code still works some info and screen…Continue reading
Over easter I dug out my old Raspberry Pi which had been gathering dust for the last couple of years and turned it into a headless internet radio player. The…Continue reading
I needed to do some simple Magento admin from my phone when I was away from the office, check orders, refresh caches etc. Using the full backend interface on an…Continue reading
If you are an online retailer in Germany using PayPal chances are you have or will be getting a call from PayPal encouraging you to migrate your PayPal payment methods…Continue reading
The Magento 1.9.2.1 release source code included the Magento Test Framework files. The Magento Test Framework (MTF) is a tool that can run automated functional tests, to assist in the development…Continue reading
Google PageSpeed is a family of tools by Google Inc, designed to help a website’s performance optimisations. Page speed is important for Magento customers, Google search and for SEO. The…Continue reading
In Magento you can get price data for a product with $this->getPriceHtml($_product, true). The boolean true also returns information for the lowest price of the product. For configurable and simple products…Continue reading
NOTE – this bug was patched in MAGE 1.9.2.1 If you upgraded Magento to version 1.9.2 to fix the recent (July 2015) security vulnerabilities your Magento shop now has a bug…Continue reading
Magento released a critical security patch bundle for Magento CE on July 7th 2015. At the same time Magento CE 1.9.2.0 was released which includes the security patch bundle. The…Continue reading
If you are using Webshopapps free Matrix Rates module the default module code uses the order value before discount. Most likely you will want to offer Free Shipping for orders with…Continue reading