PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
/
woocommerce
<?php /** * Wishlist pages template; load template parts basing on the url * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 2.0.0 */ global $wpdb, $woocommerce; // Start wishlist page printing if( function_exists( 'wc_print_notices' ) ) { wc_print_notices(); } else{ $woocommerce->show_messages(); } ?> <div id="yith-wcwl-messages"></div> <div class="row-fluid"> <div class="span<?php echo $span; ?>"> <?php yith_wcwl_get_template( 'wishlist-' . $template_part . '.php', $atts ) ?> </div> </div>
[+]
..
[-] archive-product.php
[edit]
[-] style.css
[edit]
[+]
cart
[-] content-widget-product.php
[edit]
[-] product-quick-view.php
[edit]
[+]
myaccount
[+]
checkout
[+]
single-product
[-] content-product.php
[edit]
[-] content-single-product.php
[edit]
[+]
loop
[-] content-product-slide.php
[edit]
[-] single-product-reviews.php
[edit]
[+]
shop
[-] wishlist.php
[edit]
[-] single-product.php
[edit]
[+]
global
[-] content-product_cat.php
[edit]