Viewing 1 replies (of 1 total)
  • Hi Rich,

    Shop Isle theme is specific to WooCommerce. Thus, we have added some additional code to give a style with WooCommerce.

    That’s why the result counts are removed. It is removed by using following code in the file: /themes/shop-isle/inc/woocommerce/hooks.php

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );

    You can customize this file by using a child theme to have the counts back.

Viewing 1 replies (of 1 total)
  • The topic ‘woocommerce_result_count not displayed’ is closed to new replies.