CMS MADE SIMPLE FORGE

Cataloger

 

[#11397] Pagination not working (category)

avatar
Created By: Martijn (mebots)
Date Submitted: Thu Jun 01 15:58:36 -0400 2017

Assigned To: Fernando Morgado (JoMorg)
Version: 1.0.2
CMSMS Version: 2.1.6
Severity: Major
Resolution: None
State: Open
Summary:
Pagination not working (category)
Detailed Description:
Hello,

Pagination is not working for category.

Have found the problem:

The call to assign the smarty assign is to early:

line 549:  $cntObj->items = $categoryItems;
line 552: $smarty->assign('items', $categoryItems);

must be moved under 

line 555: list($nav, $categoryItems) = $this->pagination($categoryItems,
$params);



History