Developer forum

Forum » Development » Extend productlist in eCom

Extend productlist in eCom


Reply
I'm working on a shop, where I need to show more than the max of 100 products on a productlist.

Is there a workaround to do this?

Regards
Tommy

Replies

 
Reply

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

 

You must be logged in to post in the forum