Select Page

All settings you can find in BeRocket_force_sell class in static variables $defaults.

public static $defaults = array(
        'display_force_sell'        => '1',
        'display_force_sell_linked' => '1',
        'display_as_link'           => '',
        'force_sell'                => array(),
        'force_sell_linked'         => array(),
        'category_linked'           => array(),
        'product_linked'            => array(),
        'linked_products'           => array(),
        'custom_css'                => '',
        'plugin_key'                => '',
    );