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