Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
woocommerce
/
templates
/
checkout
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>