- This topic has 16 replies, 4 voices, and was last updated 8 years, 2 months ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember – Upgrade to New Membership Level while logged in
Tagged: emember upgrade button, membership, membership upgrade, redirect url shortcode, upgrade button shortcode
Hi,
I’ve tried to use the redirect link when someone wants to upgrade his account, as your indications in the last post
[wp_eMember_upgrade_membership_level_to level=”2″ redirect_to=”url-of-the-page” button_text=”Put Whatever Here”]
but it doesn’t work, there isn’t any redirect. Your last post is quite old (1 year ago), in the meanwhile something has changed?
Because I’ve noticed that the actual code is a little different, without commas around the level number, for example.
[membership-upgrade-level-button level=8 redirect_to=”http://www.assinews.it/registrazione-completata/” button_text=”Clicca qui per attivare il livello MENSILE” ]
thank you very much!
The shortcode you are using looks wrong.
Where did you get the “membership-upgrade-level-button” shortcode? This shortcode has dashes instead of underscores which is wrong.
The correct shortcode usage example below:
[wp_eMember_upgrade_membership_level_to level=8 redirect_to=”http://www.assinews.it/registrazione-completata/” button_text=”Clicca qui per attivare il livello MENSILE”]