Why is the vendor name missing on my product page?

Hi! I recently created a new product-template with customisation options, as per this tutorial (https://community.shopify.com/c/Shopify-Design/Product-pages-Get-customization-information-for-products/td-p/616503).

The tutorial works great BUT on the product pages with the customisation options (a.k.a. using product-customisable-template), the product vendor name is missing. I’m not sure why this is or how to fix it. Happy to copy and paste code here but don’t know what to copy. I didn’t delete anything from the product-template.liquid section, only added in code for customisation options.

Can someone help? I’m using the Minimal theme. Thanks in advance!

@bylo

You can use the following liquid to display the vendor name on the product:

{{ product.vendor }}

https://shopify.dev/docs/themes/liquid/reference/objects/product

Thanks!

@dmwwebartisan

Sorry, maybe I wasn’t clear! I didn’t change the code at all, just copy and pasted it across, but the two product pages differ in two ways:

  1. the vendor name has still disappeared from the product page. (you say adding in {{ product.vendor }} will solve this? Where should I add it in?)

  2. In addition, my photos have changed from showing thumbnails below the main picture to showing thumbnails beside the main picture. Why does this happen? How do I change it? I actually quite like the new version but can’t figure out how to change the old version to match it.