April 11, 2015 at 4:54 pm
#1615
Tu Tran
Moderator
So sorry for the delay !
To fix this issue, please go to the file app\code\local\Sns\Megamenu\Helper\Data.php, find and replace the code bellow
foreach($items as $item){
foreach($this->getSinglePath($item['id'], $groupId, $nametable, $item['lft'], $item['rgt'], FALSE) as $item_collection){
$collection->addItem($item_collection);
}
}
By:
foreach($items as $item){
foreach($this->getSinglePath($item['id'], $groupId, $nametable, $item['lft'], $item['rgt'], FALSE) as $item_collection){
$collection->addItem($item_collection);
}
break;
}
Thanks you,
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7