Select Page
  • woocommerce-brand.php – main plugin file.
  • css – folder with CSS files:
    • admin.css – styles for the admin bar;
    • frontend.css – styles for frontend;
    • slick.css – JQuery slider plugin styles.
  • includes – folder with the additional PHP files:
    • functions.php – public functions;
    • widget-catalog.php – WooCommerce Brand Catalog (former WooCommerce Brands by Name) widget;
    • widget-description.php – WooCommerce Product Brands Description widget;
    • widget-list.php – WooCommerce Brand List widget;
    • base-widget.php – basic widget for WooCommerce Brand List and WooCommerce Brand Catalog
  • js – folder with JavaScript files:
    • admin.js – JavaScript for the admin bar settings;
    • catalog.js – scripts for the WooCommerce Brand Catalog widget;
    • front.js – front-end scipts;
    • slick.min.js – Slick library;
    • slider.js – slider scripts.
  • templates – templates for settings and widget:
    • catalog.php – frontend template for 
      WooCommerce Brand Catalog (WooCommerce Brands By Name) widget and brands_catalog (brands_by_name) shortcode;
    • description.php – frontend template for WooCommerce Product Brands Description widget and brands page description;
    • list-template.php – frontend template for WooCommerce Brand List widget and brands_catalog (brands_by_name) shortcode;