This topic contains 4 replies, has 2 voices. Last updated by Mike (Volunteer Moderator) 3 years, 1 month ago.
Topic Author | Topic |
---|---|
Posted: Monday Nov 11th, 2013 at 11:35 am #61003 | |
We have several levels of members and wish to allow them to upgrade/downgrade their account – different levels of payment means different levels of content usage. Here’s my shortcode: Upgrade to Featured Membership at $59/month [s2Member-PayPal-Button modify="1" level="2" ccaps="" desc="Upgrade to Featured Membership" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="www.dev.reachadoption.net" ta="0" tp="0" tt="D" ra="59" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /] Upgrade to Super Membership at $149/month [s2Member-PayPal-Button modify="1" level="3" ccaps="" desc="Upgrade to Super Membership" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="www.dev.reachadoption.net" ta="0" tp="0" tt="D" ra="149" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /] [/s2If] The problem here right now is that the button works – I click through, use my paypal test account, and it upgrades the payment, so the user gets charged correctly… but they’re not getting transitioned from s2member_level1 to s2member_level2. I am using the paypal sandbox and can see that the payment processes, it’s just not being picked up back on the site. What are we doing wrong here? Everything should be working smoothly. The levels work correctly when initially purchased, just not modified. |