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

    (@dholovnia)

    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

    Thread Starter afrianto

    (@afrianto)

    got it. Thanks for quick respond.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where i can find list of shortcode’ is closed to new replies.