| Author |
|
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: August/31/2009 at 8:04pm | IP Logged
|
|
|
Although I am using the code below from the paypal1.asp file from within paypal_sub_signup, I received garbage in the "Subscription To" box when I tested this sample transaction. I registered correctly using the register.asp from within paypal_sub_signup, the paypal1.asp displayed correctly, but when it went to paypal.com the "subscription To" box had bad data. Can you help?
<% Label = "Membership (7 Days) $4.95 Recurring" %> <!-- Begin Form Fields You Can Edit.. See PayPal Subscription Manual For Details --> </b> <input type="hidden" name="no_shipping" value="1" style="font-weight: 700"> <input type="hidden" name="return" value="http://www.724helpdesk.com/index.htm" style="font-weight: 700"> <input type="hidden" name="no_note" value="1" style="font-weight: 700"> <input type="hidden" name="item_name" value="7 Days Access" style="font-weight: 700"> <input type="hidden" name="item_number" value="On-Line Tutorials" style="font-weight: 700"> <input type="hidden" name="a3" value="1.00" style="font-weight: 700"> <input type="hidden" name="p3" value="1" style="font-weight: 700"> <input type="hidden" name="t3" value="D" style="font-weight: 700"> <input type="hidden" name="src" value="1" style="font-weight: 700"> <input type="hidden" name="sra" value="1" style="font-weight: 700"> <b> <!-- Field Below must have 2 commas First two values are optional (access level,groups,user ID)--> </b> <input type="hidden" name="custom" value="2,,<% =User_ID %>" style="font-weight: 700"> <b> <!-- End Form Fields You Can Edit.. See PayPal Subscription Manual For Details -->
<!--#INCLUDE FILE="form_data_inc.asp"--> <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!">
</b>
</font>
</form> <hr> <font color="#0000FF"> <b> <!-- End Payment Option Code -->
|
| Back to Top |
|
| |
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: August/31/2009 at 8:30pm | IP Logged
|
|
|
By the way, my site is www.724helpdesk.com . If you need passwords to access my application, just let me know. I can email it to you or you can reach me by phone 619-405-5867.
|
| Back to Top |
|
| |
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: September/01/2009 at 8:35pm | IP Logged
|
|
|
Is anyone listening?
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/02/2009 at 8:15am | IP Logged
|
|
|
As for this paypal subscription issue no one has asked about it in a very long time so honestly it's not something I can just give you a quick answer on. I need to get familiar with it all again.
Basically you're going to have a wait for more of an answer on this. More info would also be helpful..
What was the garbage data? Was it ever working ?
Also, Paypal is always changing things.. though I doubt it perhaps they changed someting.. again, as soon as I get a chance I'll start up my development rig and do some testing.
I do notice a whole bunch of style tags in that form code your showing me that really don't need to be there. What happens if you test the sample original code the way it came with none of that stuff that has been added by your wysiwyg.. editor... hidden input tags really shouldn't have style info in them. Less is better in cases like this.
When you test things you need to start at the beginning and see if the most simple scenarios work, a lot of times wysiwyg editots mess things up, especially form code.
Basically, I provide 30 days of basic installation support after the sale.. after that any support I give is based on when I have time.
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/02/2009 at 8:28am | IP Logged
|
|
|
also, if you go to the form before it takes you to paypal... view the web browser source .. that will give a good idea of what might be wrong with the generated form code.. showing me that would help too..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: September/03/2009 at 11:26pm | IP Logged
|
|
|
I have tested the original paypal1.asp, and it gernerated the garbage also. Here is a sample of the information that is displayed in the paypal transaction. Is it possible to create a standard paypal subscribe button and modify the security level in the database?

|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/04/2009 at 4:37pm | IP Logged
|
|
|
weird.. I did some research and it seems like whever that sort of thing shows up it usually has to do with using odd characters being used that paypal does not like..
http://www.pdncommunity.com/pdn/board/message?board.id=ppcar t&thread.id=11871&view=by_date_ascending&page=1
http://paypaldeveloper.com/pdn/board/message?board.id=ppcart &thread.id=11871&view=by_date_ascending&page=3
I need to see the generated form code from the browser view source before you go to paypal.. I want to see exactly what is there..
As for your other question.. not really sure what your asking there..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/04/2009 at 4:49pm | IP Logged
|
|
|
ok.. I went to your site and managed to find the paypal subscription page...
I created a new user/subscription.. and then I looked at the web source for the form..
I saw this form value for item_name.. and it got my attention immediately
724HelpDesk.Com Membership (1 Year) 29.95 Recurring
So I copied your form code locally and ran it.. when it went to paypal I got the xxx4 stuff..
I then edited the form code and changed
724HelpDesk.Com Membership (1 Year) 29.95 Recurring
to
724HelpDesk.Com Membership (1 Year) 29.95 Recurring
It then worked as it should.. I got to paypal without seeing all that xxx64 stuff...
Apparently paypal does not like your use of in it's form values..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: September/04/2009 at 6:14pm | IP Logged
|
|
|
I read you message and thanks for helping, but I don't know what to change in paypal1.asp.
Am I supposed to remove " " in one of the pages?
Please help.
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/04/2009 at 6:24pm | IP Logged
|
|
|
2009-09-04_182338_form_data_inc.zip
download, unzip, and replace that file.. in the paypal subscription folder
then try it and see if you're in any better shape..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
ecline New User


Joined: March/11/2008 Location: United States
Online Status: Offline Info: 16
|
| Added: September/04/2009 at 7:51pm | IP Logged
|
|
|
I downloaded the zipped file and replace it in the proper folder and paypal worked fine.
Thanks you so much. Working with you is always a pleasure. I'm sorry that your business has taken a downturn. Hopefully, things will get better next year.
Your devoted fan, Edward M. Cline, Sr.
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: September/04/2009 at 7:52pm | IP Logged
|
|
|
glad that helped..
BTW: the forum is emailing again too.. just fixed it..
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |