Hello,
My vendor name is showing twice on debut theme. When I checked the box for “show vendor” this is what happened.

Anyone know why this is happening?
Thanks in advance,
Shelly
Hello,
My vendor name is showing twice on debut theme. When I checked the box for “show vendor” this is what happened.

Anyone know why this is happening?
Thanks in advance,
Shelly
Hi @ShellyG1 , glad to help you with our expertise, you can resolve your problem with this answer. If it is showing on the product detail page, then open the file snippets > product-price.liquid and follow the instructions in the given screenshot (https://prnt.sc/xpqs38).
If it is showing on the collection page or home page then open the file snippets > product-price-listing.liquid and follow the instructions in the given screenshot (https://prnt.sc/xpr27b).
Hopefully, that solves your problem. If not, please let me know if you’re seeing any other issues.
Hello,
Please share:
Kind regards,
Diego
Hi
i am having the same issue. i followed the above isntruction but it didnt work
Please share your URL so we can take a look.
@diego_ezfy this is an issue i have on the collection pages (shop>rings/necklaces etc) and on the home page when you scroll down to the new in section
@Ahimasho , do this to fix it in 20 seconds:
.grid-view-item .price__vendor{
display: none !important;
}
Please let me know whether it works.
Kind regards,
Diego
@diego_ezfy This has worked now. Thank you so much