Hello,
in new version is not possible to set SEO URL request at admin page of HUSKY - Products Filter Professional for WooCommerce v.3.3.6.4. I found blocking code at theme functions, but even if I delete it it does not work. Will you fix this bug at new version? I realy need to make new page for SEO where will be filtred product only in stock.
Thank you for your reply.
Hello, is there any update? The function is still blocked at wc-template-functions.php
/*Fix page search when product_cat emty WOOF v3.3.4.3*/
if (! function_exists('aora_woo_fix_form_search_cate_empty_woof_new_version')) {
add_action( 'admin_init', 'aora_woo_fix_form_search_cate_empty_woof_new_version', 10 );
function aora_woo_fix_form_search_cate_empty_woof_new_version()
{
$settings = get_option('woof_settings');
$settings['force_ext_disable'] = 'url_request';
update_option('woof_settings', $settings);
}
}