I am Migrating Magento 1.9 to 2.3 – yikes! I wasn’t able to use the Magento 2 migration tool for products so one of the tasks on my TO DO…Continue reading
Create Custom Product Attributes and Groups in Magento 2
Whilst migrating from Magento 1 to Magento 2 you might want to quickly recreate product attributes in Magento 2 programatically. Adding a lot of product attributes manually can be very…Continue reading
Magento Migration for Dummies
If you are a Magento 1 Ecommerce Store owner you are probably well aware that support for Magento CE 1.x will stop in 2020. The nice folks at Magento call…Continue reading
Magento 1.9.4.0 and PHP 7 Docker Upgrade
With the demise of Magento 1.x on the horizon – Adobe announced in September 2018 support for version Magento 1 will cease in 2020 new life has been breathed into the product…Continue reading
Preparing Magento for the General Data Protection Regulation (GDPR)
For small businesses in the EU data protection may not be a top priority but the new General Data Protection Regulation (GDPR) has been around since 2016 and will finally…Continue reading
Magento iPhone Mobile Admin with Framework 7
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
Magento PayPal Plus Integration
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
Magento Dev Folder
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
Magento Google Pagespeed js,css,htmlminify Optimisation
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
Magento Lowest Group Product Price Including Tier Prices
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