How can I conceal original prices and display only the discounted price?

Hi guys,

I want to provide different prices to different customer groups. this works very well with the app “wholesale pricing discounts”.

Unfortunately, the users now see the new price as a discount, which means they can see the old price and their specific price as the discounted price, but I only want them to see the discount price.

How can I display the discounted price as the normal price and hide the original price?

thanks for your help and all the best,

Kevin

You can use the customer object:

https://shopify.dev/docs/themes/liquid/reference/objects/customer

This will allow you to read customer tags, and conditionally render things like pricing elements if they have a certain tag.