Hello,
I currently show my vendors on my collection pages using custom code but it doesn’t show up on my product pages. I would like to display the vendor name above the product name.
Amorabags.se
Password: chawdo
A user needed help displaying vendor names on product pages, as they were already showing on collection pages using custom code but not on individual product pages.
Solution Provided:
{{ product.vendor }}Outcome:
The solution successfully resolved the issue, with the vendor name now appearing on product pages as intended. The discussion is marked as resolved.
Hello,
I currently show my vendors on my collection pages using custom code but it doesn’t show up on my product pages. I would like to display the vendor name above the product name.
Amorabags.se
Password: chawdo
Hey @EdvinLeithe
For that just simply create a “Custom Liquid” block and add this below code in the custom liquid block and drag it above the product title.
{{ product.vendor }}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you! This solved it.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.