Posted on 17/02/2011 02:34:12
Hi Tommy.
Standard way doesn't allow you disable paging in paragraph settings.
I recommend you to use notification subscribers.
1. Subscribe to "before paging" event("DWN_ECOM_PRODUCTLIST_BEFORE_PAGING"). As a parameter you will receive all founded products. Then store them somehow.
2. Subscribe to "before render" event ("DWN_ECOM_PRODUCTLIST_BEFORE_RENDER"). As a parameter you will receive limited products for concrete page. Here you can replace limited products by stored before products.
There are a lot of posts how to use NotificationSubscriber.
Also I have found related post, it can help you too: http://engage.dynamicweb-cms.com/Forum-5.aspx?PID=34&action=ShowThread&ThreadID=2372