Inscrivez-vous à notre newsletter !

Submitting Form...

The server encountered an error.

Form received.

Nos Produits

' / ', 'wrap_before' => '', 'before' => '', 'after' => '', 'home' => 'Home' ); } } add_filter( 'woocommerce_breadcrumb_defaults', 'my_woocommerce_breadcrumbs' ); ?>
24

woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?>

©PYKHA Studio Graphique • 5-7, rue Paul Bert 93400 Saint-Ouen • Téléphone : 01 40 11 68 78 / 06 60 45 62 02 • E-mail : studio@pykha.fr

query->get_meta_query(); $meta_query[] = array( 'key' => '_featured', 'value' => 'yes' ); } if(recent=='on_sale'){ $meta_query = WC()->query->get_meta_query(); $meta_query[] = array( 'relation' => 'OR', array( // Simple products type 'key' => '_sale_price', 'value' => 0, 'compare' => '>', 'type' => 'numeric' ), array( // Variable products type 'key' => '_min_variation_sale_price', 'value' => 0, 'compare' => '>', 'type' => 'numeric' ) ); } if(recent=='top_rated'){ add_filter( 'posts_clauses', array($woocommerce->query,'order_by_rating_post_clauses') ); } $args = array( 'posts_per_page' => 4, 'offset' => 0, 'category' => '', 'product_cat' => $cats_name, 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'product', 'post_status' => 'publish', 'meta_query' => $meta_query ); if(recent=='best_selling'){ $args = array( 'posts_per_page' => 4, 'offset' => 0, 'category' => '', 'product_cat' => $cats_name, 'post_type' => 'product', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, 'meta_key' => 'total_sales', 'orderby' => 'meta_value_num', 'meta_query' => WC()->query->get_meta_query(), 'tax_query' => WC()->query->get_tax_query(), ); } //array di product $products_query = new WP_Query( $args ); ?>
have_posts() ) : ?>
have_posts() ) : $products_query->the_post(); $count++; ?>
woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?>

©PYKHA Studio Graphique • 5-7, rue Paul Bert 93400 Saint-Ouen • Téléphone : 01 40 11 68 78 / 06 60 45 62 02 • E-mail : studio@pykha.fr

query->get_meta_query(); $meta_query[] = array( 'key' => '_featured', 'value' => 'yes' ); } if(recent=='on_sale'){ $meta_query = WC()->query->get_meta_query(); $meta_query[] = array( 'relation' => 'OR', array( // Simple products type 'key' => '_sale_price', 'value' => 0, 'compare' => '>', 'type' => 'numeric' ), array( // Variable products type 'key' => '_min_variation_sale_price', 'value' => 0, 'compare' => '>', 'type' => 'numeric' ) ); } if(recent=='top_rated'){ add_filter( 'posts_clauses', array($woocommerce->query,'order_by_rating_post_clauses') ); } $args = array( 'posts_per_page' => 6, 'offset' => 0, 'category' => '', 'product_cat' => $cats_name, 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'product', 'post_status' => 'publish', 'meta_query' => $meta_query ); if(recent=='best_selling'){ $args = array( 'posts_per_page' => 6, 'offset' => 0, 'category' => '', 'product_cat' => $cats_name, 'post_type' => 'product', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, 'meta_key' => 'total_sales', 'orderby' => 'meta_value_num', 'meta_query' => WC()->query->get_meta_query(), 'tax_query' => WC()->query->get_tax_query(), ); } //array di product $products_query = new WP_Query( $args ); ?>
have_posts() ) : ?>
have_posts() ) : $products_query->the_post(); $count++; ?>
woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?>
'.'Sale'.''; return $content; } } do_action('woocommerce_before_shop_loop_item_title'); echo do_shortcode('[musexpress-closelink-product-grid]'); ?>
product_type; switch ($product_type) { case 'external': return 'Add to cart'; break; case 'grouped': return 'Details'; break; case 'simple': return 'Add to Cart'; break; case 'variable': return 'Options'; break; default: return 'Details'; } } } do_action( 'woocommerce_after_shop_loop_item' ); ?>

©PYKHA Studio Graphique • 5-7, rue Paul Bert 93400 Saint-Ouen • Téléphone : 01 40 11 68 78 / 06 60 45 62 02 • E-mail : studio@pykha.fr