Commit 16ea0ce2f2dce741340e05102c10f0aed78448e5

Authored by Alex Savenko
1 parent 3b3559e1

price display

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/changeWithSize.php
... ... @@ -54,5 +54,5 @@ if(!empty($item['prices'][0])) {
54 54 }
55 55 }
56 56  
57   -
  57 +$data['price'] = '1';
58 58 echo json_encode($data);
59 59 \ No newline at end of file
... ...