How to exclude out-of-stock products?
-
Hi,
Thanks for the great plugin. How to exclude out-of-stock products from search results ? I tried below code but it didn’t work. Any help?
if ( isset( $custom['_stock_status'] ) && $custom['_visibility'][0] == 'outofstock' ) { continue; }
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to exclude out-of-stock products?’ is closed to new replies.