All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
On some product pages, not all, the supplier's name appears above the product name.
How do I prevent this please?
Thanks
Jeanne Melanson
Solved! Go to the solution
This is an accepted solution.
@JeanneM13 Please find below instruction is helpful to you and let us know.
1. Go to "Online Store" -> "Customize".
2. Go to product page.
3. Click the "Text" block.
4. There please remove the "Vendor" from the field.
Hello @JeanneM13
If vendor names are appearing on the Product Display Page (PDP), you can remove them by accessing the vendor names in the Shopify Product Admin. If the suggested steps aren't effective for you, please grant collaborator access, and we will investigate further on your behalf.
Hello JeanneM13,
Are you referring to this?
Let me know if you want to remove it from all the products or some specific product.
Thanks
Ritu
Hi Jeanne:
There's a simple way to hide the vendor on the product page:
Yes, I am referring to that. I thought it was only on some pages, but as I took now I see that it's on all product pages.
I've always put the Vendor name in Products Admin. I know there's a way to prevent it from showing up in the Shop but I don't remember how it's done. I had it fixed before, but somehow it's back.
Thanks.
Hi @JeanneM13 some approaches:
1. Check product page settings in customize (maybe there's such setting)
If so - just disable it
2. You can add custom css to this page:
.product__info-container .product__text {display:none}
Thank you! That's it.
This is an accepted solution.
@JeanneM13 Please find below instruction is helpful to you and let us know.
1. Go to "Online Store" -> "Customize".
2. Go to product page.
3. Click the "Text" block.
4. There please remove the "Vendor" from the field.
Perfect! Thank you.