Vendor name appearing twice Shopify debut theme

Hello,

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

Screen Shot 2021-01-14 at 6.04.53 PM.png

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:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

Kind regards,
Diego

Hi

i am having the same issue. i followed the above isntruction but it didnt work

@Ahimasho

Please share your URL so we can take a look.

@diego_ezfy

shopmoonstone.co.uk

@Ahimasho

In which page does that happen? It seems fine on my end.

@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:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.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