Hello,
Copy from plugin description:
Shortcode:
In editor [br_filters attribute=price type=slider title=”Price Filter”]
In PHP do_shortcode(‘[br_filters attribute=price type=slider title=”Price Filter”]’);
Shortcode Options:
attribute(required) – product attribute, eg price or length. Don’t forget that woocommerce adding pa_ suffix for created attributes.
So if you create new attribute jump its name is pa_jump
type(required) – checkbox, radio, slider or select
operator – OR or AND
title – whatever you want to see as title. Can be empty
product_cat – parent category id
cat_propagation – should we propagate this filter to child categories? set 1 to turn this on
height – max filter box height. When height is met scroll will be added
scroll_theme – pretty clear name, scroll theme. Will be used if height is set and real height of box is more
Regards,
Dima