Get a List of Products on Sale in WooCommerce
Check if the product is on sale
We can simply check if a product is on sale by using is_on_sale() function.
<?php
global $product;
if ( $product->is_on_sale() ) {
// wow product is on sale
// do something
}
Get Products on Sale from All Categories
On contrary, getting a list of products that are on sale is a bit complex than check for a single product. We will use WP_QUERY class. In addition, we will use wc_get_product_ids_on_sale() function to get all the ids.
<?php
//arguments
$args = array(
'posts_per_page' => 24,
'post_status' => 'publish',
'post_type' => 'product',
'meta_query' => WC()->query->get_meta_query(),
'post__in' => array_merge( array( 0 ), wc_get_product_ids_on_sale() )
);
//get products on sale using wp_query class
$products = new WP_Query( $args );
<?php if($products->have_posts()) : ?>
<?php while($products->have_posts()) : $products->the_post(); ?>
<?php the_title() ?>
<?php echo $product->get_price(); ?>
<?php echo $product->get_sale_price(); ?>
<?php endwhile; ?>
<?php else : ?>
<p> Sorry!No products on sale</p>
<?php endif; ?>
The above query will retrieve all the products that are on sale from all category.
Get Products on Sale from Specific Categories
We can also retrieve list of products from specific categories. For this we should pass ids of categories as an array.
<?php
$categories = array(1, 4, 7); //ids of categories
$query_args = array(
'post_status' => 'publish',
'post_type' => 'product',
'posts_per_page' => 24,
'orderby' => 'ASC',
'meta_query' => WC()->query->get_meta_query(),
'post__in' => array_merge( array( 0 ), wc_get_product_ids_on_sale() ),
);
$query_args['tax_query'] = array(
array(
'taxonomy' => 'product_cat',
'field' => 'term_id',
'terms' => $categories,
'operator' => 'IN',
));
$products = new WP_Query( $query_args );
<?php if($products->have_posts()) : ?>
<?php while($products->have_posts()) : $products->the_post(); ?>
<?php the_title() ?>
<?php echo $product->get_price(); ?>
<?php echo $product->get_sale_price(); ?>
<?php endwhile; ?>
<?php else : ?>
<p> Sorry!No products on sale</p>
<?php endif; ?>
Author: NghiaMP

Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you. https://www.binance.com/en-IN/register?ref=UM6SMJM3
Your article helped me a lot, is there any more related content? Thanks! https://www.binance.info/cs/register?ref=S5H7X3LP
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://www.binance.info/es/register-person?ref=T7KCZASX
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. https://www.gate.io/share/XwNAUwgM
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://www.binance.com/join?ref=P9L9FQKY
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Your article helped me a lot, is there any more related content? Thanks! https://accounts.binance.info/en-IN/register?ref=UM6SMJM3
Your article helped me a lot, is there any more related content? Thanks!
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Your article helped me a lot, is there any more related content? Thanks!
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?
Your article helped me a lot, is there any more related content? Thanks!
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Your article helped me a lot, is there any more related content? Thanks!
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://www.binance.com/join?ref=P9L9FQKY
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Great post. It’s very well thought out and quite educating. Keep it up.
https://universe20864.worldblogged.com/43561847/5-easy-facts-about-gender-reveal-fireworks-described
Với giao diện mượt mà và ưu đãi hấp dẫn, MM88 là lựa chọn lý tưởng cho các tín đồ giải trí trực tuyến.
This design is wicked! You definitely know how to keep a reader amused. Between your wit and your videos, I was almost moved to start my own blog (well, almost…HaHa!) Wonderful job. I really enjoyed what you had to say, and more than that, how you presented it. Too cool!
https://official.link/linetogel
whoah this blog is great i really like studying your posts. Stay up the good paintings! You already know, a lot of people are hunting around for this info, you can aid them greatly.
https://official.link/dewatogellogin
Its like you read my mind! You appear to know a lot about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a little bit, but other than that, this is fantastic blog. A fantastic read. I will certainly be back.
https://official.link/dewatogellogin
I was just searching for this information for some time. After six hours of continuous Googleing, at last I got it in your website. I wonder what’s the lack of Google strategy that do not rank this kind of informative sites in top of the list. Usually the top websites are full of garbage.
https://official.link/hometogellogin
Most of the things you state is supprisingly legitimate and it makes me wonder why I had not looked at this with this light previously. This particular article really did turn the light on for me personally as far as this particular subject matter goes. Nonetheless at this time there is just one factor I am not really too cozy with so while I try to reconcile that with the main theme of your position, let me observe what the rest of the readers have to say.Very well done.
https://official.link/linetogel
Thank you for the auspicious writeup. It in fact was a amusement account it. Look advanced to far added agreeable from you! However, how can we communicate?
https://official.link/dewatogellogin
I’m glad I discovered this page. I was searching for something else when I stumbled on it. Nice work.
https://caidenyzxgm.dailyhitblog.com/43645747/the-5-second-trick-for-professional-seo-marketing
Thanks for your article. My partner and i have generally observed that a lot of people are needing to lose weight because they wish to appear slim as well as attractive. However, they do not generally realize that there are more benefits for you to losing weight also. Doctors claim that over weight people experience a variety of illnesses that can be perfectely attributed to the excess weight. Fortunately that people who sadly are overweight along with suffering from various diseases are able to reduce the severity of the illnesses by means of losing weight. It is easy to see a slow but marked improvement in health as soon as even a bit of a amount of losing weight is reached.
http://www.comprarmarihuanamadrid.com
kuwin sở hữu kho game đa dạng từ slot đến trò chơi bài đổi thưởng, mang đến cho bạn những giây phút giải trí tuyệt vời.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Khám phá thế giới giải trí trực tuyến đỉnh cao tại MM88, nơi mang đến những trải nghiệm cá cược thể thao và casino sống động.