This exclusive Magentist theme is sleek, crisp, and modern. Ideal for professional, high-end stores featuring electronic hardware, software, and media. Fully compatible with 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 "electronics" (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:
<a href="electronics.html">
<img src="{{skin url=""}}images/media/home-main.jpg" alt="" style="display:block;" />
</a>
<div style="float:left;">
<a href="electronics.html">
<img src="{{skin url=""}}images/media/home-bottom01.jpg" alt="" style="display:block;" />
</a>
</div>
<div style="float:left;">
<a href="electronics.html">
<img src="{{skin url=""}}images/media/home-bottom02.jpg" alt="" style="display:block;" />
</a>
</div>
<div style="float:left;">
<a href="electronics.html">
<img src="{{skin url=""}}images/media/home-bottom03.jpg" alt="" style="display:block;" />
</a>
</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!