コード例 #1
0
ファイル: Cart.php プロジェクト: M03G/PrestaShop
 /**
  * Get cart discounts
  */
 public function getDiscounts()
 {
     return CartRule::getCustomerHighlightedDiscounts($this->id_lang, $this->id_customer, $this);
 }