Magento 1 – disable cache from database
In this post I show you how to disable cache from database for Magento 1. This is sometimes necessary if all frontend and adminhtml sites are broken and returning a report or error message....
A Blog about Magento e-Commerce System
In this post I show you how to disable cache from database for Magento 1. This is sometimes necessary if all frontend and adminhtml sites are broken and returning a report or error message....
After installing patch 10415 404 errors my be displayed instead of regular sites on your Magento 1 shop. I show you all your need to know about this problem and also how you can...
In this tutorial I show you how to create invoice comment programmatically. Sometimes it is needed to add invoice comments for invoices from you written module. Invoice comments are printed to pdf invoice, so...
As Magento developer you may face with allowed memory size of exhausted error quite often. Magento is a system that may need a lot of memory. Sometimes you will need some hundred mega- or...
One month after first confirmed issues Patch SUPEE-9767 v2 is now out. If you need it, you first have to revert its old version. I never reverted any patch, so see how to revert...
Magento email problem debugging can be very embarrassing. If you ever did a research why emails are not sent or not transmitted to customer inbox, you may know how difficult it is to find...
For some imports it is needed to check if SKU exists. In this tutorial, I show you how to check if a given SKU is already in your system. You may run a price...
In this tutorial I show you how to set order of collection. It is sometimes quite frustrating to set order, because there are two possible methods. Depending on your collection and column you want...
A not very common task for Magento developers is to work with currency rates. I had previously my first contact with it. For a multistore shop with many different currencies it was my task...
In this tutorial I show you how to get related products. Related products are very important, because with it you can increase order totals. There are other techniques like upsell or crosssell. In this...