Important

You are browsing upcoming documentation for version 7.0 of OroCommerce, scheduled for release in 2026. Read the documentation for the latest LTS version to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

LoadMoreCollection 

The LoadMoreCollection is a collection that supports “load more” functionality. Any add or remove actions are considered as already performed on the server, and the collection automatically updates state.totalItemsQuantity and route.limit.

This collection requires an API route that accepts the limit query parameter.

Augment: RoutingCollection

loadMoreCollection.parse() 

Kind: instance method of LoadMoreCollection

loadMoreCollection.loadMore() ⇒ $.Promise 

Loads additional state.loadMoreItemsQuantity items to the collection.

Kind: instance method of LoadMoreCollection Returns: $.Promise - promise

loadMoreCollection._onAdd() 

Kind: instance method of LoadMoreCollection

loadMoreCollection._onRemove() 

Kind: instance method of LoadMoreCollection