This Magento template has a crisp, modern feel with a bold, high-contrast color scheme that would be ideal for selling anything from athletic apparel to high-end corporate technologies and services. Enjoy the flash element on the homepage that will engage visitors and set your store apart from the rest.
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 "ion" (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:
{{block type="core/template" template="home/flash.phtml"}}
<div style="margin-top:8px;">
<div class="quicklinks">
<h2>Quick Links</h2>
<ol>
<li>► <a href="furniture.html">Clearance Specials</a></li>
<li>► <a href="customer-service">Returns & Exchanges</a></li>
<li>► <a href="about-magento-demo-store">Gift Certificates</a></li>
<li>► <a href="catalog/seo_sitemap/category/">Site Map</a></li>
<li>► <a href="customer-service">Store Locations</a></li>
<li>► <a href="contacts">Contact Us</a></li>
</ol>
</div>
<a href="#" style="float:left; margin-right:12px;"><img src="{{skin url=""}}images/media/home_ad_2.jpg"/></a>
<a href="#" style="float:left; margin-right:12px;"><img src="{{skin url=""}}images/media/home_ad_3.jpg"/></a>
<a href="#" style="float:left;"><img src="{{skin url=""}}images/media/home_ad_4.jpg"/></a>
<div style="clear:both;"></div>
</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!
The content in the flash element on the homepage of this template can easily be edited by following the steps below. Flash program not required, and no experience is necessary!
For each of the products you wish to display on the homepage, prepare a thumbnail image sized to 125x125 pixels. For best results, save these images as a transparent PNG-24 image. Then upload them to /skin/frontend/default/ion/flash/images/
For simplicity, you may wish to give your images the same name as the example images (1.png, 2.png, etc) as a method of keeping them in order.
Locate and open the file /skin/frontend/default/ion/flash/data.xml
Find where product information begins (line 3). The image below displays all information pertaining to the first item in the list and may be used for reference in the proceeding steps:
First, the image field contains the location of your thumbnail image. You may input the location of your thumbnail image here. If you saved over the example images in Step 1, no change is necessary here.
The heading field refers to the upper text field (the product title). Input the title of your product here.
The price field refers to the middle text field (the price field). Input the price of your product here.
The next field, linkText refers to the lower text field in red. Input the message of your choice or leave as-is.
Lastly, the linkURL field contains the page address that the item links to. Copy and paste the URL to your first product between the quotation marks as seen in the example. Any further information on this line should not be edited.
Your first item is now complete! Repeat these steps for the remaining items.
Once you have uploaded your edited data file, refresh your browser's cache and then refresh the page to see the changes. If no changes can be seen, you may also need to refresh Magento's cache (via System > Cache Management in the admin panel).
Your flash element is now complete! Enjoy your site.