2015

Magento Extension Roundup - November 2015

In this Magento extension round-up, we quickly review some of the free extensions that were released in November, including developer tools, Magento 2 code migration, and an expanded flat rate shipping method. DebugErrors by Fabian Schmengler Working on any reasonably complex Magento site, you may have run into issues where templates have been incorrectly referenced, symlink support hasn't been enabled, the files haven't been added yet or had some other issue which prevents them being found. Read more →

Magento Extension Roundup - October 2015

In this Magento extension round-up, we quickly review some of the free extensions that were released in October, including admin activity and inventory logging solutions, order price and quantity restrictions, and events content. Admin Activity Logger by CommerceBees Any store that has multiple staff working in the admin panel will likely have run into a situation where a change is made that breaks something, but tracking down what that change was and when it was made is difficult (if not impossible). Read more →

Magento Extension Roundup - September 2015

In this Magento extension round-up, we quickly review some of the extensions that were released in September. StockSort by OOWORX Stores that have large numbers of out-of-stock products may not want these appearing before in-stock products. This straightforward extension allows sorting out-of-stock products to the end of category pages. Stock-based sorting is enabled or disabled per-store, and can't be configured for individual categories. The extension uses an observer to add an extra sort clause to product collections. Read more →

Google Tag Manager Extension Released

Looking to manage remarketing code or other third-party services on your site, without needing a developer to make every change? Tag Manager is a free service from Google which aims to address this common problem and give you the ability to easily add tags for Google Analytics, AdWords, tracking pixels and more. The Fontis Google Tag Manager extension for Magento will automatically export common Magento data so that it can be used in GTM. Read more →

Magento Extension Roundup - August 2015

Welcome to the sixth Magento extension round-up, where we quickly review some of the more notable extensions which were released in the past month. Multistore Newsletter Subscription by NetGo In a multi-store Magento installation, customers may want to sign up to the newsletter using the same email address across multiple stores. Magento's built-in newsletter subscription feature doesn't fully handle this situation - customers can only by subscribed in one store at any given time. Read more →

Composer Autoloader 2.0 released

Today we are releasing version 2.0 of the Fontis Composer Autoloader extension for Magento, which is designed to let you use any Composer dependency within Magento. This release includes changes so that you no longer need to fire an extra event to use it for code that doesn't run during a normal Magento web request, such as a shell script. These changes make the extension more generally applicable and mean developers no longer need to worry about whether Composer dependencies will be loaded differently based on environment. Read more →

Fontis Composer Repository Launch

PHP and Magento development has matured in the past few years. One of the biggest advances has been the widespread adoption of Composer, which has established itself as a de facto standard for the management of PHP packages and libraries. Though Composer doesn't immediately lend itself to the management of Magento extensions, the Magento developer community quickly realised the value of doing so and worked together to release the impressive magento-composer-installer. Read more →

Using AWS DynamoDB for Magento session storage

DynamoDB is a NoSQL database service provided by Amazon, offering features like easy scalability, high availability and data durability. These properties make it well suited to being used as a Magento session storage engine. The AWS PHP SDK already includes a PHP session handler, so in theory it should be a simple matter of including the SDK and configuring Magento to use it. In practice, it wasn't quite this straightforward. Read more →

Magento Extension Roundup - July 2015

Welcome to the fifth instalment of our monthly free Magento extension round-up, where we quickly review some of the more notable free extensions which were released on Magento Connect and GitHub in the past month. One Step Checkout by AddWeb Solution Magento's standard onepage checkout groups fields into a series of steps which the customer needs to complete before proceeding on to the next step, and being shown the next group of fields. Read more →

CLI image resize memory limit errors

Magento will automatically resize product images based on dimensions specified in templates so that customers aren't downloading large source images when all they need is a small thumbnail. However, we've discovered an issue with recent versions of Magento which will sometimes cause a "Memory Limit has been reached" error when attempting to resize images through a PHP command line script. This issue was introduced in Magento CE 1.8.0.0 and EE 1. Read more →