vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Reoccurring Paypal Subscriptions (https://vborg.vbsupport.ru/showthread.php?t=64834)

insanctus 05-07-2004 08:56 AM

Updated File If You Already Installed Do The Following.

Open /subscriptions/paypal.php And Find
Code:

if ($_POST['txn_type'] == 'web_accept' AND $_POST['payment_status'] == 'Completed')
Replace With
Code:

if ($_POST['txn_type'] == 'web_accept' AND $_POST['payment_status'] == 'Completed' OR $_POST['txn_type'] == 'subscr_payment' AND $_POST['payment_status'] == 'Completed')
Sorry about that, darn power.....

Boofo 05-07-2004 09:40 AM

I don't mean to sound simple here, but what does this actually do?

insanctus 05-07-2004 09:45 AM

Quote:

Originally Posted by Boofo
I don't mean to sound simple here, but what does this actually do?

Ok vbulletin paypal subscriptions only charges one time, so if you set up a monthly fee your users have to redo it every month or loss there forum access or what ever else you give them.

This takes it and turns it into reoccuring payments (if you choose that option)

This way they pay you every set ammount of time you picked for that subscription and it checks to see if it gets paid every month :)

For instance, say you have a paying members only area, and you want them to have to pay $10 a month.

With this you can charge per month and it handles all the charges, and every month they send another payment automaticly your script gets updated and sets their new expiration.

The vbulletin subscriptions before only worked one time per click now you can do reoccuring :)

Hope that makes sence, if not I will drink some coffee and try again :)

Boofo 05-07-2004 09:51 AM

No, you explained it very well, thank you. I don't have any paypal subscriptions set up on my board but I will click install and install it anyway as this should be default in vb3. Good job! ;)

insanctus 05-07-2004 09:54 AM

Quote:

Originally Posted by Boofo
No, you explained it very well, thank you. I don't have any paypal subscriptions set up on my board but I will click install and install it anyway as this should be default in vb3. Good job! ;)

Many thanks :) , I prolly should write a better explination in first post.

Never know they may toss my code in the next update

[high]* insanctus laughs and dreams on.[/high]

Boofo 05-07-2004 10:07 AM

If this working in this version then?

Quote:

Originally Posted by insanctus
I have mine set up to do monthly reacuring on my personal site, the only thing it does not have so far is a check to see if paid monthly, so if they cancled I have to change it manualy.

This quote is from the other thread.

insanctus 05-07-2004 10:18 AM

Yes it is working in this version :) hence why the release.

I had to get some data built up on it.

Boofo 05-07-2004 10:22 AM

I thought so but I wanted to be sure. Again, excellent job! ;)

insanctus 05-07-2004 10:24 AM

Quote:

Originally Posted by Boofo
I thought so but I wanted to be sure. Again, excellent job! ;)

Never hurts to ask :) and most welcome.

I learned 'alot' about paypal in last 4 days or so, and I wanted to make sure I had the payments tight :)

TheEDIGuy 05-07-2004 01:48 PM

Excellent job. Clicking Install, and installing it right now, much to the delight of my monthly subscribers.

Thanks!


All times are GMT. The time now is 06:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01239 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete