How to create multi-language stores?

1. CREATING MULTI LANGUAGE STORE Magento allows users to integrate multiple languages. First, you need to install the language package into Magento, you can get the language package here: http://www.magentocommerce.com/magento-connect/customer-experience/internationalization-localization.html Open the localization pack you need and click the Get Extension Key button. Select the key and copy it. In admin panel, go to System […]

Read More

What ways to create and edit CMS homepage?

1. CREATE CMS PAGE Go to CMS > Pages. After that you can see all the existing CMS pages there with their Page Title, URL Key, Layout, Status, Date Created, Last Modified & Action. Step 1: In Magage Pages page, Click Add New Page to add new cms page. – First of all you will […]

Read More

How to create logo for theme?

Upload your logo to skin folder of theme, in this theme, it locates at skin/frontend/em0132/default/images/. By default Magento displays logo with the file named logo.gif You will need to upload the image file using an FTP client to the to your own skin folder in your Magento CE installation. Go to System > Configuration > […]

Read More

How to set up attributes in Magento theme?

In Magento, Attributes are quantifiable or descriptive aspects of a product, from the color, to the manufacturer, to the SKU number. There are two kinds of attributes in Magento: Simple Attributes and System Attributes. By default, Magento includes all the necessary System Attributes. These cannot be deleted, and every product must have each of these […]

Read More

How to manage products in database?

To manage products, go to Catalog > Manage Products 1. RELATED/UPSELL/CROSSELL PRODUCTS To add related products for a product, navigate to Catalog > Manage Products > select product to edit, click on Related Products tab You can do similar as below steps for Cross-sells and Up-sell products Step 1: Filter to show visible products Step […]

Read More

How to deal with Categories in Magento theme?

1. MANAGE CATEGORY To manage categories, in admin panel go to Catalog > Manage Categories. If you install fresh Magento without sample data, the category tree only has a root category (Root Catalog) The root category isn’t displayed in the frontend, and each store in Magento has only a root category, when you create or […]

Read More

How to manage index in database?

If you change your store such as product price, add a new category,… you have to reindex data to update data on frontend. Indexing is how Magento transforms data such as products, categories, and so on, to improve the performance of your web store. As data changes, the transformed data must be updated or reindexed. […]

Read More

How to improve the performance of your site by using Magento’s cache management system?

Using Magento’s cache management system is an easy way to improve the performance of your site. The Cache Storage Management page lists each primary cache, with its current status and associated tag. Any cache that needs to be refreshed is flagged in this list. To view Magento Cache Management screen, on the Admin menu, select […]

Read More

How to create stories in Magento?

You can read this article to learn more about Website, Store and Store View in Magento: http://www.magentocommerce.com/knowledge-base/entry/overview-how-multiple-websites-stores-work/ One of Magento’s advanced features is to allow management of multiple websites and stores within one installation. Website: Websites are ‘parents’ of stores. A website consists of one or many stores. Websites can be set up to share […]

Read More

What should you do if you’re unable to access settings of theme and extension?

Log out admin panel and log in again. Or Save Administrator Roles again.

Read More