This Magento template is crisp and edgy. The high-contrast color scheme and bold graphic style make this a great template for technology or hip youth markets. Optimized for Magento 1.4.x
Complete an installation of Magento on your site and create a Website, Store, and Store View.
After installing Magento on your site, upload your theme files to the appropriate folders, following the folder structure in which the theme is provided.
Access the Admin Panel and navigate to System > Configuration.
Select your Store View from the Current Configuration Scope drop-down menu in the upper left corner.
Click on "Design" under the "General" section of the left side navigation.
Under the "Themes" section, uncheck all of the check boxes titled "Use website."
In each text field, enter the name of the folders containing the theme you wish to use.
In this case, enter "coolblue" (without quotes).
From the top navigation, navigate to CMS > Pages.
Click on the "+ Add New Page" button.
Enter your desired page title.
For the home page, be sure to set your URL Key as "home" and select your store view.
Select "Design" from the left side navigation and set Layout to "1 column."
Select "Content" from the left side navigation and enter the content for your home page in the text area.
To make your homepage appear as the example on our site, click the "Show/Hide Editor" button and enter the following code:
<div style="float:left; padding:5px 5px 0 0; width:188px;">
<a href="/furniture.html"><img src="{{skin url=""}}images/media/home_co_01.png" style="margin-bottom:5px;" /></a>
<a href="/electronics.html"><img src="{{skin url=""}}images/media/home_co_02.png" style="margin-bottom:5px;" /></a>
<a href="/apparel.html"><img src="{{skin url=""}}images/media/home_co_03.png" /></a>
</div>
<img src="{{skin url=""}}images/media/home_co_main.png" style="float:right;" />
<div style="clear:both;"></div>
{{widget type="catalog/product_widget_new" products_count="5" template="catalog/product/widget/new/content/new_grid.phtml"}}
<div style="clear:both;"></div>
Set the Status to "Enabled" and click on the "Save Page" button in the upper right corner to save and activate your homepage.
Just set up your categories and products, and you now have a beautiful, fully functioning ecommerce website!