In this article, I am writing about one topic which I think almost people is interested in. That’s about SQL, one of the most complicated part in Magento. I will show you how to write some simple SQL query in the right way you should do in Magento. Let’s go, man!!!
When working with form, you usually show a message after each action of users. Magento provides a very easy way to show error or success message. How to do that? I’ll explain for you by creating a simple module called “Message”.
Adding a tab to product edit page is really what lots of people are looking for. We have been working on lots of projects which require this. I will share with you how to do it. Here we go!
In this article, I will guide you how to call a Magento block in a Helper, Model or anywhere you want. Do you think it’s possible? Trust me 😉
Form is one of most popular you have to use when programming. It’s not an exception in Magento. Well, but not all Magento coders know how to validate form in the right way in Magento. I believe so. This Magento tutorial might be a great help for you guys.
In one of my previous posts, I wrote about how to show a block in a .phtml file but some people asked me about the static block. So this article will be your solution.