' . $page_title . '' ); ?> ' )?>
' )?>
0 ) : foreach( $wishlist_items as $item ) : global $product; if( function_exists( 'wc_get_product' ) ) { $product = wc_get_product( $item['prod_id'] ); } else{ $product = get_product( $item['prod_id'] ); } if( $product !== false && $product->exists() ) : $availability = $product->get_availability(); $stock_status = $availability['class']; ?>
product_type != 'simple' ) ? 'disabled="disabled"' : '' ?>/>
get_image()); ?>
get_title(), $product ) ?> ID ); ?> ID ); ?>,
min_price != $product->max_price ){ echo sprintf( '%s - %s', wc_price( $product->min_price ), wc_price( $product->max_price ) ); } else{ echo wc_price( $product->min_price ); } } elseif( $product->price != '0' ) { print ($product->get_price_html()); } else { echo apply_filters( 'yith_free_text', __( 'Free!', 'yit' ) ); } ?> ' . __( 'Out of Stock', 'yit' ) . ''; } else { $stock_status = "In"; echo '' . __( 'In Stock', 'yit' ) . ''; } ?> ' . sprintf( __( 'Added on : %s', 'yit' ), date_i18n( get_option( 'date_format' ), strtotime( $item['dateadded'] ) ) ) . ''; endif; ?> 1 && $move_to_another_wishlist ): ?>
0 ): ?>