Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 724 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 724 Bytes

FD Product Brands

A WooCommerce plugin that adds a custom taxonomy 'product_brand' to products and allows the attachment of images to the product_brand. Each image links to a search result for that taxonomy. Utilized flickity.js for front end display (https://flickity.metafizzy.co/).

Requirements

  • WooCommerce v7.5.0 (Tested)

Shortcode Usage

To use this shortcode, you can simply add [product_brand_list] to any post or page. You can also pass the orderby and order attributes to sort the list by weight, total quantity, or total retail value. For example, [product_brand_list orderby="product_brand_weight" order="desc"] would display the list of product brands sorted by weight in descending order.