File: /var/www/shoetique/wp-content/themes/north-wp/woocommerce/wishlist.php
<?php
/**
* Wishlist pages template; load template parts basing on the url
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 2.0.0
*/
?>
<section class="page-padding">
<div class="small-12 small-centered medium-12 columns">
<?php wc_print_notices() ?>
<div class="text-center"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" class="back_to_account"><?php _e("<small>Back to</small> My Account", 'north'); ?></a></div>
<?php yith_wcwl_get_template( 'wishlist-' . $template_part . '.php', $atts ) ?>
</div>
</section>