<?php
defined('ABSPATH') || exit;
?>
<p><?php
esc_html_e('There are some issues with the items in your cart. Please go back to the cart page and resolve these issues before checking out.', 'woocommerce');
?></p>
<?php
do_action('woocommerce_cart_has_errors');
?>
<p><a class="button wc-backward" href="<?php
echo esc_url(wc_get_cart_url());
?>"><?php
esc_html_e('Return to cart', 'woocommerce');
?></a></p>