diff --git a/src/app/frontend/controllers/PageController.php b/src/app/frontend/controllers/PageController.php index a0d769a..237a4eb 100644 --- a/src/app/frontend/controllers/PageController.php +++ b/src/app/frontend/controllers/PageController.php @@ -1429,7 +1429,7 @@ $i['price'] = $i['price2']; $i['price'] = round($i['price']*(1-$users_group_discount/100), 1); $i['type_id'] = $i['type']; - $i['id'] = $i['group_id']; + //$i['id'] = $i['group_id']; $i['options_'] = $this->etc->hstore2arr($i['options']); diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index c647c0c..c1c7f06 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -42,10 +42,6 @@