doifashion Posted August 28, 2013 Share Posted August 28, 2013 (edited) Hello, I search on forum but no success Is it possible to put on homepage after home text all products category page with pagination? I want to remove homefeatured products and put all products category page with pagination Thank you Edited August 28, 2013 by doifashion (see edit history) Link to comment Share on other sites More sharing options...
doifashion Posted August 31, 2013 Author Share Posted August 31, 2013 Back again, i modified homefeatured module, is it possible to put pagination on it? Thank you! Link to comment Share on other sites More sharing options...
doifashion Posted September 2, 2013 Author Share Posted September 2, 2013 (edited) Sice there is no answer this topic can be close! Thank you! Edited September 2, 2013 by doifashion (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted September 2, 2013 Share Posted September 2, 2013 Change the file homefeatured.tpl in modules\homefeatured so that it contains the following content: <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block clearfix"> <h4>{l s='Featured products' mod='homefeatured'}</h4> {if isset($products) AND $products} {include file="$tpl_dir./product-list.tpl" products=$products} {/if} </div> <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
doifashion Posted September 3, 2013 Author Share Posted September 3, 2013 i already did this, but still no pagination on it Thank you Link to comment Share on other sites More sharing options...
musicmaster Posted September 3, 2013 Share Posted September 3, 2013 (edited) I haven't experimented with it, but the code you want is something like that found in category.tpl There you will find the code {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-list.tpl" products=$products} {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} I suppose you should use that instead of just including product-list.php Edited September 3, 2013 by musicmaster (see edit history) Link to comment Share on other sites More sharing options...
PrestaFanBoy Posted September 3, 2013 Share Posted September 3, 2013 (edited) Change the file homefeatured.tpl in modules\homefeatured so that it contains the following content: <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block clearfix"> <h4>{l s='Featured products' mod='homefeatured'}</h4> {if isset($products) AND $products} {include file="$tpl_dir./product-list.tpl" products=$products} {/if} </div> <!-- /MODULE Home Featured Products --> Hello Musicmaster, Can you explain what this code does. Im trying to add product carousels on home page containing featured products from various categories separately with 'view more' I have attached a screenshot. How can i do like this.. Can you guide me how I can do this. Thank you. PrestaFanBoy Edited September 3, 2013 by PrestaFanBoy (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted September 3, 2013 Share Posted September 3, 2013 Prestafanboy, The code just includes the product list code that is also used on the category pages. What you want is something different. I don't know how to code that. Link to comment Share on other sites More sharing options...
doifashion Posted September 4, 2013 Author Share Posted September 4, 2013 Thank you musicmaster, i just added {include file="$tpl_dir./pagination.tpl"} on homefeatured.tpl and its work perfect! Have a great day! This topic can be close Link to comment Share on other sites More sharing options...
vegaskev Posted June 27, 2014 Share Posted June 27, 2014 Doifashion, I'm trying to get pagination to show up on home > featured products. I'm not having any luck. You mentioned that added an include for pagination and it worked. Is that all you did? I have done the same (plus some) and have had zero luck in achieving pagination on my home page for the featured products. Any insight you could share would be very appreciated. Thank you in advance. Link to comment Share on other sites More sharing options...
Recommended Posts