diff --git a/views/order/_form.php b/views/order/_form.php index 69e4d30..262a3db 100755 --- a/views/order/_form.php +++ b/views/order/_form.php @@ -114,7 +114,9 @@ JS; orderProducts as $index => $orderProduct) { + $sum += ($orderProduct->count * $orderProduct->price) ?>