File: //var/www/shoetique/wp-content/themes/north-wp/woocommerce/cart/cart-empty.php
<?php
/**
* Empty cart page
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<div class="my_woocommerce_page page-padding text-center cart-empty">
<section>
<figure></figure>
<p class="message"><?php _e( 'Your cart is currently empty.', 'north') ?></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_permalink( wc_get_page_id( 'shop' ) ) ); ?>"><?php _e( 'Return To Shop', 'north' ) ?></a></p>
</section>
</div>