• Hello there.
    Thanks for your great plugin.

    For some reasons I need to use products list in a custom page, but not the default products archive page in Enfold theme.
    I commented the line 48 in includes/widget.php so the widget now shows up in my page.

    if( ! empty($br_options['filters_turn_off']) || ( ! is_shop() && ! is_product_category() && ! is_product_taxonomy() && ! is_product_tag() ) ) return false;

    But the filtering functionality is not working.

    A working sample is available here.

    Could you please help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello Sina,

    Free plugin is changing main WooCommerce query. So if it is not shop/product-archive there is no query and nothing to change.

    Regards,
    Dima

    Thread Starter Sina Saeedi

    (@melodymag)

    Could it be done by changing Products selector?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    No, but it could be done by using WooCommerce’s shop, category or tag page. Anything you want to do could be done using normal way with default WooCommerce pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using filter widget on custom page’ is closed to new replies.