'product', 'posts_per_page' => $cartable_product_num ); /* Exclude hidden products from the loop */ $cartable_product_args['tax_query'] = array( array( 'taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'exclude-from-catalog', 'operator' => 'NOT IN', ), ); ?>

have_posts() ) : $cartable_product_loop->the_post(); global $product; ?>
is_on_sale() ) : ?> ' . esc_html__( 'Sale!', 'cartable' ) . '', $post, $product ); ?>

get_price_html(); ?>