Question:
I have several member levels. I'd like to give memberLevelA a 40% discount, memberLevelB a 70% discount, and memberLevelC a 100% discount on certain products. Can I do that? If so, can I show on the detail page the different prices as an enticement to upgrade to a higher level?
Also, my products are media files.
Answer:
There are a couple options that might work for you:
Option 1: The cart has order level discounts where you can setup discounts percentages or discount amounts for one or more dnn roles. When the user is logged in and a member of a role that has a discount assigned the prices are automatically adjusted to show the discount but do not show the original amount next to the discounted amount.
Option 2: The cart has product level member pricing where you can assign two levels of member pricing by product by dnn role. When the user is logged in and a member of a role that has member prices assigned to the product they are viewing the member prices are automatically displayed in the cart or product detail page. However, the original price of the product does not show next to the discounted price.