<?php
/**
* Empty cart page
*
*More info on overriding template files can be found here: https://www.download-monitor.com/kb/overriding-content-templates/
*
* @version 4.9.6
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
?>
<p><?php
echo esc_html__( 'Your cart is empty.', 'download-monitor' ); ?></p>