From 2.1.0 version of the plugin its added compatibility with the next plugin: Display Product for WooCommerce
But from side WOOF only. So to make it works as here you are need:
- open file wp-content\plugins\displayProduct\displayProduct-shortcodes.php
- find code (CTRL+F)1$r = new WP_Query($query_args);
- and before that code drop:1$query_args = apply_filters('woof_modify_query_args', $query_args);
Then, create new page in your site and drop there shortcode: [woof_products per_page=8 is_ajax=0 tpl_index=tpl_dp]
Remember - WOOF doesn work with this plugin in AJAX mode.
downloadAFTER installation and activation of this extension you can find its settings in: tab Extensions -> tab EXT-APPLICATIONS OPTIONS
