Go to CMS > Pages > home (select home as URL Key), here you will need to add the following data. It is up to you to use it. This is just sample data. If you want your store to look exactly like our demo shop, you need to add it.
Under Content > Content box:
<p>{{block type='core/template' template='pagayo/carousel/home_one.phtml'}}</p> <div class="featured-products"> <h3>Our Featured Products</h3> {{block type="catalog/product_list" category_id="69" template="catalog/product/pagayo/column_list.phtml"}}</div> <div class="home-blog-widget"> <h2>OUR WAY OF LIFE</h2> <h3>Baseball: All new 2016 products!!!</h3> <p>2015-12-24 09:43:19</p> <div class="home-blog-widget-text"> {{widget type="catalog/product_widget_new" display_type="all_products" products_count="1" template="catalog/product/widget/new/content/new_grid.phtml"}} <p>Sed varius congue cursus. Praesent id finibus sem, a scelerisque libero. Fusce euismod, ex vel dapibus ullamcorper, felis purus posuere nisi, ac venenatis odio tellus vitae ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc ante augue, bibendum at mattis in, lobortis eget ex. Nulla laoreet non est eu euismod. Proin sed dictum leo. Maecenas fringilla enim in pretium gravida. Pellentesque cursus leo eu velit semper condimentum. Quisque ante ante, placerat a finibus non, sagittis id turpis. Morbi ut quam nec felis ultrices malesuada ac eu justo. Nullam quam ante, tempus vitae convallis vitae, rutrum sit amet lectus. Phasellus eu porta elit.</p> <p>Sed varius congue cursus. Praesent id finibus sem, a scelerisque libero. Fusce euismod, ex vel dapibus ullamcorper, felis purus posuere nisi, ac venenatis odio tellus vitae ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc ante augue, bibendum at mattis in, lobortis eget ex. Nulla laoreet non est eu euismod. Proin sed dictum leo. Maecenas fringilla enim in pretium gravida. Pellentesque cursus leo eu velit semper condimentum. Quisque ante ante, placerat a finibus non, sagittis id turpis. Morbi ut quam nec felis ultrices malesuada ac eu justo. Nullam quam ante, tempus vitae convallis vitae, rutrum sit amet lectus. Phasellus eu porta elit.</p> <p>Sed varius congue cursus. Praesent id finibus sem, a scelerisque libero. Fusce euismod, ex vel dapibus ullamcorper, felis purus posuere nisi, ac venenatis odio tellus vitae ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc ante augue, bibendum at mattis in, lobortis eget ex. Nulla laoreet non est eu euismod. Proin sed dictum leo. Maecenas fringilla enim in pretium gravida. Pellentesque cursus leo eu velit semper condimentum. Quisque ante ante, placerat a finibus non, sagittis id turpis. Morbi ut quam nec felis ultrices malesuada ac eu justo. Nullam quam ante, tempus vitae convallis vitae, rutrum sit amet lectus. Phasellus eu porta elit.</p> </div> <div class="read-more-home"><a href="http://pagento.com/pt004sport/sale/sport.html">SALE</a></div> </div> <div class="featured-products"> <h3>New products</h3> {{block type="catalog/product_list" category_id="69" template="catalog/product/pagayo/column_list.phtml"}}</div>
Under Design > Page Layout: Select 1 column from the Layout Dropdown
Changing the number of columns.
You can change the number of products on your homepage. Please go to System > Configuration > PT004 > Manage content
This will give you 3, 4, 5 or 6 products in a grid on the homepage and in your categories.
Changing or adding your featured products category
{{block type="catalog/product_list" category_id="3" template="catalog/product/pagayo/column_list.phtml"}}
From Magento 1.9.2.2 you have to also do these settings;
System > Permissions > Blocks
Add New Block
Block Name: catalog/product_list
Is Allowed : Yes
Go to Catalog > Manage Categories and add a category. Make it “Is Active” No. Now use the ID (in the image 9) and replace it with the 3 in the home content code. The red part of the code.
New in Store
This part is a Magento widget you can replace it with what ever you want. This is a basic Magento widget, you will have to set your column number here.
{{widget type="catalog/product_widget_new" display_type="all_products" products_count="5" template="catalog/product/widget/new/content/pagayo/product_column.phtml"}}
Carousel / Slider
Go to CMS > Static Blocks > pt004-home-one-carousel, when it not there, create it. And add the following code;
<div id="owl-demo" class="owl-carousel owl-theme"> <div class="item"><img src="{{media url="wysiwyg/pagayo/sport/slide11.jpg"}}" alt="" /></div> <div class="item">{{block type="catalog/product_list" category_id="69" template="catalog/product/pagayo/column_list.phtml"}}</div> <div class="item"><img src="{{media url="wysiwyg/pagayo/sport/slide21.jpg"}}" alt="" /></div> <div class="item">{{block type="catalog/product_list" category_id="69" template="catalog/product/pagayo/column_list.phtml"}}</div> <div class="item"><img src="{{media url="wysiwyg/pagayo/sport/slide31.jpg"}}" alt="" /></div> <div class="item">{{block type="catalog/product_list" category_id="69" template="catalog/product/pagayo/column_list.phtml"}}</div> </div>
The scroll sale area background
You need to delete this baseball image, it is called background.jpg and it is in the sport folder. So your image needs to be called background.jpg and it also should be in the /sport/ folder. You can do this with the “Insert Image” button or with FTP. With FTP go to /media/wysiwyg/pagayo/sport/