Are you looking for Magento plugins to optimize your shop, improve your user experience or simply to provide functionalities Magento does not provide by default? Good news, Magento is worlds most use CMS for e-commerce purposes, so there are tons of plugins out there. In this post I’ll first give a few tips on how and […]
Magento admin grid
Looking for a super fancy, blazing fast, enhanced magento admin grid solution? Continue reading! The Magento admin product grid has almost not changed since the first release of Magento. Which is strange, because internet, user friendliness and possibilities do evolve constantly at high speed. Here’s a screen of the Magento admin grid as it is […]
Magento product management
Magento product management consumes time, a lot of time. But not anymore! We created TigerMin, the one and only affordable Magento Catalog Management solution to save tons of time. By managing your catalog more efficient and way faster you make catalog management easier and less time consuming. From adding hundreds of products to editing hundreds […]
Magmi: delete or disable products missing in CSV / source
A little while back I had to automate product importing from external CSV source for a client of ours. We used Magmi to do so. Magmi is awesome and you can do so much with it. However, there was one thing I needed to write my own plugin for. In our case the clients catalog […]
Magento clear cache programatically
How to clear the Magento cache from PHP code? Below you will find two simple scripts which might help you to do this. With these scripts you can easily clear your Magento cache programatically from code. You can call the code anywhere you want, set it up in cronjob or use it in a custom […]
Magento create database backup from PHP code
In this article we will provide you with a simple code example of how you can backup your Magento database programmatically. Backup your code from a simple PHP file. This file can be executed via URL, cron or elsewise programatically. You can reuse and modify the code example below to create your own database backup […]
Magento custom reindex script
Today we share with you a super-handy custom reindex script for Magento. Can be usefull if you want to reindex your store from code, for example if you have automated import or something. Place this code between <?php and ?> tags and you have your PHP reïndex script! You can change the indexes to the […]