Hello guys,
Was wondering when I have a link to a product catalog.
If I could add a parameter like www.sitename.dk/Produkter.aspx?showAllProducts=True
Or do somehting like this: www.sitename.dk/Produkter.aspx?productsPerPage=999999
Right now the product catalog has paging setup. And it shows 20 products / page.
Wanted to know if I could manipulate that in some way, and one way would be through Url.
Customers requested a "show all" button, wanted to know if there is any not-painfull way to do it.
By saying not-painfull I mean not including a subpage with /All and passing groupID to it (this is not an option!)
/Dmitrij