|
product_type != 'simple' ) ? 'disabled="disabled"' : '' ?>/>
|
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 ): ?>
|