Hi everyone. It’s me again, David. Today I’ll continue to accompany with you in the journey of discovering interesting things about Magento. In this tutorial, we will explore how Magento works with a category which helps customers easily find products that they need.

As we know, price is an important attribute of a product. However, have you known how Magento stores and calculates the price or how to adjust the price of products? In this tutorial, we will solve these issues.

In the previous post, we discovered 6 standard product types in Magento and the configuration of each one. To be continued, my article today will guide you how to modify an existing product type and also introduce to you how a product type interacts with the database.

Magento provides users with different product type profiles to select when creating a new product. Choosing the right product type is very important for accessing the appropriate set of features required to sell your items. My tutorial today is designed to help you understand the differences among product types and what they’re intended to set up your Magento products.

Are you ready to continue exploring a journey through the Adminhtml with us? Today we will further discuss Magento extensions – the issue that always grabs a lot of attraction and interest of many people. Let’s get started right now!

With the purpose of effectively managing the site, Magento uses an Access Control Lists (ACL) to authorize and control user access within the system. The tutorial presented today will demonstrate the ACL in details and guide you how to setup and authorize a backend menu. Please keep reading and discover!

Magento is designed to work with EAV database model and an attribute management is the indispensable part for developers to customize the system. I spent quite long time on researching on this important issue and today I am very delighted to write about it and guide you how to create and customize an attribute by your code.