fixed limit for number of items in group
This commit is contained in:
@@ -102,7 +102,7 @@ var fetchBestSellingItemsForGroup = function(groupId) {
|
|||||||
var items = _bestSellingForGroup;
|
var items = _bestSellingForGroup;
|
||||||
items.setClassificationType(4);
|
items.setClassificationType(4);
|
||||||
items.setClassificationId(groupId);
|
items.setClassificationId(groupId);
|
||||||
items.setLimit(30);
|
items.setLimit(200);
|
||||||
items.setOffset(0);
|
items.setOffset(0);
|
||||||
|
|
||||||
items.fetch({
|
items.fetch({
|
||||||
|
|||||||
Reference in New Issue
Block a user