[-] FO : restored the display of available cart rules in the cart #PSCFV-5473
This commit is contained in:
@@ -172,7 +172,7 @@ class DiscountCore extends CartRule
|
||||
*/
|
||||
public static function getVouchersToCartDisplay($id_lang, $id_customer)
|
||||
{
|
||||
return array();
|
||||
return CartRule::getCustomerCartRules($id_lang, $id_customer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user