Skip to content

Commit 4fbd3c0

Browse files
author
Praesidiarius
committed
widget fix
1 parent 63525be commit 4fbd3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/widget/basket_manager.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (count($oStateTag) > 0) {
3232

3333
if(count($oNewState) > 0) {
3434
$oNewState = $oNewState->current();
35-
$aTotalSessionsDB = $oBasketTbl->fetchAll(false, ['state_idfs' => $oNewState->Entitytag_ID]);
35+
$aTotalSessionsDB = $oBasketTbl->fetchAll(false, ['state_idfs' => $oNewState->Entitytag_ID,'is_archived_idfs' => 0]);
3636
if(count($aTotalSessionsDB) > 0) {
3737
foreach($aTotalSessionsDB as $oBasket) {
3838
$aBasketPos = [];

0 commit comments

Comments
 (0)