Connector for https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/ Index: tpl_woo_table Example: [woof_products per_page=8 is_ajax=0 tpl_index=tpl_woo_table] AFTER installation and activation of this extension you can find its settings in: tab Extensions -> tab EXT-APPLICATIONS OPTIONS ATTENTION: For more detailed information please read this article from the producer of the ‘WooCommerce Product Table’ plugin
Connector for https://codecanyon.net/item/go-portfolio-wordpress-responsive-portfolio/5741904 Index: tpl_go_portfolio Example: [woof_products per_page=8 is_ajax=0 tpl_index=tpl_go_portfolio] AFTER installation and activation of this extension you can find its settings in: tab Extensions -> tab EXT-APPLICATIONS OPTIONS
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)
| $r = new WP_Query($query_args); |
and before that code drop:
| $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… read more
This is extension-connector for printing woocommerce products using custom Essential Grid plugin and shortcode [woof_products]. Index: tpl_essential Example: [woof_products per_page=8 is_ajax=0 tpl_index=tpl_essential] AFTER installation and activation of this extension you can find its settings in: tab Extensions -> tab EXT-APPLICATIONS OPTIONS