*/ | */ | ||||
public function initAmount() | public function initAmount() | ||||
{ | { | ||||
$this->amount = 0 ; | |||||
$this->weight = 0 ; | |||||
if (isset($this->productOrder)) { | if (isset($this->productOrder)) { | ||||
foreach ($this->productOrder as $productOrder) { | foreach ($this->productOrder as $productOrder) { | ||||
$this->amount += $productOrder->price * $productOrder->quantity; | $this->amount += $productOrder->price * $productOrder->quantity; |