latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Using buttoms generated @paypal +3 variables

Home Forums Community Forum Using buttoms generated @paypal +3 variables

This topic contains 2 replies, has 2 voices. Last updated by  Cristián Lávaque 3 years, 10 months ago.

Topic Author Topic
Posted: Tuesday Mar 5th, 2013 at 10:34 am #43785

Hello,

I intend to use the buttons generated @ paypal. I saw your post http://www.s2member.com/kb/using-paypal-created-buttons/

Can you tell me if this code is Ok ? I added the three variables :
1) Notify_url
2) rm
3) custom

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">


 
 
 

<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>

INFO : I can’t use the WordPress shortcode integration and either the “Resulting PayPal® Button Code” because I have some incompatibility with my theme or plugins (I have the message “Period of regular payments incorrectly. You must specify the correct values ​​for the parameters A3, P3 and T3 subscription”…).

Thanks alot for your help, it’s is the last thing I’m waiting for before publish my website!

:)
Carolina

List Of Topic Replies

Viewing 2 replies - 1 through 2 (of 2 total)
Author Replies
Author Replies
Posted: Wednesday Mar 6th, 2013 at 5:51 am #43849

Hello,

I think I have forgot the URL return, I put these 2 lines :

Here is my complet code :

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="WUJ7JF3Y7Z8M8">
 <input type="hidden" name="notify_url" value="http://www.vertbatim.com/?s2member_paypal_notify=1" />
<input type="hidden" name="cancel_return" value="http://www.vertbatim.com/" />
 <input type="hidden" name="return" value="http://www.vertbatim.com/?s2member_paypal_return=1" />
 <input type="hidden" name="rm" value="2" />
 <input type="hidden" name="custom" value="www.vertbatim.com" />
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sйcurisйe !">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>

Thanks for your precious help,
Carolina

Posted: Friday Mar 8th, 2013 at 7:54 am #44069

Hi Michel.

I don’t know if those extra variables would work in the code there. PayPal generated buttons have an ID and the variables are on PayPal’s side referenced by that ID. I think you’d need to add those variables when creating the button. But I’m not sure, so you’ll need to test to confirm it.

Viewing 2 replies - 1 through 2 (of 2 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.