/var/www/(Del)hsihk.com/wp-content/plugins/woocommerce/templates/cart/cart-empty.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * Empty cart page
 *
 * @author         WooThemes
 * @package     WooCommerce/Templates
 * @version     2.0.0
 */

if ( ! defined'ABSPATH' ) ) exit; // Exit if accessed directly

wc_print_notices();

?>

<p class="cart-empty"><?php _e'Your cart is currently empty.''woocommerce' ?></p>

<?php do_action'woocommerce_cart_is_empty' ); ?>

<p class="return-to-shop"><a class="button wc-backward" href="<?php echo apply_filters'woocommerce_return_to_shop_redirect'get_permalinkwc_get_page_id'shop' ) ) ); ?>"><?php _e'Return To Shop''woocommerce' ?></a></p>