Pricing based on drupal roles

Posts: 6
Joined: 05/06/2008

Sorry if this shows up as a repeat. I did not see my original post appear...

How can we set category or product pricing based on a drupal role?

Client has 3 member types:
Nonmember
MemberA
MemberB

For a specific category, products may be available as a hardcopy or digital download or both.

The pricing on these products are as follows:

Nonmember: $45 (both hardcopy and digital)
MemberA: $25 (both hardcopy and digital)
MemberB: $15 hardcopy, Free digital

Any ideas are greatly appreciated.

Thanks - Teddy

Posts: 78
Joined: 01/17/2008

Hey, We are doing something were if the user signs up he gets 10% off his purchase.

So what I did was used the advanced coupon module and set it to a role that new users would acquire when they first sign up.

I think there is a discounts module that might work? Not sure if works with roles.

Coupon Module: http://www.ubercart.org/contrib/1991

Posts: 126
Joined: 08/22/2007
Spreading the word - Ubercart for president.

Discount module does work with roles. The only challenge is that you have to create role specific prices for each product.

Posts: 77
Joined: 01/18/2008

I've used the discount module successfully.
It works with percent and $.

Like the previous commenter said, you will need to apply the discount to every item. Its as hard as clicking and dragging to select all your products. But, if you update your store a lot, it could become a pain. It was the best solution I found though.

Posts: 6
Joined: 05/06/2008

Thanks, and that's what I thought, but how would I do that? Is this a function w/i Discounts or somewhere in each product setting?

Posts: 6
Joined: 05/06/2008

I haven't found where/how I can set this pricing. I'm kind of lost. I've browsed around the discounts area, but no luck - any insight?

Thanks - Teddy

Posts: 78
Joined: 01/17/2008

jasonruyle wrote:
I've used the discount module successfully.
It works with percent and $.

Like the previous commenter said, you will need to apply the discount to every item. Its as hard as clicking and dragging to select all your products. But, if you update your store a lot, it could become a pain. It was the best solution I found though.

Its as hard as clicking and dragging to select all your products.

Wait what? You can do this? Can you add attributes to multiple products at once as well? Instead of going in an editing a whole section one by one?