I don't know how this could get any more simple. But I haven't found a good solution.
I am part of a site, there are three owners, all in different parts of the world. We each sell a different product. For this reason we cannot do a cart system because of the multi-vendor aspect of it. It makes things way too complicated.
So here's what we want to do. Really simple, but seems to be very difficult to do in practice.
On each product page (one per owner) we want to have a really simple PayPal Buy Now button. No problem, but we have variations. That's where it gets difficult.
We have variations that can be selected, and they ADD to the price. So like this:
Item: Base Price: $0
Variation 1:
---- 1 foot - $10
---- 4 feet - $40
---- 12 feet = $120
Variation 2:
---- L termination - +$30
---- straight termination - +$50
Variation 3:
---- no sleeve - $0
---- black sleeve - $30
We just want to be able to have people select what they need, click Buy Now, and have it go to the typical PayPal buy now site with the price all ready to go.
I can handle the PayPal button thing. I can get it to do all the variations I need... but there doesn't seem to be any way to set +prices. Only final prices.
Any thoughts?