How to create Magento database setup for a custom module?
If you have developed any custom module and if this custom module requires any database updating, you can follow the steps shown below for Magento database updating automatically while installing this module.
1. Open the config.xml in etc folder for custom module (app/code/local//etc/config.xml)
2. Add the following code inside <global> tag Read More>
The import-export interface depends heavily on the ability of the application to communicate, whether it is a third party application, external order source, accounting, fulfillment system etc. The database fields may be mapped to our custom file headings. The data arrays may be formatted as Excel/XML. The resulting text may be saved as local or remote file. Read More>
Product list in a particular category can be called in a block, and the block can be displayed in hompage or in other CMS pages. Since the default product list functions are used in this, the number of products can be set independently for this list. The list depends on the number of products per page set at the backend Read More>
Mar 13, 2010
Posted in: Magento Tutorials |
8 Comments
More often than not, we are faced with tasks where we need to setup Magento store for a single country, because some suppliers/vendors generally do not ship their products overseas. The necessary configuration and settings for setting up a Magento store for a single country are listed below. Read More>
In this Magento Tutorial for embedding flash and video movie files in the Magento store, we are trying to give the reader some simple steps to achieve this for the Magento shop. Read More>
Magento was born as open source Ecommerce software. Anyone around the world is free to download Magento Community Edition, and make any modifications one may need to suit one’s requirements. Magento registered tremendous growth and with this growth there are now over a million people around the world who have downloaded Magento, and many of those have developed customizations, extensions and other changes. Development of the Magento continues at a rapid pace through this model, providing a basic and powerful solution for small shops looking for a state-of-the-art eCommerce platform. Read More>