<?php
$title=$product->getTitle() . ' : ' . $di->config->get('site_title');
$this->setLayout('cart/layout.phtml');
?>
<?php
$displayProductDetails = true;
include $this->_script('cart/_product.phtml') 
?>

<a href="<?php p($this->pUrl(null, ''));?>"><?php __e("Back to shopping cart") ?></a>