Upload \app\design\frontend\default\iloveyou inside /app/design/frontend/default
Upload \skin\frontend\default\iloveyou inside /skin/frontend/default
Open /app/etc/local.xml
Add the following code before: </global>
<page> <layouts> <iloveyou_homepage module="page" translate="label"> <label>I Love You Homepage</label> <template>page/iloveyou-homepage.phtml</template> <layout_handle>iloveyou_homepage</layout_handle> </iloveyou_homepage> </layouts> </page>
Save the file.
Login into your Admin Panel.
System > Configuration.
On the top left corner of the Configuration Page, locate “Current Configuration Scope” drop-down and select your store.
Note: If you just set up your store, the scope should be “Main Website > Main Website Store > Default Store View.”
Click on Design in the General menu.
In the Design page, under ‘Themes,’ ensure Templates, Skin, Layout, and Default is ‘iloveyou’ Uncheck “Use Website” checkbox to edit the fields.
Click on ‘Save Config’ on the top right after you’re done.
Page 1 of 4: Homepage
Go to CMS > Manage Pages
Click on "Add New Page"
In the General Information, enter the following:
Page Title: Home Page
SEF URL Identifier: home
Status: Enabled
Content:
<div class="d12-bottom">
<div class="d12-give">
<div class="d12-gsp-left give"></div>
<div class="d12-gsp-right">
<p class="d12-gsp-title">Give Love</p>
<p class="d12-gsp-desc">Give your love by buying an 'i love you' shirt.<br />
<a class="learnmore" href="#">Learn More</a></p>
</div>
</div>
<div class="d12-share">
<div class="d12-gsp-left share"></div>
<div class="d12-gsp-right">
<p class="d12-gsp-title">Share Love</p>
<p class="d12-gsp-desc">How to donate shirts so others can have love. Donate today.<br />
<a class="learnmore" href="#">Learn More</a>
</p>
</div>
</div>
<div class="d12-spread">
<div class="d12-gsp-left spread"></div>
<div class="d12-gsp-right">
<p class="d12-gsp-title">Spread Love</p>
<p class="d12-gsp-desc">Share love on social media networks like Facebook and Twitter.<br />
<a class="learnmore" href="#">Learn More</a></p>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<p class="d12-sponsor-text">We are proudly sponsored by:</p>
<div class="d12-sponsors"></div>
Click on ‘Custom Design' in the left menu.
For the Layout drop-down box, select “I Love You Homepage”
Click ‘Save Page’ when you’re done.
Page 2 of 4: What Is Love
Click on "Add New Page"
In the General Information, enter the following:
Page Title: What Is Love
SEF URL Identifier: whatislove
Status: Enabled
Content:
<!-- Page Title --> <div class="d12-title"><span>What Is Love</span></div> <p class="cms-p">Your content goes here.</p>
Click on ‘Custom Design' in the left menu.
For the Layout drop-down box, select “1 Column”
Click ‘Save Page’ when you’re done.
Page 3 of 4: Buy
Click on "Add New Page"
In the General Information, enter the following:
Page Title: Buy
SEF URL Identifier: buy
Status: Enabled
Content:
<!-- Page Title -->
<div class="d12-title"><span>Buy</span></div>
<!-- Container -->
<div class="d12-bpc-container">
<!-- Buy -->
<div class="d12-buy">
<a href="/checkout/cart/add?product=1&qty=1" class="gfx-buy"></a>
<div class="d12-bpinfo">
<p class="d12-bptitle">Title<br/><span class="d12-buyprice"><strong>Price:</strong> $10</span></p>
<p class="d12-bpdesc">Write some information here. Write some information here.</p>
<a class="d12-bpbutton" href="/checkout/cart/add?product=1&qty=1"></a>
</div>
</div>
<!-- Choose -->
<div class="d12-choose"></div>
<!-- Print -->
<div class="d12-print">
<a href="/checkout/cart/add?product=2&qty=1" class="gfx-print"></a>
<div class="d12-bpinfo">
<p class="d12-bptitle">Title<br/><span class="d12-buyprice"><strong>Price:</strong> $5</span></p>
<p class="d12-bpdesc">Write some information here.</p>
<a class="d12-bpbutton" href="/checkout/cart/add?product=2&qty=1"></a>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
Note: Make sure to change your product IDs
<a class="d12-bpbutton" href="/checkout/cart/add?product=1&qty=1"></a>
Click on ‘Custom Design' in the left menu.
For the Layout drop-down box, select “1 Column”
Click ‘Save Page’ when you’re done.
Page 4 of 4: About Us
Click on "Add New Page"
In the General Information, enter the following:
Page Title: About Us
SEF URL Identifier: aboutus
Status: Enabled
Content:
<!-- Page Title --> <div class="d12-title"><span>About Us</span></div> <p class="cms-p">Your content goes here.</p>
Click on ‘Custom Design' in the left menu.
For the Layout drop-down box, select “1 Column”
Click ‘Save Page’ when you’re done.
Static Block 1 of 1: Footer Links
Go to CMS > Static Blocks
Click on 'Footer Links' or identifier: 'footer_links'
In the General Information, enter the following:
Content:
<ul>
<li class="last"><a href="{{store direct_url="whatislove"}}">What Is Love</a></li>
<li><a href="{{store direct_url="buy"}}">Buy</a></li>
<li><a href="{{store direct_url="aboutus"}}">About Us</a></li>
<li><a href="{{store direct_url="contacts"}}">Contact Us</a></li>
</ul>
Click on 'Save Block,' and you're all done!
Go to System > Cache Management
For All Cache drop-down, select ‘Refresh.’ Enable everything from Configuration to Web Services Configuration.
When you’re finished, click on “Save cache settings.”
Congratulations, you’re finished installing.