Get All Products On Shop Page

Hi,

Is there any way to display all products on any page (like shop or products) of cs cart ?

Hi,

Is there any way to display all products on any page (like shop or products) of cs cart ?

You can use empty search page

index.php?dispatch=products.search&search_performed=Y&items_per_page=99999

You can use empty search page

index.php?dispatch=products.search&search_performed=Y&items_per_page=99999

Hi,

Thanks for reply.

Is there any way to create template or anything for Shop page and get all products there from database ?

If yes ?

Can you please suggest me How to do that ?

I did it for a project making a new category like "All products", then I ticked on that category with every product.

Hi,

Thanks for reply.

Is there any way to create template or anything for Shop page and get all products there from database ?

If yes ?

Can you please suggest me How to do that ?

How many products do you have in the store?

How many products do you have in the store?

Hi eComLabs,

For now, i have around 250+ products. But may be in future it will be increased.

Hi eComLabs,

For now, i have around 250+ products. But may be in future it will be increased.

Try the following solution

- Create the "All products" CMS page

- Create the "Products" block for the "Pages" layout page

set Filling to Newest

set Period to Any date

set Limit to 300

- Set the global status of the new block to "Disabled" and enable it to the "All products" page only

- Check the result

Try the following solution

- Create the "All products" CMS page

- Create the "Products" block for the "Pages" layout page

set Filling to Newest

set Period to Any date

set Limit to 300

- Set the global status of the new block to "Disabled" and enable it to the "All products" page only

- Check the result

Thanks .
I will implement this & Let you know about this.
Once again Thanks.. :-)