Magento 2 is not just a version upgrade to Magento 1.X but a complete platform restructure which introduce new programming paradigms and best practices. This article attempts to highlight the steps required to create a basic Magento 2 extension, as of Magento 2 0.74.0-beta7. For the purpose of this introductory article a simple module will … Continue reading A very basic Magento 2 module
Author: Karlston D'Emanuele
Product Visibility By Store
One of the great benefits of Magento is that it allows store owners to run different stores on the same installation. However when looking at Magento product attributes limitations one will notice that: Magento can support only up to 64 product attributes in one attribute set, and that the attribute configuration is applied globally. These … Continue reading Product Visibility By Store
EU Cookie Law – Elgg Extension
Updated on 03 November 2014 with support for Elgg 1.9.X Elgg-based sites make use of cookies to remember the visiting user preferences. Some sites also make use of Google or Yahoo Analytics that will include some additional cookies to the site. With the new EU cookie regulation law, Elgg-based sites in EU countries are required … Continue reading EU Cookie Law – Elgg Extension
Software Failover: The jump-sheet for everyone – Conclusion
Conclusion Failover mechanisms are neither an extra effort nor an extra cost that can be ignored in software solutions. From the developer’s perspective failover mechanisms are a sign-off: Understanding of working environment of a specific piece of code, Willingness to supply a reliable and robust system, A way to avoid irresolvable issues. On the other … Continue reading Software Failover: The jump-sheet for everyone – Conclusion
Software Failover: The jump-sheet for everyone – Part III
Why I lost my work? One of the frustrating aspects of utilising a digital system is when the system experiences an unexpected behaviour. It is frustrating, as all the work previously done tends to get lost and has to be done all over again. In the early years of word processing, the auto-save feature or … Continue reading Software Failover: The jump-sheet for everyone – Part III