Home › Forums › Product XML Feeds for WooCommerce › Displaying ‘Brands’ Custom Taxonomy in Product XML Feeds › Reply To: Displaying ‘Brands’ Custom Taxonomy in Product XML Feeds
March 23, 2018 at 6:16 pm #105549
Hi,
As replied in private email: since plugin v1.2.2, you can now get any custom taxonomy for the products with [alg_product_terms]
shortcode, e.g.:
[alg_product_terms taxonomy="brand"]
In case if there will be more than one brand, you can use sep
attribute to set how brands should be “glued”, e.g.:
[alg_product_terms taxonomy="brand" sep=", "]
Hope that helps.
Best regards,
Tom