Show all products in front page
-
Anyone know the best way to show all the products on the front page?
same like show the item at category view(have filter and pagination) but in all category/all product on the front page?or is there any build-in on the package already? (like @include('shop::all.products'))
-
Hello there,
there is no built-in package for that, you need to customize according to your requirement.
You need to fetch all the categories and render that's products.
In this file we've only one category and it's products. You could take help from this file.
Let me know if you've any further query.
Thanks!