BeRocket Account and Product key uses for auto update plugins from BeRocket site.
Setting Custom CSS
Open your site admin panel->WooCommerce->Product Brands->Custom CSS
Add this CSS to the field "User custom CSS style":
WooCommerce Products Compare have settings in Admin Panel -> WooCommerce -> Product Brands
Contains general settings for Product Brands.
Contains setting to set custom CSS code that will be added to frontend pages.
Plugin key - uses for updates plugin from BeRocket site. You can get this on BeRocket site -> My Account page on click key icon
BeRocket account settings are in Admin Panel -> Settings -> BeRocket Account.
Contains field for place BeRocket Account Key
Where can you find Account Key?
To add new brand go to Admin Panel -> Products -> Brands
Widget to display Brands list by name. You can place this widget to any widget area like other widgets.
Widget to display product brands. You can place this widget to any widget area like other widgets.
Widget to display product brand information. You can place this widget to any widget area like other widgets.
[brands_product_thumbnail] - display brand thumbnail on product page. Displayed brand name, when brand has no thumbnail.
[brands_info] - display product brand information
[product_brands_info] - brand info on product page
[brands_products] - display products for specific brand like WooCommerce product category shortcode
[brands_list] - list of brands
[brands_by_name] - brands list by name
Template that uses in plugin.
Parameters
Usage
HTML code, that brands_product_thumbnail shortcode returns.
Parameters
Usage
HTML code, that brands_info shortcode returns.
Parameters
Usage
HTML code, that brands_by_name shortcode returns.
Parameters
Usage
HTML code, that brands_list shortcode returns.
Parameters
Usage
HTML code, that brands_products shortcode returns.
Parameters
Usage
Action in brand_info shortcode before HTML.
Parameters
Usage
Action in brand_info shortcode after HTML.
Parameters
Usage
Action in brands_by_name shortcode and WooCommerce Brands by Name widget before letter block.
Parameters
Usage
Action in brands_by_name shortcode and WooCommerce Brands by Name widget after letter block.
Parameters
Usage
Public function to get WooCommerce version
return string. woocommerce version
All of these functions is in class BeRocket_product_brand as static functions.
Function for initialize scripts.
Function for initialize scripts and settings page in admin panel.
Add option page to admin menu.
Get template part (for templates like the slider).
Default templates places in plugins folder woocommerce-brand/templates.
To rewrite the template in your theme folder create folder with name woocommerce-product_brand and places new template with identical name in this folder.
brands_product_thumbnail shortcode
brands_info shortcode
brands_by_name shortcode
brands_list shortcode
brands_products shortcode
All settings you can find in BeRocket_product_brand class in static variables $defaults.