Active InfoActive Info  Display List of Info MembersMemberlist  Search The InfoSearch  HelpHelp
  RegisterRegister  LoginLogin
ASPProtect Version 8.x Support
 CJWSoft Support Info : ASPProtect Version 8.x Support
Subject Info: PayPal Error in "Subscription To" box A d d  -  P o s tAdd P o s t
Author
Message << Prev Info | Next Info >>
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: August/31/2009 at 8:04pm | IP Logged Quote ecline

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 View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: August/31/2009 at 8:30pm | IP Logged Quote ecline

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 View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: September/01/2009 at 8:35pm | IP Logged Quote ecline

Is anyone listening?
Back to Top View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/02/2009 at 8:15am | IP Logged Quote cwilliams

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 View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/02/2009 at 8:28am | IP Logged Quote cwilliams

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 View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: September/03/2009 at 11:26pm | IP Logged Quote ecline

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 View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/04/2009 at 4:37pm | IP Logged Quote cwilliams

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 View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/04/2009 at 4:49pm | IP Logged Quote cwilliams

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&nbsp;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&nbsp;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 &nbsp; in it's form values..

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: September/04/2009 at 6:14pm | IP Logged Quote ecline

I read you message and thanks for helping, but I don't know what to change in paypal1.asp.

Am I supposed to remove "&nbsp; " in one of the pages?

Please help.

Back to Top View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/04/2009 at 6:24pm | IP Logged Quote cwilliams

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 View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
ecline
New User
New User
Avatar

Joined: March/11/2008
Location: United States
Online Status: Offline
Info: 16
Added: September/04/2009 at 7:51pm | IP Logged Quote ecline

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 View ecline's Profile Search for other info by ecline Visit ecline's Homepage
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: September/04/2009 at 7:52pm | IP Logged Quote cwilliams

glad that helped..

BTW: the forum is emailing again too.. just fixed it..

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 

If you wish to make a comment to this info you must first login
If you are not already registered you must first register

  A d d  -  P o s tAdd P o s t
Printable version Printable version

Info Jump
You cannot add new info in this area
You cannot add to info in this area
You cannot delete your info in this area
You cannot edit your info in this area
You cannot create polls in this area
You cannot vote in polls in this area


Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspprotect.com, www.powerasp.com,www.aspclassifieds.com,www.aspphotogallery.com,www.codewanker.com