Unfortunately, Dolphin's dual shopping cart design (one for memberships, one for Store products), is making it difficult to complete something I'm trying to do:
- allow purchasers of memberships to add a small donation to their purchase
I tried a couple of different approaches, but neither of them is acceptable:
- created another membership for the donation amount with duration 1 day (unfortunately duration 0 = lifetime). Unfortunately, this screws up the established (real) memberships since this is also considered a membership
- created a store product with the donation amount, and added a link to it on the Membership page. Unfortunately, this forces users to checkout twice since memberships are placed in the Site Cart and the donation is placed in Members' Cart even though both were created by the same admin account!
Is there some way only one cart can be used for all purchases?
Thanks in advance!