Select Page

[brands_product_thumbnail] – display brand thumbnail on product page. Displayed brand name, when brand has no thumbnail.

  • post_id – product ID to display brand from specific product
  • width – thumbnail width (Default: 35%)
  • height – thumbnail height
  • position – thumbnail align ( left, right or none )

[brands_info] – display product brand information

  • type – type of information ( name, image or description ). Can be used multiple types (Example: name,image,description). Position of elements is important. name,image,description and description,name,image return different shortcode.
  • id – brand ID to display information for specific brand

[product_brands_info] – brand info on product page

  • product_id – product ID(optionaly)
  • type – type of information ( name, image or description ). Can be used multiple types (Example: name,image,description). Position of elements is important. name,image,description and description,name,image return different shortcode.

[brands_products] – display products for specific brand like WooCommerce product category shortcode

  • brand_id – brand ID(s). One or more brand ID(Example: 12,34,35)
  • brand_slug – brand slug(s). One or more brand slug name(Example: brand1,brand2,brand3)
  • columns – count of columns for product list. Can doesn’t work with some theme or plugin
  • orderby – order products by this field(title, name, date, modified)
    • title – Order by title
    • name – Order by post name (post slug)
    • date – Order by date
    • modified – Order by last modified date
    • rand – Random order
  • order – ascending(asc) or descending(desc) order

[brands_list] – list of brands

  • use_image – display brand image(1 or 0)
  • use_name – display brand name(1 or 0)
  • per_row – Count of columns for brands list(count of brand per slider)
  • hide_empty – Hide brands without products(1 or 0)
  • count – maximum number of brand
  • slider – is this slider with brands(1 or 0)
  • padding – padding around image and name(Default: 3px)
  • border_color – border color in HEX(#FFFFFF – white, #000000 – black)
  • border_width – border width in pixels

[brands_by_name] – brands list by name

  • image – display brand image
  • text – display brand name
  • style – “vertical” or “horizontal” position of elements
  • position – image and name position for brand
    • 1 – Name after image
    • 2 – Name before image
    • 3 – Name under image
    • 4 – Show only on letter click
  • column – Count of columns for brands list
  • imgw – image width(Default: 64px)
  • imgh – image height