Add Best Seller, Feature, New, Recently ordered & All products to store.
Add Best Seller, Feature, New, Recently ordered & All products to store.
Using this extension you can show Best Seller, New, Feature,Recently Ordered & All Products blocks with limited number of products on the home page and also show the all products of that block by navigating the “View All” link. .By adding link of all products you can show all products of your website without filter of categories and subcategories
Key Features:-
Ability to Enable/Disable each block from admin configuration
Ability to specify the maximum number of products display on the home page for each block
Ability to specify the block title
Separate functionality for each block, so you can add required blocks only
Steps to configure the each block on the home page:-
Go to admin pannel.
Open Home Page CMS Page
In Page Content section add below code
To see Bestsellers products
{{block type="extendcatalog/bestsellers_home_list" name="bestsellers_list" template="extendcatalog/home_bestsellers.phtml"}}
To see Featured products
{{block type="extendcatalog/featured_home_list" name="featured_list" template="extendcatalog/home_featured.phtml"}}
In Default attribute set >> 'Is Featured' attributes is added. You need to select “yes” value to show product as feature product
To see Newproduct products
{{block type="extendcatalog/newproduct_home_list" name="newproduct_list" template="extendcatalog/home_newproduct.phtml"}}
To see RecentlyOrdered products
{{block type="extendcatalog/lastordered_home_list" name="lastordered_home_list" template="extendcatalog/home_lastordered.phtml"}}
To see All products without any category filter
href="/ echo $this->getUrl('extendcatalog/index/allproduct');" for All Products link