Hey,
Here is our site: Fanfiber
Here is a single product from our site: fhm-roads-premium-tee
What we are trying to achieve is, to have a View Vendor’s (clients) Collection Button that is visible at the top of the product page for each product.
The issue we have found is that we have a wide range of clients with their own collections, but when a customer clicks on a product, OR they come from an external source like Youtube Merch Shelf, Facebook Ad, they have no means to “return” or “view the full collection” for that clients store. Therefore we would like to see if anyone can help us draft up some code for our Shopify script that will allow our customers to have more ease of use and accessibility to reach the collection of products.
The best way i can think of doing this is by Vendor, as we specify the Vendor as the clients Channel name, ie. ‘Future House Music’, ‘The Stupendium’, ‘Piemations’, etc. Therefore we need each clients collection to only return them to the right collection, if the product is from that Vendor.
Any assitance would be greatly appreciated! 
Warm Regards,
Sam
Hi @Freshwun ,
Please go to main-product.liquid file, find ‘product-form-’ and add code here:
Code:
{{ product.vendor }}
Hope it helps!
Hey, Thank you so much for this solution, it is working as intended, however we now have 2 Vendors showing, 1 of them is unclickable, and the other is the new vendor button we wanted.
Could you help me remove the unclickable vendor as seen in the image?
Also is there a way we could make this easier to see?
We would be happy with the same style as the rest of our site hyperlinks, so the text is coloured in the following HEX code: #FF8400 and Underlined to make it stand out more.
Thank you again in advance, this is very helpful!
Hi @Freshwun ,
You just need to go to customize and remove it, it will show a vendor I have instructed.
Hope it helps!
That worked as well, thank you! 
Last thing which i think got overlooked in the previous message was… Is there any code I can add into the 'Vendor Hyperlink" that will make it the following HEX CODE: #ff8400 and UNDERLINED?
I appreciate all the prompt response on these mate! 
Hi @Freshwun ,
Please change code:
{{ product.vendor }}
=>
{{ product.vendor }}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.