Question

Is there any way to display 3 different prices for every user(not per role etc)? Every product should have 3 prices: default price, wholesale price and dealer price. So I should display all of them on product page and calculate 3 total prices for every type of price. P.S.: we can add CCK field, but how to calculate total prices for each of them? P.P.S: users are anonimous, it means I do not know whether or not the user is authorized. So I should always show and calculate 3 prices.

Was it helpful?

Solution

THis module does exactly what you're looking for, I;ve used it before for wholesale and retail prices

https://drupal.org/project/uc_price_per_role

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top