Community Support Forums — WordPress® ( Users Helping Users ) — 2011-03-23T19:17:19-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=2770 2011-03-23T19:17:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2770&p=8233#p8233 <![CDATA[Re: "open new window" when visitor clicks on my Paypal butto]]> Thanks for the KUDOS!
~ much appreciated.

Statistics: Posted by Jason Caldwell — March 23rd, 2011, 7:17 pm


]]>
2011-03-23T06:20:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2770&p=8204#p8204 <![CDATA[Re: "open new window" when visitor clicks on my Paypal butto]]>
i will have to upgrade to make the modifications you mentioned,

I'd like to add that without reservation, your product and the support outshines another wordpress product(free or paid) Ive ever used.

will get over to wordpress & add some stars!

credit where credit's due!

all the best & hope the product continues from strength to strength,

Dan Mc Grath

http://www.autobuyersecrets.com

Statistics: Posted by sam19701st — March 23rd, 2011, 6:20 am


]]>
2011-03-22T19:31:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2770&p=8154#p8154 <![CDATA[Re: "open new window" when visitor clicks on my Paypal butto]]> Thanks for the excellent question.

Starting with s2Member v3.3.2+, it is now possible to modify your Shortcode in the following way.
Code:
[s2Member-PayPal-Button ... output="anchor" /]
This would result in an anchor tag, instead of the traditional <form> tag that is output by default.
( i.e. <a href="https://www.paypal.com/..."><img /></a> )

Another output format is available ( url ), which provides even more flexibility:
Code:
[s2Member-PayPal-Button .... output="url" /]
This will output just the raw URL, giving you the ability to incorporate your Shortcode into other HTML that you've generated on your own. For example, if you want to create a PayPal Button that opens in a new window, you could do something like this. * The Shortcode is abbreviated here; just to improve clarity on this topic.
Code:
<a href="[s2Member-PayPal-Button ... output="url" /]" target="_blank">Checkout</a>

You will find further details covering all Shortcode Attributes in your Dashboard, under:
s2Member -> PayPal® Buttons -> Shortcode Attributes Explained

Statistics: Posted by Jason Caldwell — March 22nd, 2011, 7:31 pm


]]>
2011-03-22T16:09:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2770&p=8136#p8136 <![CDATA["open new window" when visitor clicks on my Paypal button]]>
Im up and running with the S2 Member plugin - but Im facing a problem with the Paypal buy button generated by S2 Member,

What I need;

when the visitor clicks my Paypal 'buy now' button, it opens in a new window - rather than redirecting to Paypal as its currently doing,

I have tried changing the short code but without success.

Id really appreciate your help guys!

thanks

Dan

Statistics: Posted by sam19701st — March 22nd, 2011, 4:09 pm


]]>