Commit a1da89b0a1fda10022b54dab25baee3d8376ab63
1 parent
2c9e2e22
item_group view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | if(isset($users_group_id) && $users_group_id == '37') { |
39 | 39 | $i['price'] = round($i['price']*0.95, 1); |
40 | 40 | } |
41 | - // скидка | |
41 | + //discount | |
42 | 42 | if (!empty($discount)) { |
43 | 43 | if ($discount['discount'] > 0 && $discount['discount'] <= 100 && in_array($i['id'], $discount['group_ids'])) { |
44 | 44 | echo '<span style="text-decoration: line-through;"><span>'.$i['price'].'</span></span> грн<br/>'; | ... | ... |