/**
* @deprecated in 5.6, will be protected in 5.8
*
* Check if any electronically distribution product is in basket
*
* @return bool
*/
public function getEsdNote() { $payment =
empty($this->
View()->
getAssign('sUserData'
)['additional'
]['payment'
]) ?
$this->session
['sOrderVariables'
]['sUserData'
]['additional'
]['payment'
] :
$this->
View()->
getAssign('sUserData'
)['additional'
]['payment'
];
return $this->basket->
sCheckForESD() && !
$payment['esdactive'
];
} /**
* @deprecated in 5.6, will be protected in 5.8
*
* Check if a custom inquiry possibility should displayed on cart page
* Compare configured inquiry value with current amount
*
* @return bool
*/
public function getInquiry() {