How can I display two product prices for different customer types?

Topic summary

Goal: Show two prices for each product—standard price and a discounted “members/partner” price—on collection and product pages.

Context: The store offers partner-specific discounts. Plan is to issue unique discount codes per partner applied at checkout, while also displaying the discounted price alongside the regular price for clarity. Only the regular price needs to be the actual transactional price; the discounted price is informational.

Additional need: Another participant wants member pricing displayed for all, with actual discounts applied automatically via customer tags at checkout, using the lower price to encourage sign-ups.

Key asks:

  • App or theme code to render dual prices without altering the real product price.
  • Conditional display logic based on customer type/tags or general informational display.

Status: No solution or specific app/code provided yet; thread remains unresolved with open questions on implementation options.

Summarized with AI on December 17. AI used: gpt-5.

Hello,

My website sells products at different prices depending on the type of customers. The regular price is shown for the regular customers and I want to show a special price next to the regular price only available for members of partner businesess which have a discount.

My idea was to create unique discount codes for each partner so they can apply it at the check out and get the discount but I would like also to show the discounted price on the product collections next to the regular price and in the product page to it’s easier to see how much they will be paying.

Is there any app or code edit that would allow me to add two prices on my products? Only one of the prices would need to be real, the discounted price is only for display.

Let me know your ideas! Thank you!

Did you resolve this issue? I would like to show two prices on the same product for both regular customers and members. The members discount would be applied automatically via tags upon checkout and the regular customers would be enticed to become a member to receive lower priced items.