How to replace brand name with logo on product page?

Hi

Pls could u provide a solution to replacing brand name to brand logo on product page. Example: product page says “whirpool” in light blue (next to the model number) but i want to show the logo instead.

URL: appliancesclub.com

Theme: Warehouse

Current Look:

Desired Look:

Cheers

Here’s a rough solution - on the product page instead of outputting the vendor you could convert this to a file name and display that as an image. This would look something like

{% capture vendor_image %}{{ product.vendor | handle }}_logo.png{% endcapture %}

For this example you would want to make sure logos are uploaded to your Settings > Files page using this format brand_name_logo.png