'; echo '

' . esc_html($term->name) . '

'; if (!empty($term->description)) { echo '
' . wp_kses_post(wpautop($term->description)) . '
'; } echo '

' . esc_html(sprintf(esc_html__('%s products', 'xshop'), number_format_i18n((int) $term->count))) . '

'; echo ''; } } elseif (is_shop()) { $shopId = wc_get_page_id('shop'); $title = $shopId ? get_the_title($shopId) : esc_html__('Shop', 'xshop'); echo '

' . esc_html($title) . '

'; } ?>
esc_html__('No products found', 'xshop'), 'text' => esc_html__('Try adjusting your filters or browse all products.', 'xshop'), 'cta_label' => esc_html__('Browse shop', 'xshop'), 'cta_url' => wc_get_page_permalink('shop'), ]); } ?>