variable price based on payment method

Posts: 20
Joined: 04/12/2008

Is it possible to define a product which has different prices based on the payment method selected at checkout?

If so, how can this be implemented?

Thanks

--

Giant Robot - for campaign, charity, ngo & online store solutions
http://www.giantrobot.co.nz/

Posts: 20
Joined: 04/12/2008

bit of clarification: the shop has two payment methods, and we can offer a discount for payment method , so we want to present the user with a two-price structure, letting them choose ...

after a bit of research i can see one method - but i wonder if it's the right one?

1. add CCK field "cc_price"
2. theme to display both prices in product display
3. for payment method X, keep the standard price
4. or use custom_price module to modify price at checkout for payment method Y

i'm just starting with uc, any tips / thoughts welcome Smiling

another method - i'm guessing it's there - would be to use product variations, but i'm not sure if you can specify that variation A can only be paid for by method X, and variation B can only be paid for by method Y?

--

Giant Robot - for campaign, charity, ngo & online store solutions
http://www.giantrobot.co.nz/

Posts: 4700
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

You might check out this contrib first.