Installation

Sportswear Template

This Magento template is sleek, sophisticated, and modern. The slick graphic style makes this template perfect for selling athletic goods, sportswear, and other goods with an ultra-modern edge. Fully compatible with Magento 1.4.x

Step 1: Install Magento

Complete an installation of Magento on your site and create a Website, Store, and Store View.

Step 2: Upload Your Theme

After installing Magento on your site, upload your theme files to the appropriate folders, following the folder structure in which the theme is provided.

Step 3: Activate Your Theme

  1. Locate and open the file located at /app/etc/local.xml

  2. Directly above the tag </global> add the following code:

    <page>
    	<layouts>
    		<sports_wear_homepage module="page" translate="label">
    			<label>Sports Wear Homepage</label>
    			<template>page/sports-wear-homepage.phtml</template>
    			<layout_handle>sports_wear_homepage</layout_handle>
    		</sports_wear_homepage>
    	</layouts>
    </page>
  3. Access the Admin Panel and navigate to System > Configuration.

  4. Select your Store View from the Current Configuration Scope drop-down menu in the upper left corner.

  5. Click on "Design" under the "General" section of the left side navigation.

  6. Under the "Themes" section, uncheck all of the check boxes titled "Use website."

  7. In each text field, enter the name of the folders containing the theme you wish to use.

    In this case, enter "sportswear" (without quotes).

Step 4: Set Up Your Homepage

  1. From the top navigation, navigate to CMS > Pages.

  2. Click on the "+ Add New Page" button.

  3. Enter your desired page title.

  4. For the home page, be sure to set your URL Key as "home" and select your store view.

  5. Select "Design" from the left side navigation and set Layout to "Sports Wear Homepage"

    *Note: If the custom homepage layout is not available, refresh Magento's cache via System > Cache Management, then log out of the admin panel, log back in, and try again.

  6. 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="position: absolute; top: 441px; left: 36px ">
    	<img style="margin-right: 15px;" src="{{skin url=""}}images/d2-calltoaction1.png" />
    	<img style="margin-right: 30px;" src="{{skin url=""}}images/d2-calltoaction2.png" />
    	<img src="{{skin url=""}}images/d2-calltoaction3.png" />
    </div>
    <img src="{{skin url=""}}images/d2-splash.png" />
    
    <!-- Begin New Products -->
    <div class="d3-newproducts-container">
    	<div class="d2-newproducts-corners-top"></div>
    	<div class="d2-newproducts">
    		{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
    	</div>
    	<div class="d2-newproducts-corners-bottom"></div>
    </div>
  7. Set the Status to "Enabled" and click on the "Save Page" button in the upper right corner to save and activate your homepage.

That's it! Congratulations

Just set up your categories and products, and you now have a beautiful, fully functioning ecommerce website!