Is There A Way To Link To Something Like Www.example.com/all-Products?

Hi there,

I was wondering if there's a way to list all available products under one URL?

Something like www.example.com/categories/all or something like that?

Thanks in advance!

Use

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

without pagination

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

Use

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

without pagination

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

Thanks. I'm unsure where to get that though.