I am not sure, but in the file "components/com_eshop/views/checkout/view.html.php" and below the code:
elseif ($this->getLayout() == 'cancel')
{
$this->displayCancel($tpl);
}
there should be a similar code for the failure page like below:
elseif ($this->getLayout() == 'failure')
{
$this->displayCancel($tpl);
}