示例#1
0
文件: Cart.php 项目: M03G/PrestaShop
 /**
  * Get cart discounts
  */
 public function getDiscounts()
 {
     return CartRule::getCustomerHighlightedDiscounts($this->id_lang, $this->id_customer, $this);
 }