This Magento shop is beautiful and visually rich. The deep, bold reds and rustic, classical style make this the perfect Magento template for a wine shop or even a food related vendor, but it is versatile enough to easily customize to fit any industry.
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.
Locate and open the file located at /app/etc/local.xml
Directly above the tag </global> add the following code:
<page> <layouts> <wineshop_homepage module="page" translate="label"> <label>Wine Shop Homepage</label> <template>page/wineshop-homepage.phtml</template> <layout_handle>wineshop_homepage</layout_handle> </wineshop_homepage> </layouts> </page>
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 "wineshop" (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 "Wine Shop 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.
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:
<!-- Corners, Do Not Delete -->
<img class="d6-corner-tl" src="{{skin url=""}}images/d6-corner-tl.png" />
<img class="d6-corner-tr" src="{{skin url=""}}images/d6-corner-tr.png" />
<img class="d6-corner-br" src="{{skin url=""}}images/d6-corner-br.png" />
<img class="d6-corner-bl" src="{{skin url=""}}images/d6-corner-bl.png" />
<!-- Content Images -->
<img class="d6-scroll" src="{{skin url=""}}images/d6-scroll.png" />
<img class="d6-wine" src="{{skin url=""}}images/d6-winebottle.png" />
<img class="d6-maintext" src="{{skin url=""}}images/d6-splashtext.png" />
<!-- New Products -->
<div class="d6-newproducts">
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
</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!