Ejemplo n.º 1
0
 /**
  * Get cart discounts
  */
 public function getDiscounts()
 {
     return CartRule::getCustomerHighlightedDiscounts($this->id_lang, $this->id_customer, $this);
 }