Commit 52760f03eb5c7a737481ccfcf580b6d47cec4a01
1 parent
1f785df1
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
... | ... | @@ -1383,7 +1383,7 @@ |
1383 | 1383 | $i['alias'] = $this->url->get([ 'for' => 'item', 'type' => $i['type_alias'], 'subtype' => $i['subtype_alias'], 'group_alias' => $i['group_alias'], 'item_id' => $i['id'] ]); |
1384 | 1384 | $i['price'] = $i['price2']; |
1385 | 1385 | $i['type_id'] = $i['type']; |
1386 | - $i['id'] = $i['group_id']; | |
1386 | + //$i['id'] = $i['group_id']; | |
1387 | 1387 | |
1388 | 1388 | $i['options_'] = $this->etc->hstore2arr($i['options']); |
1389 | 1389 | ... | ... |