I have a page with a product catalog with paging and an option to change the pagesize. The pagesize param is stored in a cookie so it remembers your pagesize prefererence.
So far so good :)
Below the product catalog i have a catalog configured to show top 5 Sale products of the current category.
As soon as the pagesize cookie is set list for top 5 sale products is increased to the current pagesize. I do not want pagesize parameter to work on this catalog.
Would it be possible to ignore certain parameters for this sale catalog?
In this case i want to ignore the pagesize but in other use cases it could be an other or more parameters.
It could also be an idea the to name the parameters for each catalog. This way we can make the parameters unique to each catalog. Then it would also be possible to allow paging on 2 catalogs for example.
I also saw this post: http://developer.dynamicweb-cms.com/forum/ecommerce-standard-features/multiple-product-catalog-lists-on-the-same-page.aspx
Ignore all parameters feature is coming in a next release.
I guess this is almost what i need.
Will this also work for my issue?
Because it looks like it ignores all the paremeters with this feature but i need the GroupID param to keep working.