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.
The information contained in this tutorial is designed to help you obtain further knowledge of System Configuration XML in Magento Adminhtml with a minimum of time and effort. For more comprehensive and detailed understanding, just read on now!
In previous article, I wrote about some basic concepts of Adminhtml’s architecture. Today I aim to dig deeper into the form and grid widgets and show you the easiest way to use them in your extension. Read on to see how!
In Magento, the Adminhtml (Backend) is used to manage the website. Magento builds a template pattern helping developers easily program the Adminhtml. Today my tutorial will start with some basic aspects of this issue.