Afterpay | Site Banner Q3 2026 (US version)

Added by Colleen Harrison on August 11, 2026   Contractual placement to promote Afterpay in supported geos.   Creative: use Cash App Afterpay logo (not original mint version) in the US

Banner image
Product Icon

WooCommerce Brands

Create, assign and list brands for products, and allow customers to view by brand.

Display Brand Name as link in the product page

Improve this code

/*
* Increase `1` on line 7 to move position of brand name
*/
add_action( ‘woocommerce_single_product_summary’, ‘wc_brands_add_brand_name’, 1 );
function wc_brands_add_brand_name() {
global $product;
$brands = implode(‘, ‘, wp_get_post_terms($product->get_id(), ‘product_brand’, [‘fields’ => ‘names’]));
echo “Brand: ” . $brands . “”;
}

Author

Sevun

Current Status

Open

Last updated: August 24, 2023

1 comment

Log in to comment on this feature request.

  1. webdesign87c3c7f634 says:

    How can that be shown below the price on the product page?

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.