How to edit Magento email newsletter? You may tell me that it’s very simple to edit email templates in Magento. I agree ;). This post I just want to share with Magento beginners. So if you already knew it, just skip my post. Otherwise, follow me and see how it is simple.

I saw that there are many topics asked about “How to add custom php code into CMS page on Magento”. Someone uses regular expressions, someone creates a new Module and puts their custom php codes into a block which they called from CMS page. But I don’t think that’s a good way.

As you know, Magento has 5 default product types. Sometimes, you may need more than that. Some of our clients need product type for Gift wrapping, some needs a new type for group deal.
Well, we can add new type. In this post, I will show you how to do that.

In this post, I will tell you about one problem with sort by price in product listing page of Magento. I met this problem when working on a Magento project and I am sure that lots of people also have this problem. So I hope this will help someone.