Prices Showing Twice on each product - how can I remove one of the prices?

Topic summary

Duplicate prices appear on product listings after installing the “Login to See Price – B2B” app on the Minimal theme.

  • Cause/context: After enabling the B2B app, prices render twice for guests/customers on product pages.
  • Fix provided (Minimal theme): Add a CSS rule to hide the duplicate element:
    span.hide-price-guest { display: none; }
    Placement: Online Store → Theme → Edit code → Assets → timber.scss.liquid (add at the bottom).
  • Result: The original reporter confirms this resolves the issue.

Follow-up:

  • Another merchant using the Craft theme reports double prices on the home page and some collections, but does not have timber.scss.liquid. They ask for guidance specific to Craft.
  • No solution was provided for the Craft theme, and another participant asked if a fix was found.

Status:

  • Resolved for Minimal theme via a CSS override.
  • Unresolved for Craft theme; next step would be identifying the correct stylesheet/file in that theme to apply a similar CSS rule. No further instructions or outcomes recorded.

No images or attachments are central to understanding this discussion.

Summarized with AI on January 10. AI used: gpt-5.

I have an issue with the minimal template. Prices are showing twice on each product I have (I have over 2000 products) .

I recently installed Login to See Price - B2B app, as i did not wish to password protect my site, but wanted only customers to be able to see prices.

How do I remove one of the prices so that the price is only shown once on each product? My url is trade.artecodesigns.com

Hope someone can help!

@IainFraser ,

span.hide-price-guest {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

1 Like

Thank you so much! Much appreciated. :slightly_smiling_face:

Hello,

I have craft theme and I have the same problem. In the home page and in some collections it’s shows double price, but only one collection doesn’t.
I don’t have timber.scss.liquid

Could you please let me know how to fix it?
Thank you

Did you get your solution bro?