Commit 3e2c301b6c9485f32a636f8360a0b2ff00b558b2
1 parent
73a742aa
vip prices tests
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
... | ... | @@ -35,9 +35,9 @@ |
35 | 35 | <?= $t->_("price_from") ?> |
36 | 36 | <?php |
37 | 37 | //vip |
38 | - if($users_group_id == '37') { | |
38 | + //if($users_group_id == '37') { | |
39 | 39 | $i['price'] = round($i['price']*0.95, 1); |
40 | - } | |
40 | + //} | |
41 | 41 | // скидка |
42 | 42 | if (!empty($discount)) { |
43 | 43 | if ($discount['discount'] > 0 && $discount['discount'] <= 100 && in_array($i['id'], $discount['group_ids'])) { | ... | ... |