File "cart-errors.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/templates/checkout/cart-errors.php
File
size: 415 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?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>