Page 1 of 1

Conditional Based on Amount Paid

PostPosted: October 31st, 2011, 8:57 am
by AnnaSkye
I am looking for a way to present members an upgrade option based on the price that they paid.

All members are level #1 access, but some paid $10 and others paid $50.

I want them to upgrade to level #2 access, but with the conditional of:
- the people who paid $10 would pay $90 to upgrade
- the people who paid $50 would pay $50 to upgrade

I know how to build the Pro Form order pages, but I'm not sure how to make this offer based on amount paid. The offer is going on the login welcome page and even though they paid different amounts they have the same access level.

-Rebecca

Re: Conditional Based on Amount Paid

PostPosted: October 31st, 2011, 9:06 am
by Eduan
Maybe what's on this post will at least help separate them, the ones that paid $10 and the ones that paid $50.
Here's the post:
viewtopic.php?f=4&t=15715

Please tell me if it helps.

Re: Conditional Based on Amount Paid

PostPosted: October 31st, 2011, 12:40 pm
by AnnaSkye
Ok, I took a look at that thread and I think I can accomplish this with a short code conditional, but what would be the code that refers to the price paid?

[s2If current_user_is(s2member_level1) AND (Not sure what to put here... What's the conditional for amount paid?)]

Content for logged in user who paid $10.

[/s2If]

Re: Conditional Based on Amount Paid

PostPosted: November 1st, 2011, 12:23 am
by Cristián Lávaque
Do you have any way to tell what users paid? Is it $10 before a certain date and $50 after it? Do they have anything in their profiles that you can use to tell them apart?