ソースを参照

Modification d'un document : bug montant total document #166

dev
コミット
2a8599ef20
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      common/models/Order.php

+ 3
- 0
common/models/Order.php ファイルの表示

@@ -209,6 +209,9 @@ class Order extends ActiveRecordCommon
*/
public function initAmount()
{
$this->amount = 0 ;
$this->weight = 0 ;

if (isset($this->productOrder)) {
foreach ($this->productOrder as $productOrder) {
$this->amount += $productOrder->price * $productOrder->quantity;

読み込み中…
キャンセル
保存