YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

trying to validate subscription terms troubles Options
Guest(old)
#1 Posted : Monday, December 16, 2002 12:07:48 PM
Rank: Starting Member

Groups: Registered

Joined: 11/12/2002
Posts: 312
Location: ,
There are errors coming up when someone signs up through any of the buttons on the subscription page. Any help would be greatly appreciated. Below are the form buttons, paypal script values and the email that is sent when someone signs up. Here is the error that is sent: > The following error message was generated while trying to validate subscription terms: > This customer did not sign-up according to your payment terms. Although payment was accepted the account was not activated. Here are the values in the paypal script: # You only need to change this if you are running with https # see the manual for details my $PAYPAL_URL = 'http://www.paypal.com/cgi-bin/webscr'; # If you have an initial trial period set it here. For example one # month would be '1 M' my $PERIOD1 = '1 M'; # If you have a second trial period set it here. For example one # month would be '1 M' my $PERIOD2 = '1 M'; # Set this to your recurring or normal period. For example one # month would be '1 M' my $PERIOD3 = '1 M'; # Set this to the dollar amount for your initial trial period. For # example a free trial would be '0.00' my $AMOUNT1 = '18.00'; # Set this to the dollar amount for your second trial period. For # example a $1.00 trial would be '1.00' my $AMOUNT2 = '18.00'; # Set this to the dollar amount for your recurring or normal period. # For example $1.00 would be '1.00' my $AMOUNT3 = '18.00'; Here are the form buttons: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="goddessdirect@directvinternet.com"> <input type="hidden" name="item_name" value="30 Days"> <input type="hidden" name="item_number" value="0030"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://www.MariaLove.com/subscribed.html"> <input type="hidden" name="cancel_return" value="http://www.MariaLove.com/unsubscribed.html"> <input type="hidden" name="no_note" value="1"> <input type="image" src="https://www.paypal.com/images/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <input type="hidden" name="a3" value="18.00"><input type="hidden" name="p3" value="1"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="1"> <input type="hidden" name="sra" value="1"> <input type="hidden" name="usr_manage" value="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="goddessdirect@directvinternet.com"> <input type="hidden" name="item_name" value="90 Days"> <input type="hidden" name="item_number" value="0090"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://www.MariaLove.com/subscribed.html"> <input type="hidden" name="cancel_return" value="http://www.MariaLove.com/unsubscribed.html"> <input type="hidden" name="no_note" value="1"> <input type="image" src="https://www.paypal.com/images/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <input type="hidden" name="a3" value="36.00"><input type="hidden" name="p3" value="3"> <input type="hidden" name="t3" value="M"><input type="hidden" name="src" value="1"> <input type="hidden" name="sra" value="1"> <input type="hidden" name="usr_manage" value="1"></form> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="goddessdirect@directvinternet.com"> <input type="hidden" name="item_name" value="6 Months"> <input type="hidden" name="item_number" value="0060"> <input type="hidden" name="return" value="http://www.MariaLove.com/subscribed.html"> <input type="hidden" name="cancel_return" value="http://www.MariaLove.com/unsubscribed.html"> <input type="hidden" name="no_note" value="1"> <input type="image" src="https://www.paypal.com/images/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <input type="hidden" name="a3" value="60.00"><input type="hidden" name="p3" value="6"> <input type="hidden" name="t3" value="M"><input type="hidden" name="src" value="1"> <input type="hidden" name="sra" value="1"><input type="hidden" name="usr_manage" value="1"></form>
Sponsor  
 
paypal_pb
#2 Posted : Monday, December 16, 2002 4:27:06 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
You can only have one signup button. For example, a 3 day trial followed by monthly subscription would use:

my $PERIOD1 = '3 D';
my $PERIOD3 = '1 M';
my $AMOUNT1 = '5.00';
my $AMOUNT3 = '19.00';

&lt;input type="hidden" name="a1" value="5.00"&gt;
&lt;input type="hidden" name="p1" value="3"&gt;
&lt;input type="hidden" name="t1" value="D"&gt;
&lt;input type="hidden" name="a3" value="19.00"&gt;
&lt;input type="hidden" name="p3" value="1"&gt;
&lt;input type="hidden" name="t3" value="M"&gt;

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.198 seconds.