Hello,
When you generate a button, you'll have a button shortcode that you can place on your WordPress post/page. The shortcode might look something like this:
- Code: Select all
[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze Member / description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="raam.websharks-inc.net" ta="0" tp="0" tt="D" ra="0.01" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /]
When you put that shortcode on your post/page, s2Member converts that shortcode into the PayPal button image for people to click on.
However, if you want s2Member to output a link instead of the PayPal Button, simply change the
output="button" attribute to read
output="url".
When you do that and then view the page, you'll see a really long URL (it's long because it's encrypted) and you can copy and paste that URL to wherever you need to make the link.
Again, you need to change the
output= attribute to
url and then
view the post/page where that shortcode is located so that s2Member converts the shortcode into the URL. Once you generate and copy the URL, you can delete that page.
Does that make sense?