Beispiel #1
0
 public function getTotalSavings()
 {
     return $this->cart->totalSavings() + $this->cart->getDiscount();
 }