total() public method

Get the cart total including tax.
public total ( ) : float
return float
Beispiel #1
0
 public function getTotal()
 {
     return $this->cart->total() + $this->cart->icann() - $this->cart->getDiscount();
 }