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.
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