Skip to content

Commit

Permalink
Total
Browse files Browse the repository at this point in the history
  • Loading branch information
Serov-RA committed Nov 25, 2019
1 parent 0c48963 commit b140fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/shopcart/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<span class="order_total_label">Итого с учетом доставки</span>
<span class="order_total_label">Итого</span>
<div class="order_total_amount">
<?= Yii::$app->formatter->asDecimal($total, 2) ?> <i class="fa fa-ruble"></i>
</div>
Expand Down

0 comments on commit b140fcb

Please sign in to comment.