Hi Support,
Can you advise why price filter widget doesn't show on frontpage (home), it only shows on archive page.
http://ahoki.com
I have contacted theme developer, they said this is woocommerce coding limitation issue.
if (!is_tax( 'product_cat' ) && !is_post_type_archive('product') && !is_tax( 'product_tag' )) return; // Not on product page - return
How to make it consistently show at everywhere?
Thanks,
Agus