WooCommerce AJAX Products Filter use different options in different places.
br_filters_options
Contains all options from plugin settings page.
Array with default values
$defaults = array(
'plugin_key' => '',
'no_products_message' => 'There are no products meeting your criteria',
'pos_relative' => '1',
'no_products_class' => '',
'products_holder_id' => 'ul.products',
'woocommerce_result_count_class' => '.woocommerce-result-count',
'woocommerce_ordering_class' => 'form.woocommerce-ordering',
'woocommerce_pagination_class' => '.woocommerce-pagination',
'woocommerce_removes' => array(
'result_count' => '',
'ordering' => '',
'pagination' => '',
),
'control_sorting' => '',
'seo_friendly_urls' => '',
'slug_urls' => '',
'nice_urls' => '',
'filters_turn_off' => '',
'show_all_values' => '',
'hide_value' => array(
'o' => '',
'sel' => '',
),
'first_page_jump' => '',
'scroll_shop_top' => '',
'scroll_shop_top_px' => '-180',
'recount_products' => '',
'selected_area_show' => '',
'object_cache' => 'wordpress',
'ajax_request_load' => '1',
'ajax_request_load_style' => 'jquery',
'product_per_row' => '4',
'styles_input' => array(
'checkbox' => array( 'bcolor' => '', 'bwidth' => '', 'bradius' => '', 'fcolor' => '', 'backcolor' => '', 'icon' => '', 'fontsize' => '' ),
'radio' => array( 'bcolor' => '', 'bwidth' => '', 'bradius' => '', 'fcolor' => '', 'backcolor' => '', 'icon' => '', 'fontsize' => '' ),
'slider' => array( 'line_color' => '', 'line_height' => '', 'line_border_color' => '', 'line_border_width' => '', 'button_size' => '',
'button_color' => '', 'button_border_color' => '', 'button_border_width' => '', 'button_border_radius' => '' ),
'product_count' => 'round',
'product_count_position' => '',
),
'ajax_load_icon' => '',
'ajax_load_text' => array(
'top' => '',
'bottom' => '',
'left' => '',
'right' => '',
),
'description' => array(
'show' => 'click',
'hide' => 'click',
),
'user_func' => array(
'before_update' => '',
'on_update' => '',
'after_update' => '',
),
'user_custom_css' => '',
'br_opened_tab' => 'general',
'number_style' => array(
'thousand_separate' => '',
'decimal_separate' => '.',
'decimal_number' => '2',
),
'debug_mode' => '',
);br_filters_version
Contains current plugin version. Uses for correct plugin update.
berocket_permalink_option
Contains all settings from permalink page.
Array with default values
$default_permalink = array (
'variable' => 'filters',
'value' => '/values',
'split' => '/',
);BeRocket_account_option
Contains BeRocket Account key.
Array with default values
$default_account = array (
'account_key' => '',
);